Home
last modified time | relevance | path

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

/external/libjpeg-turbo/
Djdcoefct.c360 int *coef_bits; in smoothing_ok() local
363 if (! cinfo->progressive_mode || cinfo->coef_bits == NULL) in smoothing_ok()
388 coef_bits = cinfo->coef_bits[ci]; in smoothing_ok()
389 if (coef_bits[0] < 0) in smoothing_ok()
393 coef_bits_latch[coefi] = coef_bits[coefi]; in smoothing_ok()
394 if (coef_bits[coefi] != 0) in smoothing_ok()
423 int *coef_bits; in decompress_smooth_data() local
483 coef_bits = coef->coef_bits_latch + (ci * SAVED_COEFS); in decompress_smooth_data()
527 if ((Al=coef_bits[1]) != 0 && workspace[1] == 0) { in decompress_smooth_data()
542 if ((Al=coef_bits[2]) != 0 && workspace[8] == 0) { in decompress_smooth_data()
[all …]
Djdphuff.c141 coef_bit_ptr = & cinfo->coef_bits[cindex][0]; in start_pass_phuff_decoder()
665 cinfo->coef_bits = (int (*)[DCTSIZE2]) in jinit_phuff_decoder()
668 coef_bit_ptr = & cinfo->coef_bits[0][0]; in jinit_phuff_decoder()
Djdarith.c664 int *coef_bit_ptr = & cinfo->coef_bits[cindex][0]; in start_pass()
761 cinfo->coef_bits = (int (*)[DCTSIZE2]) in jinit_arith_decoder()
764 coef_bit_ptr = & cinfo->coef_bits[0][0]; in jinit_arith_decoder()
Djdinput.c375 cinfo->coef_bits = NULL; in reset_input_controller()
Djpeglib.h572 int (*coef_bits)[DCTSIZE2]; /* -1 or current Al value for each coef */ member