Home
last modified time | relevance | path

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

/frameworks/av/media/codec2/components/gav1/
DC2SoftGav1Dec.cpp518 uint32_t u01, v01, y01, y23, y45, y67, uv0, uv1; in convertYUV420Planar16ToY410() local
530 y45 = *((uint32_t *)ySrcBot); in convertYUV420Planar16ToY410()
543 *dstBot++ = 3 << 30 | ((y45 & 0x3FF) << 10) | uv0; in convertYUV420Planar16ToY410()
544 *dstBot++ = 3 << 30 | ((y45 >> 16) << 10) | uv0; in convertYUV420Planar16ToY410()
555 y45 = *((uint32_t *)ySrcBot); in convertYUV420Planar16ToY410()
559 *dstBot++ = ((y45 & 0x3FF) << 10) | uv0; in convertYUV420Planar16ToY410()
560 *dstBot++ = ((y45 >> 16) << 10) | uv0; in convertYUV420Planar16ToY410()
/frameworks/av/media/codec2/components/aom/
DC2SoftAomDec.cpp548 uint32_t u01, v01, y01, y23, y45, y67, uv0, uv1; in convertYUV420Planar16ToY410() local
557 y45 = *((uint32_t*)ySrcBot); ySrcBot += 2; in convertYUV420Planar16ToY410()
568 *dstBot++ = 3 << 30 | ((y45 & 0x3FF) << 10) | uv0; in convertYUV420Planar16ToY410()
569 *dstBot++ = 3 << 30 | ((y45 >> 16) << 10) | uv0; in convertYUV420Planar16ToY410()
580 y45 = *((uint32_t*)ySrcBot); in convertYUV420Planar16ToY410()
584 *dstBot++ = ((y45 & 0x3FF) << 10) | uv0; in convertYUV420Planar16ToY410()
585 *dstBot++ = ((y45 >> 16) << 10) | uv0; in convertYUV420Planar16ToY410()
/frameworks/av/media/libstagefright/colorconversion/
DColorConverter.cpp649 uint32_t u01, v01, y01, y23, y45, y67, uv0, uv1; in convertYUV420Planar16ToY410() local
657 y45 = *((uint32_t*)ptr_ybot); ptr_ybot += 2; in convertYUV420Planar16ToY410()
668 *dst_bot++ = ((y45 & 0x3FF) << 10) | uv0; in convertYUV420Planar16ToY410()
669 *dst_bot++ = ((y45 >> 16) << 10) | uv0; in convertYUV420Planar16ToY410()
680 y45 = *((uint32_t*)ptr_ybot); in convertYUV420Planar16ToY410()
684 *dst_bot++ = ((y45 & 0x3FF) << 10) | uv0; in convertYUV420Planar16ToY410()
685 *dst_bot++ = ((y45 >> 16) << 10) | uv0; in convertYUV420Planar16ToY410()
/frameworks/av/media/codec2/components/vpx/
DC2SoftVpxDec.cpp674 uint32_t u01, v01, y01, y23, y45, y67, uv0, uv1; in convertYUV420Planar16ToY410() local
683 y45 = *((uint32_t*)ySrcBot); ySrcBot += 2; in convertYUV420Planar16ToY410()
694 *dstBot++ = 3 << 30 | ((y45 & 0x3FF) << 10) | uv0; in convertYUV420Planar16ToY410()
695 *dstBot++ = 3 << 30 | ((y45 >> 16) << 10) | uv0; in convertYUV420Planar16ToY410()
706 y45 = *((uint32_t*)ySrcBot); in convertYUV420Planar16ToY410()
710 *dstBot++ = ((y45 & 0x3FF) << 10) | uv0; in convertYUV420Planar16ToY410()
711 *dstBot++ = ((y45 >> 16) << 10) | uv0; in convertYUV420Planar16ToY410()