Home
last modified time | relevance | path

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

/frameworks/av/media/libstagefright/colorconversion/
DColorConverter.cpp802 signed u_b = u * _b_u; in convertCbYCrY() local
808 signed b1 = (tmp1 + u_b) / 256; in convertCbYCrY()
813 signed b2 = (tmp2 + u_b) / 256; in convertCbYCrY()
1310 signed u_b = u * _b_u; in convertYUVMediaImage() local
1317 signed b1 = (tmp1 + u_b) / 256; in convertYUVMediaImage()
1323 signed b2 = (tmp2 + u_b) / 256; in convertYUVMediaImage()
1352 signed u_b = u * _b_u; in convertYUVMediaImage() local
1359 signed b1 = (tmp1 + u_b) / 256; in convertYUVMediaImage()
1415 signed u_b = u * _b_u; in convertYUV420Planar16() local
1421 signed b1 = (tmp1 + u_b) / 256; in convertYUV420Planar16()
[all …]
/frameworks/av/media/codec2/components/base/
DSimpleC2Component.cpp292 int32_t u_b = u * _b_u; in convertYUV420Planar16ToRGBA1010102() local
299 b = (yMult + u_b) / 1024; in convertYUV420Planar16ToRGBA1010102()
308 b = (yMult + u_b) / 1024; in convertYUV420Planar16ToRGBA1010102()
317 b = (yMult + u_b) / 1024; in convertYUV420Planar16ToRGBA1010102()
326 b = (yMult + u_b) / 1024; in convertYUV420Planar16ToRGBA1010102()