Lines Matching refs:Al
383 int Al = cinfo->Al;
402 /* Compute the DC value after the required point transform by Al.
405 temp2 = IRIGHT_SHIFT((int) ((*block)[0]), Al);
471 int Al = cinfo->Al;
494 /* We must apply the point transform by Al. For AC coefficients this
501 temp >>= Al; /* apply the point transform */
505 temp >>= Al; /* apply the point transform */
576 int Al = cinfo->Al;
591 /* We simply emit the Al'th bit of the DC coefficient value. */
593 emit_bits(entropy, (unsigned int) (temp >> Al), 1);
627 int Al = cinfo->Al;
648 /* We must apply the point transform by Al. For AC coefficients this
654 temp >>= Al; /* apply the point transform */