Home
last modified time | relevance | path

Searched refs:kUVToB (Results 1 – 8 of 8) sorted by relevance

/external/libyuv/files/source/
Drow_dspr2.cc595 uint32 tmp_ub = yuvconstants->kUVToB[0]; in I422ToARGBRow_DSPR2()
877 uint32 tmp_ub = yuvconstants->kUVToB[0]; in I444ToARGBRow_DSPR2()
963 uint32 tmp_ub = yuvconstants->kUVToB[0]; in I422ToARGB4444Row_DSPR2()
1054 uint32 tmp_ub = yuvconstants->kUVToB[0]; in I422ToARGB1555Row_DSPR2()
1145 uint32 tmp_ub = yuvconstants->kUVToB[0]; in NV12ToARGBRow_DSPR2()
Drow_common.cc1252 int ub = yuvconstants->kUVToB[0]; in YuvPixel()
Drow_msa.cc29 ub = __msa_fill_w(yuvconst->kUVToB[0]); \
Drow_win.cc58 xmm0 = _mm_maddubs_epi16(xmm0, *(__m128i*)yuvconstants->kUVToB); \
/external/libvpx/libvpx/third_party/libyuv/include/libyuv/
Drow.h449 int8 kUVToB[32]; member
/external/libyuv/files/include/libyuv/
Drow.h530 int8 kUVToB[32]; member
/external/libvpx/libvpx/third_party/libyuv/source/
Drow_common.cc1256 int ub = yuvconstants->kUVToB[0]; in YuvPixel()
Drow_win.cc58 xmm0 = _mm_maddubs_epi16(xmm0, *(__m128i*)yuvconstants->kUVToB); \