Searched refs:kNeutralUVBitDepth8 (Results 1 – 1 of 1) sorted by relevance
46 constexpr uint8_t kNeutralUVBitDepth8 = 128; variable63 memset(dstV, kNeutralUVBitDepth8, (width + 1) / 2); in convertYUV420Planar8ToYV12()64 memset(dstU, kNeutralUVBitDepth8, (width + 1) / 2); in convertYUV420Planar8ToYV12()373 memset(dstV, kNeutralUVBitDepth8, (width + 1) / 2); in convertYUV420Planar16ToYV12()374 memset(dstU, kNeutralUVBitDepth8, (width + 1) / 2); in convertYUV420Planar16ToYV12()