Home
last modified time | relevance | path

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

/frameworks/av/media/codec2/components/base/
DSimpleC2Component.cpp481 int32_t i32Y, i32U, i32V; in convertRGBA1010102ToYUV420Planar16() local
503 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()