Home
last modified time | relevance | path

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

/external/libyuv/files/source/
Drow_dspr2.cc598 uint32 tmp_vr = yuvconstants->kUVToR[1]; in I422ToARGBRow_DSPR2()
880 uint32 tmp_vr = yuvconstants->kUVToR[1]; in I444ToARGBRow_DSPR2()
966 uint32 tmp_vr = yuvconstants->kUVToR[1]; in I422ToARGB4444Row_DSPR2()
1057 uint32 tmp_vr = yuvconstants->kUVToR[1]; in I422ToARGB1555Row_DSPR2()
1148 uint32 tmp_vr = yuvconstants->kUVToR[1]; in NV12ToARGBRow_DSPR2()
Drow_common.cc1255 int vr = yuvconstants->kUVToR[1]; in YuvPixel()
Drow_msa.cc30 vr = __msa_fill_w(yuvconst->kUVToR[1]); \
Drow_win.cc60 xmm2 = _mm_maddubs_epi16(xmm2, *(__m128i*)yuvconstants->kUVToR); \
/external/libvpx/libvpx/third_party/libyuv/include/libyuv/
Drow.h451 int8 kUVToR[32]; member
/external/libyuv/files/include/libyuv/
Drow.h532 int8 kUVToR[32]; member
/external/libvpx/libvpx/third_party/libyuv/source/
Drow_common.cc1259 int vr = yuvconstants->kUVToR[1]; in YuvPixel()
Drow_win.cc60 xmm2 = _mm_maddubs_epi16(xmm2, *(__m128i*)yuvconstants->kUVToR); \