Home | History | Annotate | Download | only in gdx2d

Lines Matching refs:Py

2076   uint8* Py = m_pSample_buf + (row / 8) * 64 * m_comp_h_samp[0] + (row & 7) * 8;
2089 int y = Py[Y_ofs + j];
2090 int cb = Py[Cb_ofs + j];
2091 int cr = Py[Cr_ofs + j];
2102 Py += 64 * m_expanded_blocks_per_mcu;