Public Attributes | |
jpeg_forward_dct | pub |
forward_DCT_method_ptr | do_dct [MAX_COMPONENTS] |
DCTELEM * | divisors [NUM_QUANT_TBLS] |
float_DCT_method_ptr | do_float_dct [MAX_COMPONENTS] |
FAST_FLOAT * | float_divisors [NUM_QUANT_TBLS] |
Definition at line 22 of file jcdctmgr.c.
Definition at line 23 of file jcdctmgr.c.
Referenced by jinit_forward_dct(), and start_pass_fdctmgr().
forward_DCT_method_ptr my_fdct_controller::do_dct[MAX_COMPONENTS] |
DCTELEM* my_fdct_controller::divisors[NUM_QUANT_TBLS] |
Definition at line 32 of file jcdctmgr.c.
Referenced by forward_DCT(), jinit_forward_dct(), and start_pass_fdctmgr().
float_DCT_method_ptr my_fdct_controller::do_float_dct[MAX_COMPONENTS] |
Definition at line 36 of file jcdctmgr.c.
Referenced by forward_DCT_float(), and start_pass_fdctmgr().
FAST_FLOAT* my_fdct_controller::float_divisors[NUM_QUANT_TBLS] |
Definition at line 37 of file jcdctmgr.c.
Referenced by forward_DCT_float(), jinit_forward_dct(), and start_pass_fdctmgr().