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