Home
last modified time | relevance | path

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

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