HomeSort by relevance Sort by last modified time
    Searched full:is_dc_band (Results 1 - 2 of 2) sorted by null

  /external/jpeg/
jcphuff.c 109 boolean is_DC_band;
116 is_DC_band = (cinfo->Ss == 0);
122 if (is_DC_band)
127 if (is_DC_band)
151 if (is_DC_band) {
173 jpeg_make_c_derived_tbl(cinfo, is_DC_band, tbl,
770 boolean is_DC_band;
779 is_DC_band = (cinfo->Ss == 0);
788 if (is_DC_band) {
796 if (is_DC_band)
    [all...]
jdphuff.c 95 boolean is_DC_band, bad;
100 is_DC_band = (cinfo->Ss == 0);
104 if (is_DC_band) {
138 if (!is_DC_band && coef_bit_ptr[0] < 0) /* AC without prior DC scan */
150 if (is_DC_band)
155 if (is_DC_band)
166 if (is_DC_band) {

Completed in 47 milliseconds