Home
last modified time | relevance | path

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

/frameworks/av/media/codec2/components/gav1/
DC2SoftGav1Dec.cpp514 uint16_t *ySrcBot = (uint16_t *)(srcY + srcYStride); in convertYUV420Planar16ToY410() local
530 y45 = *((uint32_t *)ySrcBot); in convertYUV420Planar16ToY410()
531 ySrcBot += 2; in convertYUV420Planar16ToY410()
532 y67 = *((uint32_t *)ySrcBot); in convertYUV420Planar16ToY410()
533 ySrcBot += 2; in convertYUV420Planar16ToY410()
555 y45 = *((uint32_t *)ySrcBot); in convertYUV420Planar16ToY410()
/frameworks/av/media/codec2/components/aom/
DC2SoftAomDec.cpp546 uint16_t *ySrcBot = (uint16_t*) (srcY + srcYStride); in convertYUV420Planar16ToY410() local
559 y45 = *((uint32_t*)ySrcBot); ySrcBot += 2; in convertYUV420Planar16ToY410()
560 y67 = *((uint32_t*)ySrcBot); ySrcBot += 2; in convertYUV420Planar16ToY410()
582 y45 = *((uint32_t*)ySrcBot); in convertYUV420Planar16ToY410()
/frameworks/av/media/codec2/components/vpx/
DC2SoftVpxDec.cpp671 uint16_t *ySrcBot = (uint16_t*) (srcY + srcYStride); in convertYUV420Planar16ToY410() local
684 y45 = *((uint32_t*)ySrcBot); ySrcBot += 2; in convertYUV420Planar16ToY410()
685 y67 = *((uint32_t*)ySrcBot); ySrcBot += 2; in convertYUV420Planar16ToY410()
707 y45 = *((uint32_t*)ySrcBot); in convertYUV420Planar16ToY410()