Home
last modified time | relevance | path

Searched refs:dct_table (Results 1 – 6 of 6) sorted by relevance

/external/jpeg/
Djddctmgr.c47 IFAST_MULT_TYPE *dct_table = (IFAST_MULT_TYPE *)compptr->dct_table; in jpeg_idct_armv6() local
48 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()
Djidctred.c136 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()
Djidctflt.c87 quantptr = (FLOAT_MULT_TYPE *) compptr->dct_table;
Djidctfst.c188 quantptr = (IFAST_MULT_TYPE *) compptr->dct_table;
Djidctint.c169 quantptr = (ISLOW_MULT_TYPE *) compptr->dct_table;
Djpeglib.h178 void * dct_table; member