Searched refs:src8 (Results 1 – 1 of 1) sorted by relevance
30 const uint8_t* src8 = static_cast<const uint8_t*>(src); in copyCbCrPlane() local31 for (; height > 0; --height, src8 += srcStride) { in copyCbCrPlane()32 const uint8_t* p = src8; in copyCbCrPlane()