Home
last modified time | relevance | path

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

/frameworks/av/media/codec2/components/aom/
DC2SoftAomDec.cpp543 uint16_t *ySrcTop = (uint16_t*) srcY; in convertYUV420Planar16ToY410() local
555 y01 = *((uint32_t*)ySrcTop); ySrcTop += 2; in convertYUV420Planar16ToY410()
556 y23 = *((uint32_t*)ySrcTop); ySrcTop += 2; in convertYUV420Planar16ToY410()
579 y01 = *((uint32_t*)ySrcTop); in convertYUV420Planar16ToY410()
/frameworks/av/media/codec2/components/gav1/
DC2SoftGav1Dec.cpp515 uint16_t *ySrcTop = (uint16_t *)srcY; in convertYUV420Planar16ToY410() local
528 y01 = *((uint32_t *)ySrcTop); in convertYUV420Planar16ToY410()
529 ySrcTop += 2; in convertYUV420Planar16ToY410()
530 y23 = *((uint32_t *)ySrcTop); in convertYUV420Planar16ToY410()
531 ySrcTop += 2; in convertYUV420Planar16ToY410()
556 y01 = *((uint32_t *)ySrcTop); in convertYUV420Planar16ToY410()
/frameworks/av/media/codec2/components/vpx/
DC2SoftVpxDec.cpp669 uint16_t *ySrcTop = (uint16_t*) srcY; in convertYUV420Planar16ToY410() local
681 y01 = *((uint32_t*)ySrcTop); ySrcTop += 2; in convertYUV420Planar16ToY410()
682 y23 = *((uint32_t*)ySrcTop); ySrcTop += 2; in convertYUV420Planar16ToY410()
705 y01 = *((uint32_t*)ySrcTop); in convertYUV420Planar16ToY410()