HomeSort by relevance Sort by last modified time
    Searched defs:ref1 (Results 1 - 13 of 13) sorted by null

  /external/chromium_org/third_party/libvpx/source/libvpx/vp9/encoder/x86/
vp9_sad4d_intrin_avx2.c 22 uint8_t *ref0, *ref1, *ref2, *ref3; local
25 ref1 = ref[1];
36 ref1_reg = _mm256_loadu_si256((__m256i *) (ref1));
52 ref1+= ref_stride;
94 uint8_t *ref0, *ref1, *ref2, *ref3; local
97 ref1 = ref[1];
110 ref1_reg = _mm256_loadu_si256((__m256i *) (ref1));
111 ref1next_reg = _mm256_loadu_si256((__m256i *) (ref1 + 32));
137 ref1+= ref_stride;
vp9_variance_sse2.c 48 const __m128i ref1 = _mm_unpacklo_epi8(READ64(ref, ref_stride, 2), zero); local
50 const __m128i diff1 = _mm_sub_epi16(src1, ref1);
86 const __m128i ref1 = _mm_unpacklo_epi8(_mm_loadl_epi64( local
88 const __m128i diff1 = _mm_sub_epi16(src1, ref1);
127 const __m128i ref1 = _mm_unpackhi_epi8(r, zero); local
128 const __m128i diff1 = _mm_sub_epi16(src1, ref1);
  /external/eigen/test/eigen2/
eigen2_triangular.cpp 120 Matrix2i ref1; local
121 ref1 << 1, 2,
123 VERIFY(m1 == ref1);
  /external/libvpx/libvpx/vp9/encoder/x86/
vp9_sad4d_intrin_avx2.c 22 uint8_t *ref0, *ref1, *ref2, *ref3; local
25 ref1 = ref[1];
36 ref1_reg = _mm256_loadu_si256((__m256i *) (ref1));
52 ref1+= ref_stride;
94 uint8_t *ref0, *ref1, *ref2, *ref3; local
97 ref1 = ref[1];
110 ref1_reg = _mm256_loadu_si256((__m256i *) (ref1));
111 ref1next_reg = _mm256_loadu_si256((__m256i *) (ref1 + 32));
137 ref1+= ref_stride;
  /external/deqp/modules/gles3/functional/
es3fShaderPackingFunctionTests.cpp 210 const deUint16 ref1 = (deUint16)de::clamp(deRoundFloatToInt32(de::clamp(inputs[valNdx].y(), -1.0f, 1.0f) * 32767.0f), -(1<<15), (1<<15)-1); local
211 const deUint32 ref = (ref1 << 16) | ref0;
216 const int diff1 = de::abs((int)ref1 - (int)res1);
300 const float ref1 = de::clamp(float(in1) / 32767.f, -1.0f, 1.0f); local
305 const deUint32 diff1 = getUlpDiff(ref1, res1);
313 << "vec2(" << HexFloat(ref0) << ", " << HexFloat(ref1) << ")"
401 const deUint16 ref1 = (deUint16)de::clamp(deRoundFloatToInt32(de::clamp(inputs[valNdx].y(), 0.0f, 1.0f) * 65535.0f), 0, (1<<16)-1); local
402 const deUint32 ref = (ref1 << 16) | ref0;
407 const int diff1 = de::abs((int)ref1 - (int)res1);
491 const float ref1 = float(in1) / 65535.0f local
597 const deUint16 ref1 = (deUint16)tcu::Float16(inputs[valNdx].y()).bits(); local
702 const float ref1 = tcu::Float16(in1).asFloat(); local
    [all...]
es3fShaderCommonFunctionTests.cpp 1345 const float ref1 = deFloatCeil(in0); local
    [all...]
  /external/deqp/modules/gles31/functional/
es31fShaderPackingFunctionTests.cpp 214 const deUint16 ref1 = (deUint16)de::clamp(deRoundFloatToInt32(de::clamp(inputs[valNdx].y(), -1.0f, 1.0f) * 32767.0f), -(1<<15), (1<<15)-1); local
215 const deUint32 ref = (ref1 << 16) | ref0;
220 const int diff1 = de::abs((int)ref1 - (int)res1);
304 const float ref1 = de::clamp(float(in1) / 32767.f, -1.0f, 1.0f); local
309 const deUint32 diff1 = getUlpDiff(ref1, res1);
317 << "vec2(" << HexFloat(ref0) << ", " << HexFloat(ref1) << ")"
405 const deUint16 ref1 = (deUint16)de::clamp(deRoundFloatToInt32(de::clamp(inputs[valNdx].y(), 0.0f, 1.0f) * 65535.0f), 0, (1<<16)-1); local
406 const deUint32 ref = (ref1 << 16) | ref0;
411 const int diff1 = de::abs((int)ref1 - (int)res1);
495 const float ref1 = float(in1) / 65535.0f local
601 const deUint16 ref1 = (deUint16)tcu::Float16(inputs[valNdx].y()).bits(); local
706 const float ref1 = tcu::Float16(in1).asFloat(); local
816 const deUint16 ref1 = (deUint8)de::clamp(deRoundFloatToInt32(de::clamp(inputs[valNdx].y(), -1.0f, 1.0f) * 127.0f), -(1<<7), (1<<7)-1); local
914 const float ref1 = de::clamp(float(in1) \/ 127.f, -1.0f, 1.0f); local
1025 const deUint16 ref1 = (deUint8)de::clamp(deRoundFloatToInt32(de::clamp(inputs[valNdx].y(), 0.0f, 1.0f) * 255.0f), 0, (1<<8)-1); local
1123 const float ref1 = de::clamp(float(in1) \/ 255.f, 0.0f, 1.0f); local
    [all...]
es31fShaderCommonFunctionTests.cpp 1381 const float ref1 = deFloatCeil(in0); local
    [all...]
es31fShaderIntegerFunctionTests.cpp 438 const deUint32 ref1 = (deUint64(in0)+deUint64(in1)) > 0xffffffffu ? 1u : 0u; local
440 if (((out0&mask0) != (ref0&mask0)) || out1 != ref1)
442 m_failMsg << "Expected [" << compNdx << "] = " << tcu::toHex(ref0) << ", " << tcu::toHex(ref1);
532 const deUint32 ref1 = in0 >= in1 ? 0u : 1u; local
534 if (((out0&mask0) != (ref0&mask0)) || out1 != ref1)
536 m_failMsg << "Expected [" << compNdx << "] = " << tcu::toHex(ref0) << ", " << tcu::toHex(ref1);
622 const deUint32 ref1 = deUint32(mul64 & 0xffffffffu); local
624 if (out0 != ref0 || out1 != ref1)
626 m_failMsg << "Expected [" << compNdx << "] = " << tcu::toHex(ref0) << ", " << tcu::toHex(ref1);
713 const deInt32 ref1 = deInt32(mul64 & 0xffffffffu) local
    [all...]
  /external/chromium_org/gpu/command_buffer/service/
texture_manager_unittest.cc 2243 scoped_refptr<TextureRef> ref1 = texture_manager1_->CreateTexture(10, 10); local
2269 scoped_refptr<TextureRef> ref1 = texture_manager1_->CreateTexture(10, 10); local
2331 scoped_refptr<TextureRef> ref1 = texture_manager1_->CreateTexture(10, 10); local
2408 scoped_refptr<TextureRef> ref1 = texture_manager1_->CreateTexture(10, 10); local
2453 scoped_refptr<TextureRef> ref1 = texture_manager1_->CreateTexture(10, 10); local
    [all...]
  /cts/tests/tests/hardware/src/android/hardware/camera2/cts/rs/
RawConverter.java 187 int ref1 = staticMetadata.get(CameraCharacteristics.SENSOR_REFERENCE_ILLUMINANT1); local
213 rawImageInput, ref1, ref2, calib1, calib2, color1, color2,
    [all...]
  /external/chromium_org/third_party/libwebp/dsp/
enc_sse2.c 277 __m128i ref0, ref1, ref2, ref3; local
281 ref1 = _mm_loadl_epi64((__m128i*)&ref[1 * BPS]);
287 ref1 = _mm_cvtsi32_si128(*(int*)&ref[1 * BPS]);
293 ref1 = _mm_unpacklo_epi8(ref1, zero);
298 ref1 = _mm_add_epi16(ref1, T1);
303 ref1 = _mm_packus_epi16(ref1, ref1);
356 const __m128i ref1 = _mm_loadl_epi64((__m128i*)&ref[1 * BPS]); local
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.equinox.app_1.3.1.R36x_v20100803.jar 

Completed in 356 milliseconds