Home
last modified time | relevance | path

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

/frameworks/av/media/codec2/components/base/
DSimpleC2Component.cpp92 uint16_t *ySrcBot = (uint16_t *)(srcY + srcYStride); in convertYUV420Planar16ToY410() local
108 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() local
287 y10 = *ySrcBot - _c16; in convertYUV420Planar16ToRGBA1010102()
288 ySrcBot += 1; in convertYUV420Planar16ToRGBA1010102()
289 y11 = *ySrcBot - _c16; in convertYUV420Planar16ToRGBA1010102()
[all …]