Home
last modified time | relevance | path

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

/aosp12/frameworks/av/media/codec2/components/aom/
H A DC2SoftAomDec.cpp544 uint16_t *ySrcBot = (uint16_t*) (srcY + srcYStride); in convertYUV420Planar16ToY410() local
557 y45 = *((uint32_t*)ySrcBot); ySrcBot += 2; in convertYUV420Planar16ToY410()
558 y67 = *((uint32_t*)ySrcBot); ySrcBot += 2; in convertYUV420Planar16ToY410()
580 y45 = *((uint32_t*)ySrcBot); in convertYUV420Planar16ToY410()
/aosp12/frameworks/av/media/codec2/components/gav1/
H A DC2SoftGav1Dec.cpp516 uint16_t *ySrcBot = (uint16_t *)(srcY + srcYStride); in convertYUV420Planar16ToY410() local
532 y45 = *((uint32_t *)ySrcBot); in convertYUV420Planar16ToY410()
533 ySrcBot += 2; in convertYUV420Planar16ToY410()
534 y67 = *((uint32_t *)ySrcBot); in convertYUV420Planar16ToY410()
535 ySrcBot += 2; in convertYUV420Planar16ToY410()
557 y45 = *((uint32_t *)ySrcBot); in convertYUV420Planar16ToY410()
/aosp12/frameworks/av/media/codec2/components/vpx/
H A DC2SoftVpxDec.cpp670 uint16_t *ySrcBot = (uint16_t*) (srcY + srcYStride); in convertYUV420Planar16ToY410() local
683 y45 = *((uint32_t*)ySrcBot); ySrcBot += 2; in convertYUV420Planar16ToY410()
684 y67 = *((uint32_t*)ySrcBot); ySrcBot += 2; in convertYUV420Planar16ToY410()
706 y45 = *((uint32_t*)ySrcBot); in convertYUV420Planar16ToY410()