Searched refs:_c16 (Results 1 – 2 of 2) sorted by relevance
366 int32_t _c16; // 16 for limited range matrix, 0 for full rance member785 signed _c16 = matrix->_c16; in convertCbYCrY() local797 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() local1315 y1 = y1 - _c16; in convertYUVMediaImage()1321 y2 = y2 - _c16; in convertYUVMediaImage()1357 y1 = y1 - _c16; in convertYUVMediaImage()1392 signed _c16 = matrix->_c16; in convertYUV420Planar16() local1420 signed tmp1 = (y1 - _c16) * _y + 128; in convertYUV420Planar16()[all …]
204 int32_t _y, _r_v, _g_u, _g_v, _b_u, _c16; member265 int32_t _c16 = coeffs._c16; in convertYUV420Planar16ToRGBA1010102() local283 y00 = *ySrcTop - _c16; in convertYUV420Planar16ToRGBA1010102()285 y01 = *ySrcTop - _c16; in convertYUV420Planar16ToRGBA1010102()287 y10 = *ySrcBot - _c16; in convertYUV420Planar16ToRGBA1010102()289 y11 = *ySrcBot - _c16; in convertYUV420Planar16ToRGBA1010102()