Lines Matching refs:ySrcBot
81 uint16_t *ySrcBot = (uint16_t *)(srcY + srcYStride); in convertYUV420Planar16ToY410() local
97 y45 = *((uint32_t *)ySrcBot); in convertYUV420Planar16ToY410()
98 ySrcBot += 2; in convertYUV420Planar16ToY410()
99 y67 = *((uint32_t *)ySrcBot); in convertYUV420Planar16ToY410()
100 ySrcBot += 2; in convertYUV420Planar16ToY410()
122 y45 = *((uint32_t *)ySrcBot); in convertYUV420Planar16ToY410()
261 uint16_t *ySrcBot = (uint16_t *)(srcY + srcYStride); in convertYUV420Planar16ToRGBA1010102() local
276 y10 = *ySrcBot - _c16; in convertYUV420Planar16ToRGBA1010102()
277 ySrcBot += 1; in convertYUV420Planar16ToRGBA1010102()
278 y11 = *ySrcBot - _c16; in convertYUV420Planar16ToRGBA1010102()
279 ySrcBot += 1; in convertYUV420Planar16ToRGBA1010102()