Home
last modified time | relevance | path

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

/frameworks/av/media/libstagefright/colorconversion/
DColorConverter.cpp1467 signed _c64 = matrix->_c16 * 4; in convertYUVP010ToRGBA1010102() local
1487 y1 = (src_y[x] >> 6) - _c64; in convertYUVP010ToRGBA1010102()
1488 y2 = (src_y[x + 1] >> 6) - _c64; in convertYUVP010ToRGBA1010102()