/external/pdfium/third_party/libjpeg/ |
D | fpdfapi_jddctmgr.c | 166 ISLOW_MULT_TYPE * ismtbl = (ISLOW_MULT_TYPE *) compptr->dct_table; in start_pass() 183 IFAST_MULT_TYPE * ifmtbl = (IFAST_MULT_TYPE *) compptr->dct_table; in start_pass() 215 FLOAT_MULT_TYPE * fmtbl = (FLOAT_MULT_TYPE *) compptr->dct_table; in start_pass() 262 compptr->dct_table = in jinit_inverse_dct() 265 MEMZERO(compptr->dct_table, SIZEOF(multiplier_table)); in jinit_inverse_dct()
|
D | fpdfapi_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 | fpdfapi_jidctfst.c | 188 quantptr = (IFAST_MULT_TYPE *) compptr->dct_table;
|
D | fpdfapi_jidctint.c | 169 quantptr = (ISLOW_MULT_TYPE *) compptr->dct_table;
|
D | jpeglib.h | 280 void * dct_table; member
|
/external/libjpeg-turbo/simd/ |
D | jsimd.h | 591 (void * dct_table, JCOEFPTR coef_block, JSAMPARRAY output_buf, 594 (void * dct_table, JCOEFPTR coef_block, JSAMPARRAY output_buf, 599 (void * dct_table, JCOEFPTR coef_block, JSAMPARRAY output_buf, 602 (void * dct_table, JCOEFPTR coef_block, JSAMPARRAY output_buf, 606 (void * dct_table, JCOEFPTR coef_block, JSAMPARRAY output_buf, 609 (void * dct_table, JCOEFPTR coef_block, JSAMPARRAY output_buf, 613 (void * dct_table, JCOEFPTR coef_block, JSAMPARRAY output_buf, 616 (void * dct_table, JCOEFPTR coef_block, JSAMPARRAY output_buf, 619 (void * dct_table, JCOEFPTR coef_block, JSAMPARRAY output_buf, 622 (JCOEFPTR coef_block, void * dct_table, int * workspace); [all …]
|
D | jsimd_i386.c | 922 jsimd_idct_2x2_sse2(compptr->dct_table, coef_block, output_buf, in jsimd_idct_2x2() 925 jsimd_idct_2x2_mmx(compptr->dct_table, coef_block, output_buf, output_col); in jsimd_idct_2x2() 934 jsimd_idct_4x4_sse2(compptr->dct_table, coef_block, output_buf, in jsimd_idct_4x4() 937 jsimd_idct_4x4_mmx(compptr->dct_table, coef_block, output_buf, output_col); in jsimd_idct_4x4() 1026 jsimd_idct_islow_sse2(compptr->dct_table, coef_block, output_buf, in jsimd_idct_islow() 1029 jsimd_idct_islow_mmx(compptr->dct_table, coef_block, output_buf, in jsimd_idct_islow() 1039 jsimd_idct_ifast_sse2(compptr->dct_table, coef_block, output_buf, in jsimd_idct_ifast() 1042 jsimd_idct_ifast_mmx(compptr->dct_table, coef_block, output_buf, in jsimd_idct_ifast() 1052 jsimd_idct_float_sse2(compptr->dct_table, coef_block, output_buf, in jsimd_idct_float() 1055 jsimd_idct_float_sse(compptr->dct_table, coef_block, output_buf, in jsimd_idct_float() [all …]
|
D | jsimd_arm64.c | 449 jsimd_idct_2x2_neon(compptr->dct_table, coef_block, output_buf, in jsimd_idct_2x2() 459 jsimd_idct_4x4_neon(compptr->dct_table, coef_block, output_buf, in jsimd_idct_4x4() 525 jsimd_idct_islow_neon(compptr->dct_table, coef_block, output_buf, in jsimd_idct_islow() 535 jsimd_idct_ifast_neon(compptr->dct_table, coef_block, output_buf, in jsimd_idct_ifast()
|
D | jsimd_x86_64.c | 654 jsimd_idct_2x2_sse2(compptr->dct_table, coef_block, output_buf, output_col); in jsimd_idct_2x2() 662 jsimd_idct_4x4_sse2(compptr->dct_table, coef_block, output_buf, output_col); in jsimd_idct_4x4() 736 jsimd_idct_islow_sse2(compptr->dct_table, coef_block, output_buf, in jsimd_idct_islow() 745 jsimd_idct_ifast_sse2(compptr->dct_table, coef_block, output_buf, in jsimd_idct_ifast() 754 jsimd_idct_float_sse2(compptr->dct_table, coef_block, output_buf, in jsimd_idct_float()
|
D | jsimd_mips.c | 952 jsimd_idct_2x2_mips_dspr2(compptr->dct_table, coef_block, output_buf, in jsimd_idct_2x2() 963 jsimd_idct_4x4_mips_dspr2(compptr->dct_table, coef_block, output_buf, in jsimd_idct_4x4() 974 jsimd_idct_6x6_mips_dspr2(compptr->dct_table, coef_block, output_buf, in jsimd_idct_6x6() 999 jsimd_idct_12x12_pass1_mips_dspr2(coef_block, compptr->dct_table, in jsimd_idct_12x12() 1078 jsimd_idct_islow_mips_dspr2(coef_block, compptr->dct_table, in jsimd_idct_islow() 1096 quantptr = (IFAST_MULT_TYPE *) compptr->dct_table; in jsimd_idct_ifast()
|
D | jsimd_arm.c | 613 jsimd_idct_2x2_neon(compptr->dct_table, coef_block, output_buf, in jsimd_idct_2x2() 623 jsimd_idct_4x4_neon(compptr->dct_table, coef_block, output_buf, in jsimd_idct_4x4() 689 jsimd_idct_islow_neon(compptr->dct_table, coef_block, output_buf, in jsimd_idct_islow() 699 jsimd_idct_ifast_neon(compptr->dct_table, coef_block, output_buf, in jsimd_idct_ifast()
|
/external/libjpeg-turbo/ |
D | jddctmgr.c | 248 ISLOW_MULT_TYPE * ismtbl = (ISLOW_MULT_TYPE *) compptr->dct_table; in start_pass() 265 IFAST_MULT_TYPE * ifmtbl = (IFAST_MULT_TYPE *) compptr->dct_table; in start_pass() 297 FLOAT_MULT_TYPE * fmtbl = (FLOAT_MULT_TYPE *) compptr->dct_table; in start_pass() 344 compptr->dct_table = in jinit_inverse_dct() 347 MEMZERO(compptr->dct_table, sizeof(multiplier_table)); in jinit_inverse_dct()
|
D | jidctred.c | 138 quantptr = (ISLOW_MULT_TYPE *) compptr->dct_table; 291 quantptr = (ISLOW_MULT_TYPE *) compptr->dct_table; in jpeg_idct_2x2() 395 quantptr = (ISLOW_MULT_TYPE *) compptr->dct_table; in jpeg_idct_1x1()
|
D | jidctint.c | 193 quantptr = (ISLOW_MULT_TYPE *) compptr->dct_table; 444 quantptr = (ISLOW_MULT_TYPE *) compptr->dct_table; in jpeg_idct_7x7() 593 quantptr = (ISLOW_MULT_TYPE *) compptr->dct_table; in jpeg_idct_6x6() 714 quantptr = (ISLOW_MULT_TYPE *) compptr->dct_table; in jpeg_idct_5x5() 828 quantptr = (ISLOW_MULT_TYPE *) compptr->dct_table; in jpeg_idct_3x3() 919 quantptr = (ISLOW_MULT_TYPE *) compptr->dct_table; in jpeg_idct_9x9() 1091 quantptr = (ISLOW_MULT_TYPE *) compptr->dct_table; in jpeg_idct_10x10() 1286 quantptr = (ISLOW_MULT_TYPE *) compptr->dct_table; in jpeg_idct_11x11() 1480 quantptr = (ISLOW_MULT_TYPE *) compptr->dct_table; in jpeg_idct_12x12() 1696 quantptr = (ISLOW_MULT_TYPE *) compptr->dct_table; in jpeg_idct_13x13() [all …]
|
D | jidctflt.c | 90 quantptr = (FLOAT_MULT_TYPE *) compptr->dct_table;
|
D | jidctfst.c | 188 quantptr = (IFAST_MULT_TYPE *) compptr->dct_table;
|
D | jpeglib.h | 185 void * dct_table; member
|
/external/opencv3/3rdparty/libjpeg/ |
D | jddctmgr.c | 280 ISLOW_MULT_TYPE * ismtbl = (ISLOW_MULT_TYPE *) compptr->dct_table; in start_pass() 297 IFAST_MULT_TYPE * ifmtbl = (IFAST_MULT_TYPE *) compptr->dct_table; in start_pass() 330 FLOAT_MULT_TYPE * fmtbl = (FLOAT_MULT_TYPE *) compptr->dct_table; in start_pass() 377 compptr->dct_table = in jinit_inverse_dct() 380 MEMZERO(compptr->dct_table, SIZEOF(multiplier_table)); in jinit_inverse_dct()
|
D | jidctint.c | 192 quantptr = (ISLOW_MULT_TYPE *) compptr->dct_table; 446 quantptr = (ISLOW_MULT_TYPE *) compptr->dct_table; in jpeg_idct_7x7() 595 quantptr = (ISLOW_MULT_TYPE *) compptr->dct_table; in jpeg_idct_6x6() 716 quantptr = (ISLOW_MULT_TYPE *) compptr->dct_table; in jpeg_idct_5x5() 831 quantptr = (ISLOW_MULT_TYPE *) compptr->dct_table; in jpeg_idct_4x4() 935 quantptr = (ISLOW_MULT_TYPE *) compptr->dct_table; in jpeg_idct_3x3() 1019 quantptr = (ISLOW_MULT_TYPE *) compptr->dct_table; in jpeg_idct_2x2() 1072 quantptr = (ISLOW_MULT_TYPE *) compptr->dct_table; in jpeg_idct_1x1() 1107 quantptr = (ISLOW_MULT_TYPE *) compptr->dct_table; in jpeg_idct_9x9() 1279 quantptr = (ISLOW_MULT_TYPE *) compptr->dct_table; in jpeg_idct_10x10() [all …]
|
D | jidctflt.c | 87 quantptr = (FLOAT_MULT_TYPE *) compptr->dct_table;
|
D | jidctfst.c | 188 quantptr = (IFAST_MULT_TYPE *) compptr->dct_table;
|
D | jpeglib.h | 187 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()
|