Searched refs:ySrcTop (Results 1 – 1 of 1) sorted by relevance
91 uint16_t *ySrcTop = (uint16_t *)srcY; in convertYUV420Planar16ToY410() local104 y01 = *((uint32_t *)ySrcTop); in convertYUV420Planar16ToY410()105 ySrcTop += 2; in convertYUV420Planar16ToY410()106 y23 = *((uint32_t *)ySrcTop); in convertYUV420Planar16ToY410()107 ySrcTop += 2; in convertYUV420Planar16ToY410()132 y01 = *((uint32_t *)ySrcTop); in convertYUV420Planar16ToY410()271 uint16_t *ySrcTop = (uint16_t *)srcY; in convertYUV420Planar16ToRGBA1010102() local283 y00 = *ySrcTop - _c16; in convertYUV420Planar16ToRGBA1010102()284 ySrcTop += 1; in convertYUV420Planar16ToRGBA1010102()285 y01 = *ySrcTop - _c16; in convertYUV420Planar16ToRGBA1010102()[all …]