Lines Matching refs:srcU
510 const uint8_t *srcY, const uint8_t *srcU, const uint8_t *srcV, in copyOutputBufferToYuvPlanarFrame() argument
528 memcpy(dstU, srcU, width / 2); in copyOutputBufferToYuvPlanarFrame()
529 srcU += srcUStride; in copyOutputBufferToYuvPlanarFrame()
535 const uint16_t *srcY, const uint16_t *srcU, const uint16_t *srcV, in convertYUV420Planar16ToY410() argument
545 uint16_t *uSrc = (uint16_t*) srcU; in convertYUV420Planar16ToY410()
589 srcU += srcUStride; in convertYUV420Planar16ToY410()
599 const uint16_t *srcY, const uint16_t *srcU, const uint16_t *srcV, in convertYUV420Planar16ToYUV420Planar() argument
615 dstU[x] = (uint8_t)(srcU[x] >> 2); in convertYUV420Planar16ToYUV420Planar()
619 srcU += srcUStride; in convertYUV420Planar16ToYUV420Planar()
705 const uint16_t *srcU = (const uint16_t *)img->planes[AOM_PLANE_U]; in outputBuffer() local
709 convertYUV420Planar16ToY410((uint32_t *)dstY, srcY, srcU, srcV, srcYStride / 2, in outputBuffer()
715 srcY, srcU, srcV, in outputBuffer()
722 const uint8_t *srcU = (const uint8_t *)img->planes[AOM_PLANE_U]; in outputBuffer() local
725 dstY, dstU, dstV, srcY, srcU, srcV, in outputBuffer()