Home
last modified time | relevance | path

Searched refs:is_DC_band (Results 1 – 4 of 4) sorted by relevance

/external/libjpeg-turbo/
Djcphuff.c112 boolean is_DC_band; in start_pass_phuff() local
119 is_DC_band = (cinfo->Ss == 0); in start_pass_phuff()
125 if (is_DC_band) in start_pass_phuff()
130 if (is_DC_band) in start_pass_phuff()
154 if (is_DC_band) { in start_pass_phuff()
176 jpeg_make_c_derived_tbl(cinfo, is_DC_band, tbl, in start_pass_phuff()
771 boolean is_DC_band; in finish_pass_gather_phuff() local
780 is_DC_band = (cinfo->Ss == 0); in finish_pass_gather_phuff()
789 if (is_DC_band) { in finish_pass_gather_phuff()
797 if (is_DC_band) in finish_pass_gather_phuff()
Djdphuff.c98 boolean is_DC_band, bad; in start_pass_phuff_decoder() local
104 is_DC_band = (cinfo->Ss == 0); in start_pass_phuff_decoder()
108 if (is_DC_band) { in start_pass_phuff_decoder()
142 if (!is_DC_band && coef_bit_ptr[0] < 0) /* AC without prior DC scan */ in start_pass_phuff_decoder()
154 if (is_DC_band) in start_pass_phuff_decoder()
159 if (is_DC_band) in start_pass_phuff_decoder()
170 if (is_DC_band) { in start_pass_phuff_decoder()
/external/pdfium/third_party/libjpeg/
Dfpdfapi_jcphuff.c109 boolean is_DC_band; in start_pass_phuff() local
116 is_DC_band = (cinfo->Ss == 0); in start_pass_phuff()
122 if (is_DC_band) in start_pass_phuff()
127 if (is_DC_band) in start_pass_phuff()
151 if (is_DC_band) { in start_pass_phuff()
173 jpeg_make_c_derived_tbl(cinfo, is_DC_band, tbl, in start_pass_phuff()
770 boolean is_DC_band; in finish_pass_gather_phuff() local
779 is_DC_band = (cinfo->Ss == 0); in finish_pass_gather_phuff()
788 if (is_DC_band) { in finish_pass_gather_phuff()
796 if (is_DC_band) in finish_pass_gather_phuff()
Dfpdfapi_jdphuff.c95 boolean is_DC_band, bad; in start_pass_phuff_decoder() local
100 is_DC_band = (cinfo->Ss == 0); in start_pass_phuff_decoder()
104 if (is_DC_band) { in start_pass_phuff_decoder()
138 if (!is_DC_band && coef_bit_ptr[0] < 0) /* AC without prior DC scan */ in start_pass_phuff_decoder()
150 if (is_DC_band) in start_pass_phuff_decoder()
155 if (is_DC_band) in start_pass_phuff_decoder()
166 if (is_DC_band) { in start_pass_phuff_decoder()