Searched refs:dct_table (Results 1 – 6 of 6) sorted by relevance
47 IFAST_MULT_TYPE *dct_table = (IFAST_MULT_TYPE *)compptr->dct_table; in jpeg_idct_armv6() local48 armv6_idct(coef_block, dct_table, output_buf, output_col); in jpeg_idct_armv6()203 ISLOW_MULT_TYPE * ismtbl = (ISLOW_MULT_TYPE *) compptr->dct_table; in start_pass()220 IFAST_MULT_TYPE * ifmtbl = (IFAST_MULT_TYPE *) compptr->dct_table; in start_pass()274 FLOAT_MULT_TYPE * fmtbl = (FLOAT_MULT_TYPE *) compptr->dct_table; in start_pass()321 compptr->dct_table = in jinit_inverse_dct()324 MEMZERO(compptr->dct_table, SIZEOF(multiplier_table)); in jinit_inverse_dct()
136 quantptr = (ISLOW_MULT_TYPE *) compptr->dct_table;288 quantptr = (ISLOW_MULT_TYPE *) compptr->dct_table; in jpeg_idct_2x2()391 quantptr = (ISLOW_MULT_TYPE *) compptr->dct_table; in jpeg_idct_1x1()
87 quantptr = (FLOAT_MULT_TYPE *) compptr->dct_table;
188 quantptr = (IFAST_MULT_TYPE *) compptr->dct_table;
169 quantptr = (ISLOW_MULT_TYPE *) compptr->dct_table;
178 void * dct_table; member