Searched refs:dstUV (Results 1 – 2 of 2) sorted by relevance
382 void convertYUV420Planar16ToP010(uint16_t *dstY, uint16_t *dstUV, const uint16_t *srcY, in convertYUV420Planar16ToP010() argument399 dstUV[2 * x] = kNeutralUVBitDepth10 << 6; in convertYUV420Planar16ToP010()400 dstUV[2 * x + 1] = kNeutralUVBitDepth10 << 6; in convertYUV420Planar16ToP010()402 dstUV += dstUVStride; in convertYUV420Planar16ToP010()409 dstUV[2 * x] = srcU[x] << 6; in convertYUV420Planar16ToP010()410 dstUV[2 * x + 1] = srcV[x] << 6; in convertYUV420Planar16ToP010()414 dstUV += dstUVStride; in convertYUV420Planar16ToP010()
52 void convertYUV420Planar16ToP010(uint16_t *dstY, uint16_t *dstUV, const uint16_t *srcY,