Home
last modified time | relevance | path

Searched refs:dctbl (Results 1 – 25 of 47) sorted by relevance

12

/third_party/skia/third_party/externals/libjpeg-turbo/
Djchuff.c167 int ci, dctbl, actbl; in start_pass_huff() local
186 dctbl = compptr->dc_tbl_no; in start_pass_huff()
192 if (dctbl < 0 || dctbl >= NUM_HUFF_TBLS) in start_pass_huff()
193 ERREXIT1(cinfo, JERR_NO_HUFF_TABLE, dctbl); in start_pass_huff()
198 if (entropy->dc_count_ptrs[dctbl] == NULL) in start_pass_huff()
199 entropy->dc_count_ptrs[dctbl] = (long *) in start_pass_huff()
202 MEMZERO(entropy->dc_count_ptrs[dctbl], 257 * sizeof(long)); in start_pass_huff()
212 jpeg_make_c_derived_tbl(cinfo, TRUE, dctbl, in start_pass_huff()
213 &entropy->dc_derived_tbls[dctbl]); in start_pass_huff()
548 c_derived_tbl *dctbl, c_derived_tbl *actbl) in encode_one_block_simd() argument
[all …]
Djdhuff.c80 int ci, blkn, dctbl, actbl; in start_pass_huff_decoder() local
94 dctbl = compptr->dc_tbl_no; in start_pass_huff_decoder()
98 pdtbl = (d_derived_tbl **)(entropy->dc_derived_tbls) + dctbl; in start_pass_huff_decoder()
99 jpeg_make_d_derived_tbl(cinfo, TRUE, dctbl, pdtbl); in start_pass_huff_decoder()
564 d_derived_tbl *dctbl = entropy->dc_cur_tbls[blkn]; in decode_mcu_slow() local
571 HUFF_DECODE(s, br_state, dctbl, return FALSE, label1); in decode_mcu_slow()
671 d_derived_tbl *dctbl = entropy->dc_cur_tbls[blkn]; in decode_mcu_fast() local
675 HUFF_DECODE_FAST(s, l, dctbl); in decode_mcu_fast()
Djcparam.c329 #define SET_COMP(index, id, hsamp, vsamp, quant, dctbl, actbl) \ in jpeg_set_colorspace() argument
335 compptr->dc_tbl_no = (dctbl), \ in jpeg_set_colorspace()
Djsimd.h110 c_derived_tbl *dctbl,
/third_party/libjpeg-turbo/
Djchuff.c168 int ci, dctbl, actbl; in start_pass_huff() local
187 dctbl = compptr->dc_tbl_no; in start_pass_huff()
193 if (dctbl < 0 || dctbl >= NUM_HUFF_TBLS) in start_pass_huff()
194 ERREXIT1(cinfo, JERR_NO_HUFF_TABLE, dctbl); in start_pass_huff()
199 if (entropy->dc_count_ptrs[dctbl] == NULL) in start_pass_huff()
200 entropy->dc_count_ptrs[dctbl] = (long *) in start_pass_huff()
203 memset(entropy->dc_count_ptrs[dctbl], 0, 257 * sizeof(long)); in start_pass_huff()
213 jpeg_make_c_derived_tbl(cinfo, TRUE, dctbl, in start_pass_huff()
214 &entropy->dc_derived_tbls[dctbl]); in start_pass_huff()
549 c_derived_tbl *dctbl, c_derived_tbl *actbl) in encode_one_block_simd() argument
[all …]
Djdhuff.c80 int ci, blkn, dctbl, actbl; in start_pass_huff_decoder() local
94 dctbl = compptr->dc_tbl_no; in start_pass_huff_decoder()
98 pdtbl = (d_derived_tbl **)(entropy->dc_derived_tbls) + dctbl; in start_pass_huff_decoder()
99 jpeg_make_d_derived_tbl(cinfo, TRUE, dctbl, pdtbl); in start_pass_huff_decoder()
564 d_derived_tbl *dctbl = entropy->dc_cur_tbls[blkn]; in decode_mcu_slow() local
571 HUFF_DECODE(s, br_state, dctbl, return FALSE, label1); in decode_mcu_slow()
677 d_derived_tbl *dctbl = entropy->dc_cur_tbls[blkn]; in decode_mcu_fast() local
681 HUFF_DECODE_FAST(s, l, dctbl); in decode_mcu_fast()
Djcparam.c329 #define SET_COMP(index, id, hsamp, vsamp, quant, dctbl, actbl) \ in jpeg_set_colorspace() argument
335 compptr->dc_tbl_no = (dctbl), \ in jpeg_set_colorspace()
Djsimd.h110 c_derived_tbl *dctbl,
/third_party/flutter/skia/third_party/externals/libjpeg-turbo/
Djchuff.c149 int ci, dctbl, actbl; in start_pass_huff() local
168 dctbl = compptr->dc_tbl_no; in start_pass_huff()
174 if (dctbl < 0 || dctbl >= NUM_HUFF_TBLS) in start_pass_huff()
175 ERREXIT1(cinfo, JERR_NO_HUFF_TABLE, dctbl); in start_pass_huff()
180 if (entropy->dc_count_ptrs[dctbl] == NULL) in start_pass_huff()
181 entropy->dc_count_ptrs[dctbl] = (long *) in start_pass_huff()
184 MEMZERO(entropy->dc_count_ptrs[dctbl], 257 * sizeof(long)); in start_pass_huff()
194 jpeg_make_c_derived_tbl(cinfo, TRUE, dctbl, in start_pass_huff()
195 &entropy->dc_derived_tbls[dctbl]); in start_pass_huff()
489 c_derived_tbl *dctbl, c_derived_tbl *actbl) in encode_one_block_simd() argument
[all …]
Djdhuff.c97 int ci, blkn, dctbl, actbl; in start_pass_huff_decoder() local
111 dctbl = compptr->dc_tbl_no; in start_pass_huff_decoder()
115 pdtbl = (d_derived_tbl **)(entropy->dc_derived_tbls) + dctbl; in start_pass_huff_decoder()
116 jpeg_make_d_derived_tbl(cinfo, TRUE, dctbl, pdtbl); in start_pass_huff_decoder()
575 d_derived_tbl *dctbl = entropy->dc_cur_tbls[blkn]; in decode_mcu_slow() local
582 HUFF_DECODE(s, br_state, dctbl, return FALSE, label1); in decode_mcu_slow()
674 d_derived_tbl *dctbl = entropy->dc_cur_tbls[blkn]; in decode_mcu_fast() local
678 HUFF_DECODE_FAST(s, l, dctbl); in decode_mcu_fast()
Djcparam.c329 #define SET_COMP(index, id, hsamp, vsamp, quant, dctbl, actbl) \ in jpeg_set_colorspace() argument
335 compptr->dc_tbl_no = (dctbl), \ in jpeg_set_colorspace()
Djsimd.h104 c_derived_tbl *dctbl,
/third_party/skia/third_party/externals/libjpeg-turbo/simd/x86_64/
Djchuff-sse2.asm214 ; r8 - dctbl --> code_temp
239 %define dctbl r8
268 ; [rax+48] = c_derived_tbl *dctbl
286 mov dctbl, POINTER [rsp+6*8+4*8]
299 ; r8 = c_derived_tbl *dctbl
404 mov tempd, [dctbl + c_derived_tbl.ehufco + nbitsq * 4]
405 ;Z: temp = dctbl->ehufco[nbits];
461 add nbitsb, byte [dctbl + c_derived_tbl.ehufsi + nbitsq]
462 ;Z: nbits += dctbl->ehufsi[nbits];
463 %undef dctbl
/third_party/libjpeg-turbo/simd/x86_64/
Djchuff-sse2.asm215 ; r8 - dctbl --> code_temp
240 %define dctbl r8
269 ; [rax+48] = c_derived_tbl *dctbl
287 mov dctbl, POINTER [rsp+6*8+4*8]
300 ; r8 = c_derived_tbl *dctbl
405 mov tempd, [dctbl + c_derived_tbl.ehufco + nbitsq * 4]
406 ;Z: temp = dctbl->ehufco[nbits];
462 add nbitsb, byte [dctbl + c_derived_tbl.ehufsi + nbitsq]
463 ;Z: nbits += dctbl->ehufsi[nbits];
464 %undef dctbl
/third_party/flutter/skia/third_party/externals/libjpeg-turbo/simd/arm64/
Djsimd.c762 int last_dc_val, c_derived_tbl *dctbl, in jsimd_huff_encode_one_block() argument
767 dctbl, actbl); in jsimd_huff_encode_one_block()
770 last_dc_val, dctbl, actbl); in jsimd_huff_encode_one_block()
/third_party/skia/third_party/externals/libjpeg-turbo/simd/arm/aarch32/
Djchuff-neon.c43 c_derived_tbl *dctbl, in jsimd_huff_encode_one_block_neon() argument
272 PUT_CODE(dctbl->ehufco[nbits], dctbl->ehufsi[nbits], diff) in jsimd_huff_encode_one_block_neon()
/third_party/libjpeg-turbo/simd/arm/aarch32/
Djchuff-neon.c43 c_derived_tbl *dctbl, in jsimd_huff_encode_one_block_neon() argument
272 PUT_CODE(dctbl->ehufco[nbits], dctbl->ehufsi[nbits], diff) in jsimd_huff_encode_one_block_neon()
/third_party/skia/third_party/externals/libjpeg-turbo/simd/i386/
Djchuff-sse2.asm315 ; ecx - dctbl --> size --> state
329 %define dctbl ecx
462 mov dctbl, [frame + arg_dctbl]
524 movd mm_code, dword [dctbl + c_derived_tbl.ehufco + nbits * 4]
525 ;Z: code = dctbl->ehufco[nbits];
531 movzx size, byte [dctbl + c_derived_tbl.ehufsi + nbits]
532 ;Z: size = dctbl->ehufsi[nbits];
533 %undef dctbl
/third_party/libjpeg-turbo/simd/i386/
Djchuff-sse2.asm315 ; ecx - dctbl --> size --> state
329 %define dctbl ecx
462 mov dctbl, [frame + arg_dctbl]
524 movd mm_code, dword [dctbl + c_derived_tbl.ehufco + nbits * 4]
525 ;Z: code = dctbl->ehufco[nbits];
531 movzx size, byte [dctbl + c_derived_tbl.ehufsi + nbits]
532 ;Z: size = dctbl->ehufsi[nbits];
533 %undef dctbl
/third_party/skia/third_party/externals/dng_sdk/source/
Ddng_lossless_jpeg.cpp1744 HuffmanTable *dctbl = info.dcHuffTblPtrs [compptr->dcTblNo]; in DecodeFirstRow() local
1750 int32 s = HuffDecode (dctbl); in DecodeFirstRow()
1791 HuffmanTable *dctbl = info.dcHuffTblPtrs [compptr->dcTblNo]; in DecodeFirstRow() local
1797 int32 s = HuffDecode (dctbl); in DecodeFirstRow()
2658 void EncodeOneDiff (int diff, HuffmanTable *dctbl);
2896 inline void dng_lossless_encoder::EncodeOneDiff (int diff, HuffmanTable *dctbl) in EncodeOneDiff() argument
2924 EmitBits (dctbl->ehufco [nbits], in EncodeOneDiff()
2925 dctbl->ehufsi [nbits]); in EncodeOneDiff()
/third_party/libjpeg-turbo/simd/arm/aarch64/
Djchuff-neon.c75 c_derived_tbl *dctbl, in jsimd_huff_encode_one_block_neon() argument
235 PUT_CODE(dctbl->ehufco[nbits], dctbl->ehufsi[nbits], diff) in jsimd_huff_encode_one_block_neon()
Djsimd.c988 int last_dc_val, c_derived_tbl *dctbl, in jsimd_huff_encode_one_block() argument
995 dctbl, actbl); in jsimd_huff_encode_one_block()
999 last_dc_val, dctbl, actbl); in jsimd_huff_encode_one_block()
/third_party/skia/third_party/externals/libjpeg-turbo/simd/arm/aarch64/
Djchuff-neon.c64 c_derived_tbl *dctbl, in jsimd_huff_encode_one_block_neon() argument
254 PUT_CODE(dctbl->ehufco[nbits], dctbl->ehufsi[nbits], diff) in jsimd_huff_encode_one_block_neon()
Djsimd.c995 int last_dc_val, c_derived_tbl *dctbl, in jsimd_huff_encode_one_block() argument
1002 dctbl, actbl); in jsimd_huff_encode_one_block()
1006 last_dc_val, dctbl, actbl); in jsimd_huff_encode_one_block()
/third_party/flutter/skia/third_party/externals/libjpeg-turbo/simd/arm/
Djsimd.c688 int last_dc_val, c_derived_tbl *dctbl, in jsimd_huff_encode_one_block() argument
692 dctbl, actbl); in jsimd_huff_encode_one_block()

12