Home | History | Annotate | Download | only in libjpeg-turbo

Lines Matching defs:Al

384   int Al = cinfo->Al;
403 /* Compute the DC value after the required point transform by Al.
406 temp2 = IRIGHT_SHIFT((int) ((*block)[0]), Al);
472 int Al = cinfo->Al;
495 /* We must apply the point transform by Al. For AC coefficients this
502 temp >>= Al; /* apply the point transform */
506 temp >>= Al; /* apply the point transform */
577 int Al = cinfo->Al;
592 /* We simply emit the Al'th bit of the DC coefficient value. */
594 emit_bits(entropy, (unsigned int) (temp >> Al), 1);
628 int Al = cinfo->Al;
649 /* We must apply the point transform by Al. For AC coefficients this
655 temp >>= Al; /* apply the point transform */