/external/pdfium/third_party/libjpeg/ |
D | fpdfapi_jchuff.c | 108 int ci, dctbl, actbl; in start_pass_huff() local 126 actbl = compptr->ac_tbl_no; in start_pass_huff() 133 if (actbl < 0 || actbl >= NUM_HUFF_TBLS) in start_pass_huff() 134 ERREXIT1(cinfo, JERR_NO_HUFF_TABLE, actbl); in start_pass_huff() 142 if (entropy->ac_count_ptrs[actbl] == NULL) in start_pass_huff() 143 entropy->ac_count_ptrs[actbl] = (long *) in start_pass_huff() 146 MEMZERO(entropy->ac_count_ptrs[actbl], 257 * SIZEOF(long)); in start_pass_huff() 153 jpeg_make_c_derived_tbl(cinfo, FALSE, actbl, in start_pass_huff() 154 & entropy->ac_derived_tbls[actbl]); in start_pass_huff() 353 c_derived_tbl *dctbl, c_derived_tbl *actbl) in encode_one_block() argument [all …]
|
D | fpdfapi_jdhuff.c | 88 int ci, blkn, dctbl, actbl; in start_pass_huff_decoder() local 102 actbl = compptr->ac_tbl_no; in start_pass_huff_decoder() 107 jpeg_make_d_derived_tbl(cinfo, FALSE, actbl, in start_pass_huff_decoder() 108 & entropy->ac_derived_tbls[actbl]); in start_pass_huff_decoder() 544 d_derived_tbl * actbl = entropy->ac_cur_tbls[blkn]; in decode_mcu() local 571 HUFF_DECODE(s, br_state, actbl, return FALSE, label2); in decode_mcu() 598 HUFF_DECODE(s, br_state, actbl, return FALSE, label3); in decode_mcu()
|
D | fpdfapi_jcparam.c | 396 #define SET_COMP(index,id,hsamp,vsamp,quant,dctbl,actbl) \ in jpeg_set_colorspace() argument 403 compptr->ac_tbl_no = (actbl) ) in jpeg_set_colorspace()
|
/external/libjpeg-turbo/ |
D | jchuff.c | 150 int ci, dctbl, actbl; in start_pass_huff() local 170 actbl = compptr->ac_tbl_no; in start_pass_huff() 177 if (actbl < 0 || actbl >= NUM_HUFF_TBLS) in start_pass_huff() 178 ERREXIT1(cinfo, JERR_NO_HUFF_TABLE, actbl); in start_pass_huff() 186 if (entropy->ac_count_ptrs[actbl] == NULL) in start_pass_huff() 187 entropy->ac_count_ptrs[actbl] = (long *) in start_pass_huff() 190 MEMZERO(entropy->ac_count_ptrs[actbl], 257 * sizeof(long)); in start_pass_huff() 197 jpeg_make_c_derived_tbl(cinfo, FALSE, actbl, in start_pass_huff() 198 & entropy->ac_derived_tbls[actbl]); in start_pass_huff() 490 c_derived_tbl *dctbl, c_derived_tbl *actbl) in encode_one_block_simd() argument [all …]
|
D | jdhuff.c | 94 int ci, blkn, dctbl, actbl; in start_pass_huff_decoder() local 109 actbl = compptr->ac_tbl_no; in start_pass_huff_decoder() 114 pdtbl = (d_derived_tbl **)(entropy->ac_derived_tbls) + actbl; in start_pass_huff_decoder() 115 jpeg_make_d_derived_tbl(cinfo, FALSE, actbl, pdtbl); in start_pass_huff_decoder() 570 d_derived_tbl *actbl = entropy->ac_cur_tbls[blkn]; in decode_mcu_slow() local 599 HUFF_DECODE(s, br_state, actbl, return FALSE, label2); in decode_mcu_slow() 626 HUFF_DECODE(s, br_state, actbl, return FALSE, label3); in decode_mcu_slow() 669 d_derived_tbl *actbl = entropy->ac_cur_tbls[blkn]; in decode_mcu_fast() local 690 HUFF_DECODE_FAST(s, l, actbl); in decode_mcu_fast() 709 HUFF_DECODE_FAST(s, l, actbl); in decode_mcu_fast()
|
D | jcparam.c | 328 #define SET_COMP(index,id,hsamp,vsamp,quant,dctbl,actbl) \ in jpeg_set_colorspace() argument 335 compptr->ac_tbl_no = (actbl) ) in jpeg_set_colorspace()
|
D | jsimd.h | 93 c_derived_tbl *dctbl, c_derived_tbl *actbl);
|
D | jsimd_none.c | 401 c_derived_tbl *actbl) in jsimd_huff_encode_one_block() argument
|
/external/libjpeg-turbo/simd/ |
D | jchuff-sse2.asm | 287 mov ebp, POINTER [esp+actbl] ; ebp = actbl 300 mov eax, INT [ebp + 240 * 4] ; code_0xf0 = actbl->ehufco[0xf0]; 301 movzx ecx, byte [ebp + 1024 + 240] ; size_0xf0 = actbl->ehufsi[0xf0]; 313 mov eax, INT [ebp + ecx * 4] ; code = actbl->ehufco[temp3]; 314 movzx ecx, byte [ebp + ecx + 1024] ; size = actbl->ehufsi[temp3]; 368 mov eax, INT [ebp + 240 * 4] ; code_0xf0 = actbl->ehufco[0xf0]; 369 movzx ecx, byte [ebp + 1024 + 240] ; size_0xf0 = actbl->ehufsi[0xf0]; 381 mov eax, INT [ebp + ecx * 4] ; code = actbl->ehufco[temp3]; 382 movzx ecx, byte [ebp + ecx + 1024] ; size = actbl->ehufsi[temp3]; 403 mov eax, INT [ebp] ; code = actbl->ehufco[0]; [all …]
|
D | jchuff-sse2-64.asm | 288 mov r13d, INT [r15 + 240 * 4] ; code_0xf0 = actbl->ehufco[0xf0]; 289 movzx r14d, byte [r15 + 1024 + 240] ; size_0xf0 = actbl->ehufsi[0xf0]; 312 mov ebx, INT [r15 + r12 * 4] ; code = actbl->ehufco[temp3]; 313 movzx ecx, byte [r15 + r12 + 1024] ; size = actbl->ehufsi[temp3]; 335 mov ebx, INT [r15] ; code = actbl->ehufco[0]; 336 movzx r12d, byte [r15 + 1024] ; size = actbl->ehufsi[0];
|
D | jsimd_arm64.c | 794 c_derived_tbl *actbl) in jsimd_huff_encode_one_block() argument 798 dctbl, actbl); in jsimd_huff_encode_one_block() 801 last_dc_val, dctbl, actbl); in jsimd_huff_encode_one_block()
|
D | jsimd_arm.c | 723 c_derived_tbl *actbl) in jsimd_huff_encode_one_block() argument 726 dctbl, actbl); in jsimd_huff_encode_one_block()
|
D | jsimd_x86_64.c | 883 c_derived_tbl *actbl) in jsimd_huff_encode_one_block() argument 886 dctbl, actbl); in jsimd_huff_encode_one_block()
|
D | jsimd_i386.c | 1087 c_derived_tbl *actbl) in jsimd_huff_encode_one_block() argument 1090 dctbl, actbl); in jsimd_huff_encode_one_block()
|
D | jsimd.h | 863 c_derived_tbl *dctbl, c_derived_tbl *actbl); 867 c_derived_tbl *dctbl, c_derived_tbl *actbl); 871 c_derived_tbl *dctbl, c_derived_tbl *actbl);
|
D | jsimd_powerpc.c | 825 c_derived_tbl *actbl) in jsimd_huff_encode_one_block() argument
|
D | jsimd_mips.c | 1135 c_derived_tbl *actbl) in jsimd_huff_encode_one_block() argument
|