Home
last modified time | relevance | path

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

/external/jpeg/
Djdphuff.c96 int *coef_bit_ptr; in start_pass_phuff_decoder() local
136 coef_bit_ptr = & cinfo->coef_bits[cindex][0]; in start_pass_phuff_decoder()
137 if (!is_DC_band && coef_bit_ptr[0] < 0) /* AC without prior DC scan */ in start_pass_phuff_decoder()
140 int expected = (coef_bit_ptr[coefi] < 0) ? 0 : coef_bit_ptr[coefi]; in start_pass_phuff_decoder()
143 coef_bit_ptr[coefi] = cinfo->Al; in start_pass_phuff_decoder()
745 int *coef_bit_ptr; in jinit_phuff_decoder() local
766 coef_bit_ptr = & cinfo->coef_bits[0][0]; in jinit_phuff_decoder()
769 *coef_bit_ptr++ = -1; in jinit_phuff_decoder()