Lines Matching refs:vRows
167 uint8_t* vRows = new uint8_t [8 * (width >> 1)]; in compress() local
173 deinterleave(vuPlanar, uRows, vRows, cinfo->next_scanline, width, height); in compress()
185 cr[i/2] = vRows + offset; in compress()
191 delete [] vRows; in compress()
196 uint8_t* vRows, int rowIndex, int width, int height) { in deinterleave() argument
205 vRows[index] = vu[0]; in deinterleave()
242 uint8_t* vRows = new uint8_t [16 * (width >> 1)]; in compress() local
248 deinterleave(yuvOffset, yRows, uRows, vRows, cinfo->next_scanline, width, height); in compress()
259 cr[i] = vRows + offset; in compress()
266 delete [] vRows; in compress()
271 uint8_t* vRows, int rowIndex, int width, int height) { in deinterleave() argument
282 vRows[indexU] = yuvSeg[3]; in deinterleave()