Searched defs:uPlane (Results 1 – 2 of 2) sorted by relevance
283 auto uPlane = std::make_unique<uint8_t[]>((width >> SHIFT_MASK) * UV_SAMPLE_ROW); in Yuv420spEncoder() local309 void JpegEncoder::Deinterweave(uint8_t *uvPlane, uint8_t *uPlane, uint8_t *vPlane, uint32_t curRow,… in Deinterweave()
2216 uint8_t *uPlane = nullptr; variable