HomeSort by relevance Sort by last modified time
    Searched refs:ref3 (Results 1 - 7 of 7) sorted by null

  /external/eigen/test/eigen2/
eigen2_triangular.cpp 134 Matrix2i ref3; local
135 ref3 << 1, 0,
137 VERIFY(m3 == ref3);
  /external/chromium_org/third_party/libwebp/dsp/
enc_sse2.c 279 __m128i ref0, ref1, ref2, ref3; local
285 ref3 = _mm_loadl_epi64((__m128i*)&ref[3 * BPS]);
291 ref3 = _mm_cvtsi32_si128(*(int*)&ref[3 * BPS]);
297 ref3 = _mm_unpacklo_epi8(ref3, zero);
302 ref3 = _mm_add_epi16(ref3, T3);
307 ref3 = _mm_packus_epi16(ref3, ref3);
361 const __m128i ref3 = _mm_loadl_epi64((__m128i*)&ref[3 * BPS]); local
    [all...]
  /external/webp/src/dsp/
enc_sse2.c 279 __m128i ref0, ref1, ref2, ref3; local
285 ref3 = _mm_loadl_epi64((__m128i*)&ref[3 * BPS]);
291 ref3 = _mm_cvtsi32_si128(*(int*)&ref[3 * BPS]);
297 ref3 = _mm_unpacklo_epi8(ref3, zero);
302 ref3 = _mm_add_epi16(ref3, T3);
307 ref3 = _mm_packus_epi16(ref3, ref3);
361 const __m128i ref3 = _mm_loadl_epi64((__m128i*)&ref[3 * BPS]); local
    [all...]
  /external/libvpx/libvpx/vp9/encoder/x86/
vp9_sad4d_sse2.asm 177 res, ref2, ref3, ref4
180 ref2, ref3, ref4
  /external/chromium/base/win/
scoped_variant_unittest.cc 217 ScopedVariant ref3; local
218 ref3 = static_cast<const VARIANT&>(ref2);
  /external/chromium_org/base/win/
scoped_variant_unittest.cc 217 ScopedVariant ref3; local
218 ref3 = static_cast<const VARIANT&>(ref2);
  /external/libvpx/libvpx/vp9/encoder/
vp9_encodeframe.c 1389 int ref0 = 0, ref1 = 0, ref2 = 0, ref3 = 0; local
    [all...]

Completed in 991 milliseconds