Home
last modified time | relevance | path

Searched refs:c_derived_tbl (Results 1 – 15 of 15) sorted by relevance

/external/libjpeg-turbo/
Djchuff.h34 } c_derived_tbl; typedef
39 c_derived_tbl ** pdtbl);
Djchuff.c105 c_derived_tbl *dc_derived_tbls[NUM_HUFF_TBLS];
106 c_derived_tbl *ac_derived_tbls[NUM_HUFF_TBLS];
223 c_derived_tbl **pdtbl) in jpeg_make_c_derived_tbl()
226 c_derived_tbl *dtbl; in jpeg_make_c_derived_tbl()
246 *pdtbl = (c_derived_tbl *) in jpeg_make_c_derived_tbl()
248 sizeof(c_derived_tbl)); in jpeg_make_c_derived_tbl()
490 c_derived_tbl *dctbl, c_derived_tbl *actbl) in encode_one_block_simd()
507 c_derived_tbl *dctbl, c_derived_tbl *actbl) in encode_one_block()
Djsimd.h93 c_derived_tbl *dctbl, c_derived_tbl *actbl);
Djsimd_none.c400 int last_dc_val, c_derived_tbl *dctbl, in jsimd_huff_encode_one_block()
401 c_derived_tbl *actbl) in jsimd_huff_encode_one_block()
Djcphuff.c59 c_derived_tbl *derived_tbls[NUM_HUFF_TBLS];
287 c_derived_tbl *tbl = entropy->derived_tbls[tbl_no]; in emit_symbol()
/external/pdfium/third_party/libjpeg/
Djchuff.h31 } c_derived_tbl; typedef
43 c_derived_tbl ** pdtbl));
Dfpdfapi_jchuff.c64 c_derived_tbl * dc_derived_tbls[NUM_HUFF_TBLS];
65 c_derived_tbl * ac_derived_tbls[NUM_HUFF_TBLS];
179 c_derived_tbl ** pdtbl) in jpeg_make_c_derived_tbl()
182 c_derived_tbl *dtbl; in jpeg_make_c_derived_tbl()
202 *pdtbl = (c_derived_tbl *) in jpeg_make_c_derived_tbl()
204 SIZEOF(c_derived_tbl)); in jpeg_make_c_derived_tbl()
353 c_derived_tbl *dctbl, c_derived_tbl *actbl) in encode_one_block()
Dfpdfapi_jcphuff.c56 c_derived_tbl * derived_tbls[NUM_HUFF_TBLS];
286 c_derived_tbl * tbl = entropy->derived_tbls[tbl_no]; in LOCAL()
/external/libjpeg-turbo/simd/
Djsimd_arm.c722 int last_dc_val, c_derived_tbl *dctbl, in jsimd_huff_encode_one_block()
723 c_derived_tbl *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_arm64.c793 int last_dc_val, c_derived_tbl *dctbl, in jsimd_huff_encode_one_block()
794 c_derived_tbl *actbl) in jsimd_huff_encode_one_block()
Djsimd_powerpc.c824 int last_dc_val, c_derived_tbl *dctbl, in jsimd_huff_encode_one_block()
825 c_derived_tbl *actbl) in jsimd_huff_encode_one_block()
Djsimd_x86_64.c882 int last_dc_val, c_derived_tbl *dctbl, in jsimd_huff_encode_one_block()
883 c_derived_tbl *actbl) in jsimd_huff_encode_one_block()
Djsimd_mips.c1134 int last_dc_val, c_derived_tbl *dctbl, in jsimd_huff_encode_one_block()
1135 c_derived_tbl *actbl) in jsimd_huff_encode_one_block()
Djsimd_i386.c1086 int last_dc_val, c_derived_tbl *dctbl, in jsimd_huff_encode_one_block()
1087 c_derived_tbl *actbl) in jsimd_huff_encode_one_block()