Lines Matching refs:Al
84 int Al, JCOEF *values, size_t *zerobits);
88 int Al, JCOEF *absvalues, size_t *bits);
157 (const JCOEF *block, const int *jpeg_natural_order_start, int Sl, int Al,
164 (const JCOEF *block, const int *jpeg_natural_order_start, int Sl, int Al,
487 int Al = cinfo->Al;
506 /* Compute the DC value after the required point transform by Al.
509 temp2 = IRIGHT_SHIFT((int)((*block)[0]), Al);
571 /* We must apply the point transform by Al. For AC coefficients this \
579 temp >>= Al; /* apply the point transform */ \
594 int Al, JCOEF *values, size_t *bits)
666 int Al = cinfo->Al;
690 Sl, Al, values, bits);
757 int Al = cinfo->Al;
772 /* We simply emit the Al'th bit of the DC coefficient value. */
774 emit_bits(entropy, (unsigned int)(temp >> Al), 1);
804 /* We must apply the point transform by Al. For AC coefficients this \
811 temp >>= Al; /* apply the point transform */ \
825 int Al, JCOEF *absvalues, size_t *bits)
931 int Al = cinfo->Al;
956 Sl, Al, absvalues, bits);