Lines Matching full:coef_bits
58 #define SAVED_COEFS 6 /* we save coef_bits[0..5] */
651 * We also latch the current states of the coef_bits[] entries for the
665 int * coef_bits;
668 if (! cinfo->progressive_mode || cinfo->coef_bits == NULL)
693 coef_bits = cinfo->coef_bits[ci];
694 if (coef_bits[0] < 0)
698 coef_bits_latch[coefi] = coef_bits[coefi];
699 if (coef_bits[coefi] != 0)
728 int *coef_bits;
785 coef_bits = coef->coef_bits_latch + (ci * SAVED_COEFS);
828 if ((Al=coef_bits[1]) != 0 && workspace[1] == 0) {
843 if ((Al=coef_bits[2]) != 0 && workspace[8] == 0) {
858 if ((Al=coef_bits[3]) != 0 && workspace[16] == 0) {
873 if ((Al=coef_bits[4]) != 0 && workspace[9] == 0) {
888 if ((Al=coef_bits[5]) != 0 && workspace[2] == 0) {