Searched refs:ySrcBot (Results 1 – 1 of 1) sorted by relevance
92 uint16_t *ySrcBot = (uint16_t *)(srcY + srcYStride); in convertYUV420Planar16ToY410() local108 y45 = *((uint32_t *)ySrcBot); in convertYUV420Planar16ToY410()109 ySrcBot += 2; in convertYUV420Planar16ToY410()110 y67 = *((uint32_t *)ySrcBot); in convertYUV420Planar16ToY410()111 ySrcBot += 2; in convertYUV420Planar16ToY410()133 y45 = *((uint32_t *)ySrcBot); in convertYUV420Planar16ToY410()272 uint16_t *ySrcBot = (uint16_t *)(srcY + srcYStride); in convertYUV420Planar16ToRGBA1010102() local287 y10 = *ySrcBot - _c16; in convertYUV420Planar16ToRGBA1010102()288 ySrcBot += 1; in convertYUV420Planar16ToRGBA1010102()289 y11 = *ySrcBot - _c16; in convertYUV420Planar16ToRGBA1010102()[all …]