/external/jpeg/ |
D | jchuff.c | 109 int ci, dctbl, actbl; in start_pass_huff() local 126 dctbl = compptr->dc_tbl_no; in start_pass_huff() 132 if (dctbl < 0 || dctbl >= NUM_HUFF_TBLS) in start_pass_huff() 133 ERREXIT1(cinfo, JERR_NO_HUFF_TABLE, dctbl); in start_pass_huff() 138 if (entropy->dc_count_ptrs[dctbl] == NULL) in start_pass_huff() 139 entropy->dc_count_ptrs[dctbl] = (long *) in start_pass_huff() 142 MEMZERO(entropy->dc_count_ptrs[dctbl], 257 * SIZEOF(long)); in start_pass_huff() 152 jpeg_make_c_derived_tbl(cinfo, TRUE, dctbl, in start_pass_huff() 153 & entropy->dc_derived_tbls[dctbl]); in start_pass_huff() 354 c_derived_tbl *dctbl, c_derived_tbl *actbl) in encode_one_block() argument [all …]
|
D | jdhuff.c | 90 int ci, blkn, dctbl, actbl; in start_pass_huff_decoder() local 103 dctbl = compptr->dc_tbl_no; in start_pass_huff_decoder() 107 jpeg_make_d_derived_tbl(cinfo, TRUE, dctbl, in start_pass_huff_decoder() 108 & entropy->dc_derived_tbls[dctbl]); in start_pass_huff_decoder() 629 d_derived_tbl * dctbl = entropy->dc_cur_tbls[blkn]; in decode_mcu() local 636 HUFF_DECODE(s, br_state, dctbl, return FALSE, label1); in decode_mcu() 745 d_derived_tbl * dctbl = entropy->dc_cur_tbls[blkn]; in decode_mcu_discard_coef() local 752 HUFF_DECODE(s, br_state, dctbl, return FALSE, label1); in decode_mcu_discard_coef()
|
D | jcparam.c | 396 #define SET_COMP(index,id,hsamp,vsamp,quant,dctbl,actbl) \ in jpeg_set_colorspace() argument 402 compptr->dc_tbl_no = (dctbl), \ in jpeg_set_colorspace()
|
/external/pdfium/core/src/fxcodec/libjpeg/ |
D | fpdfapi_jchuff.c | 113 int ci, dctbl, actbl; in start_pass_huff() local 130 dctbl = compptr->dc_tbl_no; in start_pass_huff() 136 if (dctbl < 0 || dctbl >= NUM_HUFF_TBLS) in start_pass_huff() 137 ERREXIT1(cinfo, JERR_NO_HUFF_TABLE, dctbl); in start_pass_huff() 142 if (entropy->dc_count_ptrs[dctbl] == NULL) in start_pass_huff() 143 entropy->dc_count_ptrs[dctbl] = (long *) in start_pass_huff() 146 MEMZERO(entropy->dc_count_ptrs[dctbl], 257 * SIZEOF(long)); in start_pass_huff() 156 jpeg_make_c_derived_tbl(cinfo, TRUE, dctbl, in start_pass_huff() 157 & entropy->dc_derived_tbls[dctbl]); in start_pass_huff() 358 c_derived_tbl *dctbl, c_derived_tbl *actbl) in encode_one_block() argument [all …]
|
D | fpdfapi_jdhuff.c | 93 int ci, blkn, dctbl, actbl; in start_pass_huff_decoder() local 106 dctbl = compptr->dc_tbl_no; in start_pass_huff_decoder() 110 jpeg_make_d_derived_tbl(cinfo, TRUE, dctbl, in start_pass_huff_decoder() 111 & entropy->dc_derived_tbls[dctbl]); in start_pass_huff_decoder() 548 d_derived_tbl * dctbl = entropy->dc_cur_tbls[blkn]; in decode_mcu() local 555 HUFF_DECODE(s, br_state, dctbl, return FALSE, label1); in decode_mcu()
|
D | fpdfapi_jcparam.c | 397 #define SET_COMP(index,id,hsamp,vsamp,quant,dctbl,actbl) \ in jpeg_set_colorspace() argument 403 compptr->dc_tbl_no = (dctbl), \ in jpeg_set_colorspace()
|
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/ |
D | org.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jar | META-INF/MANIFEST.MF
META-INF/ECLIPSEF.SF
META-INF/ECLIPSEF ... |
D | org.eclipse.swt.win32.win32.x86_3.6.1.v3657a.jar | META-INF/MANIFEST.MF
META-INF/ECLIPSEF.SF
META-INF/ECLIPSEF ... |