Searched refs:dct_table (Results 1 – 16 of 16) sorted by relevance
/external/jpeg/ |
D | jsimd_neon.c | 45 EXTERN(void) jsimd_idct_ifast_neon JPP((void * dct_table, 50 EXTERN(void) jsimd_idct_2x2_neon JPP((void * dct_table, 55 EXTERN(void) jsimd_idct_4x4_neon JPP((void * dct_table, 91 jsimd_idct_ifast_neon(compptr->dct_table, coef_block, output_buf, output_col); in jsimd_idct_ifast() 100 jsimd_idct_2x2_neon(compptr->dct_table, coef_block, output_buf, output_col); in jsimd_idct_2x2() 108 jsimd_idct_4x4_neon(compptr->dct_table, coef_block, output_buf, output_col); in jsimd_idct_4x4()
|
D | jddctmgr.c | 39 IFAST_MULT_TYPE *dct_table = (IFAST_MULT_TYPE *)compptr->dct_table; in jpeg_idct_armv6() local 40 armv6_idct(coef_block, dct_table, output_buf, output_col); in jpeg_idct_armv6() 246 ISLOW_MULT_TYPE * ismtbl = (ISLOW_MULT_TYPE *) compptr->dct_table; in start_pass() 263 IFAST_MULT_TYPE * ifmtbl = (IFAST_MULT_TYPE *) compptr->dct_table; in start_pass() 317 FLOAT_MULT_TYPE * fmtbl = (FLOAT_MULT_TYPE *) compptr->dct_table; in start_pass() 364 compptr->dct_table = in jinit_inverse_dct() 367 MEMZERO(compptr->dct_table, SIZEOF(multiplier_table)); in jinit_inverse_dct()
|
D | jidctred.c | 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()
|
D | mips_jidctfst.c | 196 quantptr = (IFAST_MULT_TYPE *) compptr->dct_table; in jpeg_idct_mips()
|
D | jidctflt.c | 87 quantptr = (FLOAT_MULT_TYPE *) compptr->dct_table;
|
D | jidctfst.c | 188 quantptr = (IFAST_MULT_TYPE *) compptr->dct_table;
|
D | jidctint.c | 169 quantptr = (ISLOW_MULT_TYPE *) compptr->dct_table;
|
D | jidctintelsse.c | 274 memcpy((char*)quantptrSSE, (char*)compptr->dct_table, sizeof(quantptrSSE)); in jpeg_idct_intelsse()
|
D | jpeglib.h | 178 void * dct_table; member
|
/external/pdfium/core/src/fxcodec/libjpeg/ |
D | fpdfapi_jddctmgr.c | 167 ISLOW_MULT_TYPE * ismtbl = (ISLOW_MULT_TYPE *) compptr->dct_table; in start_pass() 184 IFAST_MULT_TYPE * ifmtbl = (IFAST_MULT_TYPE *) compptr->dct_table; in start_pass() 216 FLOAT_MULT_TYPE * fmtbl = (FLOAT_MULT_TYPE *) compptr->dct_table; in start_pass() 263 compptr->dct_table = in jinit_inverse_dct() 266 MEMZERO(compptr->dct_table, SIZEOF(multiplier_table)); in jinit_inverse_dct()
|
D | fpdfapi_jidctred.c | 137 quantptr = (ISLOW_MULT_TYPE *) compptr->dct_table; 289 quantptr = (ISLOW_MULT_TYPE *) compptr->dct_table; in jpeg_idct_2x2() 392 quantptr = (ISLOW_MULT_TYPE *) compptr->dct_table; in jpeg_idct_1x1()
|
D | fpdfapi_jidctfst.c | 189 quantptr = (IFAST_MULT_TYPE *) compptr->dct_table;
|
D | fpdfapi_jidctint.c | 170 quantptr = (ISLOW_MULT_TYPE *) compptr->dct_table;
|
D | jpeglib.h | 245 void * dct_table; member
|
/external/libopus/src/ |
D | analysis.c | 48 static const float dct_table[128] = { variable 428 sum += dct_table[i*16+b]*logE[b]; in tonality_analysis()
|
/external/pdfium/core/include/thirdparties/libjpeg/ |
D | jpeglib.h | 245 void * dct_table; member
|