Searched refs:kNeutralUVBitDepth8 (Results 1 – 1 of 1) sorted by relevance
35 constexpr uint8_t kNeutralUVBitDepth8 = 128; variable52 memset(dstV, kNeutralUVBitDepth8, (width + 1) / 2); in convertYUV420Planar8ToYV12()53 memset(dstU, kNeutralUVBitDepth8, (width + 1) / 2); in convertYUV420Planar8ToYV12()362 memset(dstV, kNeutralUVBitDepth8, (width + 1) / 2); in convertYUV420Planar16ToYV12()363 memset(dstU, kNeutralUVBitDepth8, (width + 1) / 2); in convertYUV420Planar16ToYV12()