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

Lines Matching defs:Al

391     /* Compute the DC value after the required point transform by Al.
394 m = IRIGHT_SHIFT((int) ((*block)[0]), cinfo->Al);
483 /* We must apply the point transform by Al. For AC coefficients this
488 if (v >>= cinfo->Al) break;
491 if (v >>= cinfo->Al) break;
500 if (v >>= cinfo->Al) {
507 if (v >>= cinfo->Al) {
559 int Al, blkn;
573 Al = cinfo->Al;
577 /* We simply emit the Al'th bit of the DC coefficient value. */
578 arith_encode(cinfo, st, (MCU_data[blkn][0][0] >> Al) & 1);
617 /* We must apply the point transform by Al. For AC coefficients this
622 if (v >>= cinfo->Al) break;
625 if (v >>= cinfo->Al) break;
644 if (v >>= cinfo->Al) {
655 if (v >>= cinfo->Al) {