Home
last modified time | relevance | path

Searched refs:i32V (Results 1 – 1 of 1) sorted by relevance

/frameworks/av/media/codec2/components/base/
DSimpleC2Component.cpp481 int32_t i32Y, i32U, i32V; in convertRGBA1010102ToYUV420Planar16() local
505 i32V = ((r * weights[2][0] + g * weights[2][1] + b * weights[2][2] + 512) >> 10) + in convertRGBA1010102ToYUV420Planar16()
508 dstV[x >> 1] = CLIP3(zeroLvl, i32V, maxLvlChroma); in convertRGBA1010102ToYUV420Planar16()