Home
last modified time | relevance | path

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

/aosp12/frameworks/av/media/codec2/components/aom/
H A 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()
/aosp12/frameworks/av/media/codec2/components/gav1/
H A 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()
/aosp12/bionic/libm/upstream-freebsd/lib/msun/src/
H A De_j0.c134 u01 = 1.76666452509181115538e-01, /* 0x3FC69D01, 0x9DE9E3FC */ variable
198 u = u00+z*(u01+z*(u02+z*(u03+z*(u04+z*(u05+z*u06))))); in __ieee754_y0()
H A De_j0f.c96 u01 = 1.7666645348e-01, /* 0x3e34e80d */ variable
153 u = u00+z*(u01+z*(u02+z*(u03+z*(u04+z*(u05+z*u06))))); in __ieee754_y0f()
/aosp12/frameworks/av/media/codec2/components/vpx/
H A 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()
/aosp12/frameworks/av/media/libstagefright/colorconversion/
H A 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()