Home
last modified time | relevance | path

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

/frameworks/av/media/codec2/components/aom/
DC2SoftAomDec.cpp548 uint32_t u01, v01, y01, y23, y45, y67, uv0, uv1; in convertYUV420Planar16ToY410() local
552 u01 = *((uint32_t*)uSrc); uSrc += 2; in convertYUV420Planar16ToY410()
560 uv0 = (u01 & 0x3FF) | ((v01 & 0x3FF) << 20); in convertYUV420Planar16ToY410()
561 uv1 = (u01 >> 16) | ((v01 >> 16) << 20); in convertYUV420Planar16ToY410()
577 u01 = *uSrc; in convertYUV420Planar16ToY410()
581 uv0 = (u01 & 0x3FF) | ((v01 & 0x3FF) << 20); in convertYUV420Planar16ToY410()
/frameworks/av/media/codec2/components/gav1/
DC2SoftGav1Dec.cpp520 uint32_t u01, v01, y01, y23, y45, y67, uv0, uv1; in convertYUV420Planar16ToY410() local
523 u01 = *((uint32_t *)uSrc); in convertYUV420Planar16ToY410()
537 uv0 = (u01 & 0x3FF) | ((v01 & 0x3FF) << 20); in convertYUV420Planar16ToY410()
538 uv1 = (u01 >> 16) | ((v01 >> 16) << 20); in convertYUV420Planar16ToY410()
554 u01 = *uSrc; in convertYUV420Planar16ToY410()
558 uv0 = (u01 & 0x3FF) | ((v01 & 0x3FF) << 20); in convertYUV420Planar16ToY410()
/frameworks/av/media/libstagefright/colorconversion/
DColorConverter.cpp649 uint32_t u01, v01, y01, y23, y45, y67, uv0, uv1; in convertYUV420Planar16ToY410() local
652 u01 = *((uint32_t*)ptr_u); ptr_u += 2; in convertYUV420Planar16ToY410()
660 uv0 = (u01 & 0x3FF) | ((v01 & 0x3FF) << 20); in convertYUV420Planar16ToY410()
661 uv1 = (u01 >> 16) | ((v01 >> 16) << 20); in convertYUV420Planar16ToY410()
677 u01 = *ptr_u; in convertYUV420Planar16ToY410()
681 uv0 = (u01 & 0x3FF) | ((v01 & 0x3FF) << 20); in convertYUV420Planar16ToY410()
/frameworks/av/media/codec2/components/vpx/
DC2SoftVpxDec.cpp674 uint32_t u01, v01, y01, y23, y45, y67, uv0, uv1; in convertYUV420Planar16ToY410() local
678 u01 = *((uint32_t*)uSrc); uSrc += 2; in convertYUV420Planar16ToY410()
686 uv0 = (u01 & 0x3FF) | ((v01 & 0x3FF) << 20); in convertYUV420Planar16ToY410()
687 uv1 = (u01 >> 16) | ((v01 >> 16) << 20); in convertYUV420Planar16ToY410()
703 u01 = *uSrc; in convertYUV420Planar16ToY410()
707 uv0 = (u01 & 0x3FF) | ((v01 & 0x3FF) << 20); in convertYUV420Planar16ToY410()