Lines Matching refs:ySrcTop
91 uint16_t *ySrcTop = (uint16_t *)srcY; in convertYUV420Planar16ToY410() local
104 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() local
283 y00 = *ySrcTop - _c16; in convertYUV420Planar16ToRGBA1010102()
284 ySrcTop += 1; in convertYUV420Planar16ToRGBA1010102()
285 y01 = *ySrcTop - _c16; in convertYUV420Planar16ToRGBA1010102()
286 ySrcTop += 1; in convertYUV420Planar16ToRGBA1010102()