Lines Matching refs:vRows
169 uint8_t* vRows = new uint8_t [8 * (width >> 1)]; in compress() local
175 deinterleave(vuPlanar, uRows, vRows, cinfo->next_scanline, width, height); in compress()
187 cr[i/2] = vRows + offset; in compress()
193 delete [] vRows; in compress()
198 uint8_t* vRows, int rowIndex, int width, int height) { in deinterleave() argument
207 vRows[index] = vu[0]; in deinterleave()
244 uint8_t* vRows = new uint8_t [16 * (width >> 1)]; in compress() local
250 deinterleave(yuvOffset, yRows, uRows, vRows, cinfo->next_scanline, width, height); in compress()
261 cr[i] = vRows + offset; in compress()
268 delete [] vRows; in compress()
273 uint8_t* vRows, int rowIndex, int width, int height) { in deinterleave() argument
284 vRows[indexU] = yuvSeg[3]; in deinterleave()