Searched refs:_c64 (Results 1 – 1 of 1) sorted by relevance
1467 signed _c64 = matrix->_c16 * 4; in convertYUVP010ToRGBA1010102() local1487 y1 = (src_y[x] >> 6) - _c64; in convertYUVP010ToRGBA1010102()1488 y2 = (src_y[x + 1] >> 6) - _c64; in convertYUVP010ToRGBA1010102()