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 | 32 lvec16 kUVBiasB; // 96 member 170 xmm0 = _mm_sub_epi16(*(__m128i*)kYuvConstants.kUVBiasB, xmm0); in I422ToARGBRow_SSSE3() 1974 __asm vmovdqu ymm3, YuvConstants.kUVBiasB \ 2396 __asm movdqa xmm0, YuvConstants.kUVBiasB /* unbias back to signed */ \
|
D | row_gcc.cc | 1420 lvec16 kUVBiasB; // 96 member
|