Searched refs:kNeutralUVBitDepth10 (Results 1 – 1 of 1) sorted by relevance
47 constexpr uint16_t kNeutralUVBitDepth10 = 512; variable410 dstUV[2 * x] = kNeutralUVBitDepth10 << 6; in convertYUV420Planar16ToP010()411 dstUV[2 * x + 1] = kNeutralUVBitDepth10 << 6; in convertYUV420Planar16ToP010()446 dstU[x] = kNeutralUVBitDepth10; in convertP010ToYUV420Planar16()447 dstV[x] = kNeutralUVBitDepth10; in convertP010ToYUV420Planar16()