Home
last modified time | relevance | path

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

/external/libyuv/files/source/
Drow_posix.cc1299 vec16 kYToRgb; // 112 member
Drow_win.cc1515 static const vec16 kYToRgb = { YG, YG, YG, YG, YG, YG, YG, YG }; variable
1574 __asm pmullw xmm3, kYToRgb \
1602 __asm pmullw xmm3, kYToRgb \
/external/libvpx/libvpx/third_party/libyuv/source/
Drow_win.cc65 static const vec16 kYToRgb = { YG, YG, YG, YG, YG, YG, YG, YG }; variable
103 xmm3 = _mm_mullo_epi16(xmm3, *(__m128i*)kYToRgb); in I422ToARGBRow_SSSE3()
157 xmm3 = _mm_mullo_epi16(xmm3, *(__m128i*)kYToRgb); in I422ToARGBRow_Unaligned_SSSE3()
2356 __asm pmullw xmm3, kYToRgb \
2384 __asm pmullw xmm3, kYToRgb \
Drow_posix.cc2082 vec16 kYToRgb; // 112 member