/external/llvm/test/Analysis/ValueTracking/ |
pr24866.ll | 10 define void @encode_one_blockX2(%struct.c_derived_tbl.2.5.8.11.14.17.23.38.59.80.92.98.104.107.155.183* nocapture readonly %actbl) #0 { 36 %arrayidx108 = getelementptr inbounds %struct.c_derived_tbl.2.5.8.11.14.17.23.38.59.80.92.98.104.107.155.183, %struct.c_derived_tbl.2.5.8.11.14.17.23.38.59.80.92.98.104.107.155.183* %actbl, i64 0, i32 0, i64 %idxprom107 38 %arrayidx110 = getelementptr inbounds %struct.c_derived_tbl.2.5.8.11.14.17.23.38.59.80.92.98.104.107.155.183, %struct.c_derived_tbl.2.5.8.11.14.17.23.38.59.80.92.98.104.107.155.183* %actbl, i64 0, i32 1, i64 %idxprom107
|
/external/libjpeg-turbo/ |
jchuff.c | 145 int ci, dctbl, actbl; local 163 actbl = compptr->ac_tbl_no; 170 if (actbl < 0 || actbl >= NUM_HUFF_TBLS) 171 ERREXIT1(cinfo, JERR_NO_HUFF_TABLE, actbl); 179 if (entropy->ac_count_ptrs[actbl] == NULL) 180 entropy->ac_count_ptrs[actbl] = (long *) 183 MEMZERO(entropy->ac_count_ptrs[actbl], 257 * sizeof(long)); 190 jpeg_make_c_derived_tbl(cinfo, FALSE, actbl, 191 & entropy->ac_derived_tbls[actbl]); 993 int ci, dctbl, actbl; local [all...] |
jdhuff.c | 93 int ci, blkn, dctbl, actbl; local 108 actbl = compptr->ac_tbl_no; 113 pdtbl = entropy->ac_derived_tbls + actbl; 114 jpeg_make_d_derived_tbl(cinfo, FALSE, actbl, pdtbl); 569 d_derived_tbl * actbl = entropy->ac_cur_tbls[blkn]; local 598 HUFF_DECODE(s, br_state, actbl, return FALSE, label2); 625 HUFF_DECODE(s, br_state, actbl, return FALSE, label3); 668 d_derived_tbl * actbl = entropy->ac_cur_tbls[blkn]; local 689 HUFF_DECODE_FAST(s, l, actbl); 708 HUFF_DECODE_FAST(s, l, actbl); [all...] |
jcparam.c | 327 #define SET_COMP(index,id,hsamp,vsamp,quant,dctbl,actbl) \ 334 compptr->ac_tbl_no = (actbl) )
|
/external/pdfium/third_party/libjpeg/ |
fpdfapi_jchuff.c | 112 int ci, dctbl, actbl; local 130 actbl = compptr->ac_tbl_no; 137 if (actbl < 0 || actbl >= NUM_HUFF_TBLS) 138 ERREXIT1(cinfo, JERR_NO_HUFF_TABLE, actbl); 146 if (entropy->ac_count_ptrs[actbl] == NULL) 147 entropy->ac_count_ptrs[actbl] = (long *) 150 MEMZERO(entropy->ac_count_ptrs[actbl], 257 * SIZEOF(long)); 157 jpeg_make_c_derived_tbl(cinfo, FALSE, actbl, 158 & entropy->ac_derived_tbls[actbl]); 852 int ci, dctbl, actbl; local [all...] |
fpdfapi_jdhuff.c | 92 int ci, blkn, dctbl, actbl; local 106 actbl = compptr->ac_tbl_no; 111 jpeg_make_d_derived_tbl(cinfo, FALSE, actbl, 112 & entropy->ac_derived_tbls[actbl]); 548 d_derived_tbl * actbl = entropy->ac_cur_tbls[blkn]; local 575 HUFF_DECODE(s, br_state, actbl, return FALSE, label2); 602 HUFF_DECODE(s, br_state, actbl, return FALSE, label3);
|
fpdfapi_jcparam.c | 396 #define SET_COMP(index,id,hsamp,vsamp,quant,dctbl,actbl) \ 403 compptr->ac_tbl_no = (actbl) )
|
/external/opencv3/3rdparty/libjpeg/ |
jchuff.c | 917 c_derived_tbl *dctbl, c_derived_tbl *actbl) 968 if (! emit_bits_s(state, actbl->ehufco[0xF0], actbl->ehufsi[0xF0])) 990 if (! emit_bits_s(state, actbl->ehufco[i], actbl->ehufsi[i])) 1004 if (! emit_bits_s(state, actbl->ehufco[0], actbl->ehufsi[0])) [all...] |
jcparam.c | 421 #define SET_COMP(index,id,hsamp,vsamp,quant,dctbl,actbl) \ 428 compptr->ac_tbl_no = (actbl) )
|