Searched refs:ySrcBot (Results 1 – 1 of 1) sorted by relevance
81 uint16_t *ySrcBot = (uint16_t *)(srcY + srcYStride); in convertYUV420Planar16ToY410() local97 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() local276 y10 = *ySrcBot - _c16; in convertYUV420Planar16ToRGBA1010102()277 ySrcBot += 1; in convertYUV420Planar16ToRGBA1010102()278 y11 = *ySrcBot - _c16; in convertYUV420Planar16ToRGBA1010102()[all …]