Home
last modified time | relevance | path

Searched refs:ySrcBot (Results 1 – 1 of 1) sorted by relevance

/frameworks/av/media/codec2/components/base/
DSimpleC2Component.cpp81 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()
[all …]