Home
last modified time | relevance | path

Searched refs:actbl (Results 1 – 17 of 17) sorted by relevance

/external/pdfium/third_party/libjpeg/
Dfpdfapi_jchuff.c108 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 …]
Dfpdfapi_jdhuff.c88 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()
Dfpdfapi_jcparam.c396 #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/
Djchuff.c150 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 …]
Djdhuff.c94 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()
Djcparam.c328 #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()
Djsimd.h93 c_derived_tbl *dctbl, c_derived_tbl *actbl);
Djsimd_none.c401 c_derived_tbl *actbl) in jsimd_huff_encode_one_block() argument
/external/libjpeg-turbo/simd/
Djchuff-sse2.asm287 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 …]
Djchuff-sse2-64.asm288 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];
Djsimd_arm64.c794 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()
Djsimd_arm.c723 c_derived_tbl *actbl) in jsimd_huff_encode_one_block() argument
726 dctbl, actbl); in jsimd_huff_encode_one_block()
Djsimd_x86_64.c883 c_derived_tbl *actbl) in jsimd_huff_encode_one_block() argument
886 dctbl, actbl); in jsimd_huff_encode_one_block()
Djsimd_i386.c1087 c_derived_tbl *actbl) in jsimd_huff_encode_one_block() argument
1090 dctbl, actbl); in jsimd_huff_encode_one_block()
Djsimd.h863 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);
Djsimd_powerpc.c825 c_derived_tbl *actbl) in jsimd_huff_encode_one_block() argument
Djsimd_mips.c1135 c_derived_tbl *actbl) in jsimd_huff_encode_one_block() argument