Home
last modified time | relevance | path

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

/external/jpeg/
Djdcoefct.c665 int * coef_bits; in smoothing_ok() local
668 if (! cinfo->progressive_mode || cinfo->coef_bits == NULL) in smoothing_ok()
693 coef_bits = cinfo->coef_bits[ci]; in smoothing_ok()
694 if (coef_bits[0] < 0) in smoothing_ok()
698 coef_bits_latch[coefi] = coef_bits[coefi]; in smoothing_ok()
699 if (coef_bits[coefi] != 0) in smoothing_ok()
728 int *coef_bits; in decompress_smooth_data() local
785 coef_bits = coef->coef_bits_latch + (ci * SAVED_COEFS); in decompress_smooth_data()
828 if ((Al=coef_bits[1]) != 0 && workspace[1] == 0) { in decompress_smooth_data()
843 if ((Al=coef_bits[2]) != 0 && workspace[8] == 0) { in decompress_smooth_data()
[all …]
Djdphuff.c136 coef_bit_ptr = & cinfo->coef_bits[cindex][0]; in start_pass_phuff_decoder()
763 cinfo->coef_bits = (int (*)[DCTSIZE2]) in jinit_phuff_decoder()
766 coef_bit_ptr = & cinfo->coef_bits[0][0]; in jinit_phuff_decoder()
Djdinput.c381 cinfo->coef_bits = NULL; in reset_input_controller()
Djpeglib.h518 int (*coef_bits)[DCTSIZE2]; /* -1 or current Al value for each coef */ member