Home
last modified time | relevance | path

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

/frameworks/av/media/libstagefright/colorconversion/
DColorConverter.cpp366 int32_t _c16; // 16 for limited range matrix, 0 for full rance member
785 signed _c16 = matrix->_c16; in convertCbYCrY() local
797 signed y1 = (signed)src_ptr[2 * x + 1] - _c16; in convertCbYCrY()
798 signed y2 = (signed)src_ptr[2 * x + 3] - _c16; in convertCbYCrY()
1261 signed _c16 = matrix->_c16; in convertYUVMediaImage() local
1315 y1 = y1 - _c16; in convertYUVMediaImage()
1321 y2 = y2 - _c16; in convertYUVMediaImage()
1357 y1 = y1 - _c16; in convertYUVMediaImage()
1392 signed _c16 = matrix->_c16; in convertYUV420Planar16() local
1420 signed tmp1 = (y1 - _c16) * _y + 128; in convertYUV420Planar16()
[all …]
/frameworks/av/media/codec2/components/base/
DSimpleC2Component.cpp204 int32_t _y, _r_v, _g_u, _g_v, _b_u, _c16; member
265 int32_t _c16 = coeffs._c16; in convertYUV420Planar16ToRGBA1010102() local
283 y00 = *ySrcTop - _c16; in convertYUV420Planar16ToRGBA1010102()
285 y01 = *ySrcTop - _c16; in convertYUV420Planar16ToRGBA1010102()
287 y10 = *ySrcBot - _c16; in convertYUV420Planar16ToRGBA1010102()
289 y11 = *ySrcBot - _c16; in convertYUV420Planar16ToRGBA1010102()