Searched defs:ref3 (Results 1 - 7 of 7) sorted by relevance

/external/chromium_org/base/win/
H A Dscoped_variant_unittest.cc217 ScopedVariant ref3; local
218 ref3 = static_cast<const VARIANT&>(ref2);
/external/eigen/test/eigen2/
H A Deigen2_triangular.cpp134 Matrix2i ref3; local
135 ref3 << 1, 0,
137 VERIFY(m3 == ref3);
/external/chromium_org/third_party/libvpx/source/libvpx/vp9/encoder/x86/
H A Dvp9_sad4d_intrin_avx2.c22 uint8_t *ref0, *ref1, *ref2, *ref3; local
27 ref3 = ref[3];
38 ref3_reg = _mm256_loadu_si256((__m256i *) (ref3));
54 ref3+= ref_stride;
94 uint8_t *ref0, *ref1, *ref2, *ref3; local
99 ref3 = ref[3];
114 ref3_reg = _mm256_loadu_si256((__m256i *) (ref3));
115 ref3next_reg = _mm256_loadu_si256((__m256i *) (ref3 + 32));
139 ref3+= ref_stride;
/external/libvpx/libvpx/vp9/encoder/x86/
H A Dvp9_sad4d_intrin_avx2.c22 uint8_t *ref0, *ref1, *ref2, *ref3; local
27 ref3 = ref[3];
38 ref3_reg = _mm256_loadu_si256((__m256i *) (ref3));
54 ref3+= ref_stride;
94 uint8_t *ref0, *ref1, *ref2, *ref3; local
99 ref3 = ref[3];
114 ref3_reg = _mm256_loadu_si256((__m256i *) (ref3));
115 ref3next_reg = _mm256_loadu_si256((__m256i *) (ref3 + 32));
139 ref3+= ref_stride;
/external/deqp/modules/gles31/functional/
H A Des31fShaderPackingFunctionTests.cpp818 const deUint16 ref3 = (deUint8)de::clamp(deRoundFloatToInt32(de::clamp(inputs[valNdx].w(), -1.0f, 1.0f) * 127.0f), -(1<<7), (1<<7)-1); local
819 const deUint32 ref = (deUint32(ref3) << 24) | (deUint32(ref2) << 16) | (deUint32(ref1) << 8) | deUint32(ref0);
828 const int diff3 = de::abs((int)ref3 - (int)res3);
916 const float ref3 = de::clamp(float(in3) / 127.f, -1.0f, 1.0f); local
925 const deUint32 diff3 = getUlpDiff(ref3, res3);
933 << "vec4(" << HexFloat(ref0) << ", " << HexFloat(ref1) << ", " << HexFloat(ref2) << ", " << HexFloat(ref3) << ")"
1027 const deUint16 ref3 = (deUint8)de::clamp(deRoundFloatToInt32(de::clamp(inputs[valNdx].w(), 0.0f, 1.0f) * 255.0f), 0, (1<<8)-1); local
1028 const deUint32 ref = (deUint32(ref3) << 24) | (deUint32(ref2) << 16) | (deUint32(ref1) << 8) | deUint32(ref0);
1037 const int diff3 = de::abs((int)ref3 - (int)res3);
1125 const float ref3 local
[all...]
/external/chromium_org/third_party/libwebp/dsp/
H A Denc_sse2.c277 __m128i ref0, ref1, ref2, ref3; local
283 ref3 = _mm_loadl_epi64((__m128i*)&ref[3 * BPS]);
289 ref3 = _mm_cvtsi32_si128(*(int*)&ref[3 * BPS]);
295 ref3 = _mm_unpacklo_epi8(ref3, zero);
300 ref3 = _mm_add_epi16(ref3, T3);
305 ref3 = _mm_packus_epi16(ref3, ref3);
358 const __m128i ref3 = _mm_loadl_epi64((__m128i*)&ref[3 * BPS]); local
[all...]
/external/webp/src/dsp/
H A Denc_sse2.c277 __m128i ref0, ref1, ref2, ref3; local
283 ref3 = _mm_loadl_epi64((__m128i*)&ref[3 * BPS]);
289 ref3 = _mm_cvtsi32_si128(*(int*)&ref[3 * BPS]);
295 ref3 = _mm_unpacklo_epi8(ref3, zero);
300 ref3 = _mm_add_epi16(ref3, T3);
305 ref3 = _mm_packus_epi16(ref3, ref3);
358 const __m128i ref3 = _mm_loadl_epi64((__m128i*)&ref[3 * BPS]); local
[all...]

Completed in 3131 milliseconds