/external/libjpeg-turbo/ |
jddctmgr.c | 55 * The actual multiplier tables are pointed to by dct_table in the 248 ISLOW_MULT_TYPE * ismtbl = (ISLOW_MULT_TYPE *) compptr->dct_table; 265 IFAST_MULT_TYPE * ifmtbl = (IFAST_MULT_TYPE *) compptr->dct_table; 297 FLOAT_MULT_TYPE * fmtbl = (FLOAT_MULT_TYPE *) compptr->dct_table; 344 compptr->dct_table = 347 MEMZERO(compptr->dct_table, sizeof(multiplier_table));
|
jidctred.c | 138 quantptr = (ISLOW_MULT_TYPE *) compptr->dct_table; 291 quantptr = (ISLOW_MULT_TYPE *) compptr->dct_table; 395 quantptr = (ISLOW_MULT_TYPE *) compptr->dct_table;
|
jidctflt.c | 90 quantptr = (FLOAT_MULT_TYPE *) compptr->dct_table;
|
jidctint.c | 193 quantptr = (ISLOW_MULT_TYPE *) compptr->dct_table; 444 quantptr = (ISLOW_MULT_TYPE *) compptr->dct_table; 593 quantptr = (ISLOW_MULT_TYPE *) compptr->dct_table; 714 quantptr = (ISLOW_MULT_TYPE *) compptr->dct_table; 828 quantptr = (ISLOW_MULT_TYPE *) compptr->dct_table; [all...] |
jidctfst.c | 188 quantptr = (IFAST_MULT_TYPE *) compptr->dct_table;
|
/external/pdfium/third_party/libjpeg/ |
fpdfapi_jddctmgr.c | 48 * The actual multiplier tables are pointed to by dct_table in the 166 ISLOW_MULT_TYPE * ismtbl = (ISLOW_MULT_TYPE *) compptr->dct_table; 183 IFAST_MULT_TYPE * ifmtbl = (IFAST_MULT_TYPE *) compptr->dct_table; 215 FLOAT_MULT_TYPE * fmtbl = (FLOAT_MULT_TYPE *) compptr->dct_table; 262 compptr->dct_table = 265 MEMZERO(compptr->dct_table, SIZEOF(multiplier_table));
|
fpdfapi_jidctred.c | 136 quantptr = (ISLOW_MULT_TYPE *) compptr->dct_table; 288 quantptr = (ISLOW_MULT_TYPE *) compptr->dct_table; 391 quantptr = (ISLOW_MULT_TYPE *) compptr->dct_table;
|
/external/libjpeg-turbo/simd/ |
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...] |
jsimd_i386.c | 922 jsimd_idct_2x2_sse2(compptr->dct_table, coef_block, output_buf, 925 jsimd_idct_2x2_mmx(compptr->dct_table, coef_block, output_buf, output_col); 934 jsimd_idct_4x4_sse2(compptr->dct_table, coef_block, output_buf, 937 jsimd_idct_4x4_mmx(compptr->dct_table, coef_block, output_buf, output_col); 1026 jsimd_idct_islow_sse2(compptr->dct_table, coef_block, output_buf, 1029 jsimd_idct_islow_mmx(compptr->dct_table, coef_block, output_buf, 1039 jsimd_idct_ifast_sse2(compptr->dct_table, coef_block, output_buf, 1042 jsimd_idct_ifast_mmx(compptr->dct_table, coef_block, output_buf, 1052 jsimd_idct_float_sse2(compptr->dct_table, coef_block, output_buf, 1055 jsimd_idct_float_sse(compptr->dct_table, coef_block, output_buf [all...] |
jsimd_arm64.c | 449 jsimd_idct_2x2_neon(compptr->dct_table, coef_block, output_buf, 459 jsimd_idct_4x4_neon(compptr->dct_table, coef_block, output_buf, 525 jsimd_idct_islow_neon(compptr->dct_table, coef_block, output_buf, 535 jsimd_idct_ifast_neon(compptr->dct_table, coef_block, output_buf,
|
jsimd_arm.c | 613 jsimd_idct_2x2_neon(compptr->dct_table, coef_block, output_buf, 623 jsimd_idct_4x4_neon(compptr->dct_table, coef_block, output_buf, 689 jsimd_idct_islow_neon(compptr->dct_table, coef_block, output_buf, 699 jsimd_idct_ifast_neon(compptr->dct_table, coef_block, output_buf,
|
jsimd_x86_64.c | 654 jsimd_idct_2x2_sse2(compptr->dct_table, coef_block, output_buf, output_col); 662 jsimd_idct_4x4_sse2(compptr->dct_table, coef_block, output_buf, output_col); 736 jsimd_idct_islow_sse2(compptr->dct_table, coef_block, output_buf, 745 jsimd_idct_ifast_sse2(compptr->dct_table, coef_block, output_buf, 754 jsimd_idct_float_sse2(compptr->dct_table, coef_block, output_buf,
|
jsimd_mips.c | 952 jsimd_idct_2x2_mips_dspr2(compptr->dct_table, coef_block, output_buf, 963 jsimd_idct_4x4_mips_dspr2(compptr->dct_table, coef_block, output_buf, 974 jsimd_idct_6x6_mips_dspr2(compptr->dct_table, coef_block, output_buf, 999 jsimd_idct_12x12_pass1_mips_dspr2(coef_block, compptr->dct_table, 1078 jsimd_idct_islow_mips_dspr2(coef_block, compptr->dct_table, 1096 quantptr = (IFAST_MULT_TYPE *) compptr->dct_table;
|
jidctred-mmx.asm | 102 ; jsimd_idct_4x4_mmx (void * dct_table, JCOEFPTR coef_block, 106 %define dct_table(b) (b)+8 ; void * dct_table 139 mov edx, POINTER [dct_table(eax)] ; quantptr 496 ; jsimd_idct_2x2_mmx (void * dct_table, JCOEFPTR coef_block, 500 %define dct_table(b) (b)+8 ; void * dct_table 521 mov edx, POINTER [dct_table(ebp)] ; quantptr
|
jidctred-sse2.asm | 102 ; jsimd_idct_4x4_sse2 (void * dct_table, JCOEFPTR coef_block, 106 %define dct_table(b) (b)+8 ; void * dct_table 137 mov edx, POINTER [dct_table(eax)] ; quantptr 417 ; jsimd_idct_2x2_sse2 (void * dct_table, JCOEFPTR coef_block, 421 %define dct_table(b) (b)+8 ; void * dct_table 442 mov edx, POINTER [dct_table(ebp)] ; quantptr
|
jidctflt-3dn.asm | 50 ; jsimd_idct_float_3dnow (void * dct_table, JCOEFPTR coef_block, 54 %define dct_table(b) (b)+8 ; void * dct_table 87 mov edx, POINTER [dct_table(eax)] ; quantptr
|
jidctfst-mmx.asm | 81 ; jsimd_idct_ifast_mmx (void * dct_table, JCOEFPTR coef_block, 85 %define dct_table(b) (b)+8 ; jpeg_component_info * compptr 118 mov edx, POINTER [dct_table(eax)] ; quantptr
|
jidctfst-sse2.asm | 81 ; jsimd_idct_ifast_sse2 (void * dct_table, JCOEFPTR coef_block, 85 %define dct_table(b) (b)+8 ; jpeg_component_info * compptr 116 mov edx, POINTER [dct_table(eax)] ; quantptr
|
jidctflt-sse.asm | 60 ; jsimd_idct_float_sse (void * dct_table, JCOEFPTR coef_block, 64 %define dct_table(b) (b)+8 ; void * dct_table 97 mov edx, POINTER [dct_table(eax)] ; quantptr
|
jidctflt-sse2.asm | 60 ; jsimd_idct_float_sse2 (void * dct_table, JCOEFPTR coef_block, 64 %define dct_table(b) (b)+8 ; void * dct_table 97 mov edx, POINTER [dct_table(eax)] ; quantptr
|
jidctred-sse2-64.asm | 103 ; jsimd_idct_4x4_sse2 (void * dct_table, JCOEFPTR coef_block, 107 ; r10 = void * dct_table 406 ; jsimd_idct_2x2_sse2 (void * dct_table, JCOEFPTR coef_block, 410 ; r10 = void * dct_table
|
/external/opencv3/3rdparty/libjpeg/ |
jddctmgr.c | 49 * The actual multiplier tables are pointed to by dct_table in the 280 ISLOW_MULT_TYPE * ismtbl = (ISLOW_MULT_TYPE *) compptr->dct_table; 297 IFAST_MULT_TYPE * ifmtbl = (IFAST_MULT_TYPE *) compptr->dct_table; 330 FLOAT_MULT_TYPE * fmtbl = (FLOAT_MULT_TYPE *) compptr->dct_table; 377 compptr->dct_table = 380 MEMZERO(compptr->dct_table, SIZEOF(multiplier_table));
|
jidctint.c | 192 quantptr = (ISLOW_MULT_TYPE *) compptr->dct_table; 446 quantptr = (ISLOW_MULT_TYPE *) compptr->dct_table; 595 quantptr = (ISLOW_MULT_TYPE *) compptr->dct_table; 716 quantptr = (ISLOW_MULT_TYPE *) compptr->dct_table; 831 quantptr = (ISLOW_MULT_TYPE *) compptr->dct_table; [all...] |
jidctflt.c | 87 quantptr = (FLOAT_MULT_TYPE *) compptr->dct_table;
|
jidctfst.c | 188 quantptr = (IFAST_MULT_TYPE *) compptr->dct_table;
|