Searched refs:kUVBiasB (Results 1 – 4 of 4) sorted by relevance
/external/libyuv/files/source/ |
D | row_posix.cc | 1295 vec16 kUVBiasB; // 48 member
|
D | row_win.cc | 1517 static const vec16 kUVBiasB = { BB, BB, BB, BB, BB, BB, BB, BB }; variable 1566 __asm psubw xmm0, kUVBiasB /* unbias back to signed */ \ 1594 __asm psubw xmm0, kUVBiasB /* unbias back to signed */ \
|
/external/libvpx/libvpx/third_party/libyuv/source/ |
D | row_win.cc | 67 static const vec16 kUVBiasB = { BB, BB, BB, BB, BB, BB, BB, BB }; variable 97 xmm0 = _mm_sub_epi16(xmm0, *(__m128i*)kUVBiasB); in I422ToARGBRow_SSSE3() 151 xmm0 = _mm_sub_epi16(xmm0, *(__m128i*)kUVBiasB); in I422ToARGBRow_Unaligned_SSSE3() 2348 __asm psubw xmm0, kUVBiasB /* unbias back to signed */ \ 2376 __asm psubw xmm0, kUVBiasB /* unbias back to signed */ \
|
D | row_posix.cc | 2078 vec16 kUVBiasB; // 48 member
|