Lines Matching refs:srcU
509 uint8_t *dst, const uint8_t *srcY, const uint8_t *srcU, const uint8_t *srcV, in copyOutputBufferToYuvPlanarFrame() argument
530 memcpy(dst, srcU, width / 2); in copyOutputBufferToYuvPlanarFrame()
531 srcU += srcUStride; in copyOutputBufferToYuvPlanarFrame()
537 const uint16_t *srcY, const uint16_t *srcU, const uint16_t *srcV, in convertYUV420Planar16ToY410() argument
547 uint16_t *uSrc = (uint16_t*) srcU; in convertYUV420Planar16ToY410()
591 srcU += srcUStride; in convertYUV420Planar16ToY410()
600 const uint16_t *srcY, const uint16_t *srcU, const uint16_t *srcV, in convertYUV420Planar16ToYUV420Planar() argument
621 dstU[x] = (uint8_t)(srcU[x] >> 2); in convertYUV420Planar16ToYUV420Planar()
625 srcU += srcUStride; in convertYUV420Planar16ToYUV420Planar()
709 const uint16_t *srcU = (const uint16_t *)img->planes[AOM_PLANE_U]; in outputBuffer() local
713 convertYUV420Planar16ToY410((uint32_t *)dst, srcY, srcU, srcV, srcYStride / 2, in outputBuffer()
718 convertYUV420Planar16ToYUV420Planar(dst, srcY, srcU, srcV, srcYStride / 2, in outputBuffer()
725 const uint8_t *srcU = (const uint8_t *)img->planes[AOM_PLANE_U]; in outputBuffer() local
728 dst, srcY, srcU, srcV, in outputBuffer()