Searched refs:ySrcTop (Results 1 – 1 of 1) sorted by relevance
80 uint16_t *ySrcTop = (uint16_t *)srcY; in convertYUV420Planar16ToY410() local93 y01 = *((uint32_t *)ySrcTop); in convertYUV420Planar16ToY410()94 ySrcTop += 2; in convertYUV420Planar16ToY410()95 y23 = *((uint32_t *)ySrcTop); in convertYUV420Planar16ToY410()96 ySrcTop += 2; in convertYUV420Planar16ToY410()121 y01 = *((uint32_t *)ySrcTop); in convertYUV420Planar16ToY410()260 uint16_t *ySrcTop = (uint16_t *)srcY; in convertYUV420Planar16ToRGBA1010102() local272 y00 = *ySrcTop - _c16; in convertYUV420Planar16ToRGBA1010102()273 ySrcTop += 1; in convertYUV420Planar16ToRGBA1010102()274 y01 = *ySrcTop - _c16; in convertYUV420Planar16ToRGBA1010102()[all …]