Searched refs:i32U (Results 1 – 1 of 1) sorted by relevance
481 int32_t i32Y, i32U, i32V; in convertRGBA1010102ToYUV420Planar16() local503 i32U = ((r * weights[1][0] + g * weights[1][1] + b * weights[1][2] + 512) >> 10) + in convertRGBA1010102ToYUV420Planar16()507 dstU[x >> 1] = CLIP3(zeroLvl, i32U, maxLvlChroma); in convertRGBA1010102ToYUV420Planar16()