Lines Matching refs:py
798 jd_yuv_t *py, *pc; in mcu_output() local
820 pc = py = jd->mcubuf; in mcu_output()
823 if (iy >= 8) py += 64; in mcu_output()
827 py += iy * 8; in mcu_output()
832 if (ix == 8) py += 64 - 8; /* Jump to next block if double block heigt */ in mcu_output()
837 yy = *py++; /* Get Y component */ in mcu_output()
845 py = jd->mcubuf + iy * 8; in mcu_output()
847 if (iy >= 8) py += 64; in mcu_output()
851 if (ix == 8) py += 64 - 8; /* Jump to next block if double block height */ in mcu_output()
853 *pix++ = (uint8_t)*py++; /* Get and store a Y value as grayscale */ in mcu_output()
899 py = jd->mcubuf; in mcu_output()
900 if (iy == 8) py += 64 * 2; in mcu_output()
902 yy = *py; /* Get Y component */ in mcu_output()
903 py += 64; in mcu_output()