/external/libvpx/libvpx/vpx_dsp/mips/ |
sad_msa.c | 26 uint32_t src0, src1, src2, src3, ref0, ref1, ref2, ref3; local 35 LW4(ref_ptr, ref_stride, ref0, ref1, ref2, ref3); 39 INSERT_W4_UB(ref0, ref1, ref2, ref3, ref); 52 v16u8 src0, src1, src2, src3, ref0, ref1, ref2, ref3; local 58 LD_UB4(ref, ref_stride, ref0, ref1, ref2, ref3); 61 PCKEV_D4_UB(src1, src0, src3, src2, ref1, ref0, ref3, ref2, 62 src0, src1, ref0, ref1); 63 sad += SAD_UB2_UH(src0, src1, ref0, ref1); 73 v16u8 src0, src1, ref0, ref1; local 79 LD_UB2(ref, ref_stride, ref0, ref1) 97 v16u8 src0, src1, ref0, ref1; local 135 v16u8 ref0, ref1, ref2, ref3; local 168 v16u8 ref0, ref1, ref2, ref3, diff; local 207 v16u8 ref0, ref1, ref00, ref11, ref22, ref33; local 241 v16u8 src, ref, ref0, ref1, diff; local 289 v16u8 src0, src1, ref0_0, ref0_1, ref0_2, ref0, ref1; local 332 v16u8 ref0_0, ref0_1, ref0_2, ref0_3, ref0_4, ref0, ref1, ref2, ref3; local 380 v16u8 ref0, ref1, ref2, ref3, diff; local 461 v16u8 ref0, ref1, ref00, ref11, ref22, ref33; local 530 v16u8 src, ref0, ref1, ref; local 630 v16u8 ref0, ref1, ref0_0, ref0_1, ref0_2; local 687 v16u8 ref0, ref1, ref2, ref3; local 802 uint32_t ref0, ref1, ref2, ref3; local 863 v16u8 ref0, ref1, ref2, ref3, ref4, ref5, ref6, ref7; local 913 v16u8 src, ref0, ref1, ref2, ref3, diff; local 978 v16u8 src0, src1, ref0, ref1; local 1023 v16u8 ref0, ref1, ref2, ref3; local 1077 uint32_t src0, src1, src2, src3, ref0, ref1, ref2, ref3; local 1106 v16u8 src0, src1, src2, src3, ref0, ref1, ref2, ref3; local 1130 v16u8 src0, src1, src2, src3, ref0, ref1, ref2, ref3; local 1166 v16u8 ref0, ref1, ref2, ref3, ref4, ref5, ref6, ref7; local 1202 v16u8 ref0, ref1, ref2, ref3; local [all...] |
variance_msa.c | 44 uint32_t ref0, ref1, ref2, ref3; local 54 LW4(ref_ptr, ref_stride, ref0, ref1, ref2, ref3); 58 INSERT_W4_UB(ref0, ref1, ref2, ref3, ref); 73 v16u8 ref0, ref1, ref2, ref3; local 80 LD_UB4(ref_ptr, ref_stride, ref0, ref1, ref2, ref3); 83 PCKEV_D4_UB(src1, src0, src3, src2, ref1, ref0, ref3, ref2, 84 src0, src1, ref0, ref1); 85 CALC_MSE_AVG_B(src0, ref0, var, avg); 139 v16u8 src0, src1, ref0, ref1; local 146 LD_UB2(ref_ptr, 16, ref0, ref1) 183 v16u8 src0, src1, ref0, ref1; local 230 v16u8 ref0, ref1, ref2, ref3; local 267 v16u8 ref0, ref1, ref2, ref3; local 340 uint32_t ref0, ref1, ref2, ref3; local 364 v16u8 ref0, ref1, ref2, ref3; local 422 v16u8 src0, src1, ref0, ref1; local 463 v16u8 ref0, ref1, ref2, ref3; local 493 uint32_t ref0, ref1, ref2, ref3; local [all...] |
sub_pixel_variance_msa.c | 53 uint32_t ref0, ref1, ref2, ref3; local 64 LW4(ref_ptr, ref_stride, ref0, ref1, ref2, ref3); 68 INSERT_W4_UB(ref0, ref1, ref2, ref3, ref); 89 v16u8 ref0, ref1, ref2, ref3; local 99 LD_UB4(ref_ptr, ref_stride, ref0, ref1, ref2, ref3); 102 PCKEV_D4_UB(src1, src0, src3, src2, ref1, ref0, ref3, ref2, 103 src0, src1, ref0, ref1); 105 CALC_MSE_AVG_B(src0, ref0, var, avg); 179 v16u8 src0, src1, ref0, ref1, pred0, pred1; local 188 LD_UB2(ref_ptr, 16, ref0, ref1) 238 v16u8 src0, src1, ref0, ref1, pred0, pred1; local 300 v16u8 ref0, ref1, ref2, ref3; local 350 v16u8 ref0, ref1, ref2, ref3; local 404 uint32_t ref0, ref1, ref2, ref3; local 448 v16u8 filt0, out, ref0, ref1, ref2, ref3; local 588 uint32_t ref0, ref1, ref2, ref3; local 637 v16u8 ref0, ref1, ref2, ref3; local 683 v16u8 ref0, ref1, ref2, ref3; local 791 uint32_t ref0, ref1, ref2, ref3; local 844 v16u8 ref0, ref1, ref2, ref3; local 906 v16u8 ref0, ref1, ref2, ref3; local 1030 uint32_t ref0, ref1, ref2, ref3; local 1080 v16u8 ref0, ref1, ref2, ref3; local 1255 uint32_t ref0, ref1, ref2, ref3; local 1308 v16u8 ref0, ref1, ref2, ref3; local 1359 v16u8 ref0, ref1, ref2, ref3; local 1489 uint32_t ref0, ref1, ref2, ref3; local 1542 v16u8 ref0, ref1, ref2, ref3; local 1614 v16u8 ref0, ref1, ref2, ref3; local [all...] |
/external/libvpx/libvpx/vpx_dsp/arm/ |
sad4d_neon.c | 95 const uint8_t *ref0, *ref1, *ref2, *ref3; local 96 ref0 = ref[0]; 107 sad_neon_64(vec_src_00, vec_src_16, vec_src_32, vec_src_48, ref0, 117 ref0 += ref_stride; 141 const uint8_t *ref0, *ref1, *ref2, *ref3; local 142 ref0 = ref[0]; 151 sad_neon_32(vec_src_00, vec_src_16, ref0, 161 ref0 += ref_stride; 185 const uint8_t *ref0, *ref1, *ref2, *ref3; local 186 ref0 = ref[0] [all...] |
/external/libvpx/libvpx/vpx_dsp/x86/ |
sad4d_avx2.c | 23 const uint8_t *ref0, *ref1, *ref2, *ref3; local 25 ref0 = ref[0]; 36 ref0_reg = _mm256_loadu_si256((const __m256i *)ref0); 52 ref0+= ref_stride; 95 const uint8_t *ref0, *ref1, *ref2, *ref3; local 97 ref0 = ref[0]; 109 ref0_reg = _mm256_loadu_si256((const __m256i *)ref0); 110 ref0next_reg = _mm256_loadu_si256((const __m256i *)(ref0 + 32)); 137 ref0+= ref_stride;
|
variance_sse2.c | 47 const __m128i ref0 = _mm_unpacklo_epi8(READ64(ref, ref_stride, 0), zero); local 49 const __m128i diff0 = _mm_sub_epi16(src0, ref0); 78 const __m128i ref0 = _mm_unpacklo_epi8(_mm_loadl_epi64( local 80 const __m128i diff0 = _mm_sub_epi16(src0, ref0); 119 const __m128i ref0 = _mm_unpacklo_epi8(r, zero); local 120 const __m128i diff0 = _mm_sub_epi16(src0, ref0);
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/x86/ |
vp9_sad4d_intrin_avx2.c | 22 uint8_t *ref0, *ref1, *ref2, *ref3; local 24 ref0 = ref[0]; 35 ref0_reg = _mm256_loadu_si256((__m256i *) (ref0)); 51 ref0+= ref_stride; 94 uint8_t *ref0, *ref1, *ref2, *ref3; local 96 ref0 = ref[0]; 108 ref0_reg = _mm256_loadu_si256((__m256i *) (ref0)); 109 ref0next_reg = _mm256_loadu_si256((__m256i *) (ref0 + 32)); 136 ref0+= ref_stride;
|
/external/deqp/modules/gles3/functional/ |
es3fShaderPackingFunctionTests.cpp | 209 const deUint16 ref0 = (deUint16)de::clamp(deRoundFloatToInt32(de::clamp(inputs[valNdx].x(), -1.0f, 1.0f) * 32767.0f), -(1<<15), (1<<15)-1); local 211 const deUint32 ref = (ref1 << 16) | ref0; 215 const int diff0 = de::abs((int)ref0 - (int)res0); 299 const float ref0 = de::clamp(float(in0) / 32767.f, -1.0f, 1.0f); local 304 const deUint32 diff0 = getUlpDiff(ref0, res0); 313 << "vec2(" << HexFloat(ref0) << ", " << HexFloat(ref1) << ")" 400 const deUint16 ref0 = (deUint16)de::clamp(deRoundFloatToInt32(de::clamp(inputs[valNdx].x(), 0.0f, 1.0f) * 65535.0f), 0, (1<<16)-1); local 402 const deUint32 ref = (ref1 << 16) | ref0; 406 const int diff0 = de::abs((int)ref0 - (int)res0); 490 const float ref0 = float(in0) / 65535.0f local 596 const deUint16 ref0 = (deUint16)tcu::Float16(inputs[valNdx].x()).bits(); local 701 const float ref0 = tcu::Float16(in0).asFloat(); local [all...] |
es3fShaderCommonFunctionTests.cpp | 471 const float ref0 = de::abs(in0); local 472 const deUint32 ulpDiff0 = getUlpDiff(out0, ref0); 476 m_failMsg << "Expected [" << compNdx << "] = " << HexFloat(ref0) << " with ULP threshold " << maxUlpDiff << ", got ULP diff " << ulpDiff0; 487 const int ref0 = de::abs(in0); local 489 if (out0 != ref0) 491 m_failMsg << "Expected [" << compNdx << "] = " << ref0; local 564 const float ref0 = in0 < 0.0f ? -1.0f : local 566 const deUint32 ulpDiff0 = getUlpDiff(out0, ref0); 570 m_failMsg << "Expected [" << compNdx << "] = " << HexFloat(ref0) << " with ULP threshold " << maxUlpDiff << ", got ULP diff " << ulpDiff0; 581 const int ref0 = in0 < 0 ? -1 local 586 m_failMsg << "Expected [" << compNdx << "] = " << ref0; local 1344 const float ref0 = deFloatFloor(in0); local [all...] |
/external/deqp/external/vulkancts/modules/vulkan/shaderexecutor/ |
vktShaderPackingFunctionTests.cpp | 226 const deUint16 ref0 = (deUint16)de::clamp(deRoundFloatToInt32(de::clamp(inputs[valNdx].x(), -1.0f, 1.0f) * 32767.0f), -(1<<15), (1<<15)-1); local 228 const deUint32 ref = (ref1 << 16) | ref0; 232 const int diff0 = de::abs((int)ref0 - (int)res0); 335 const float ref0 = de::clamp(float(in0) / 32767.f, -1.0f, 1.0f); local 340 const deUint32 diff0 = getUlpDiff(ref0, res0); 349 << "vec2(" << HexFloat(ref0) << ", " << HexFloat(ref1) << ")" 451 const deUint16 ref0 = (deUint16)de::clamp(deRoundFloatToInt32(de::clamp(inputs[valNdx].x(), 0.0f, 1.0f) * 65535.0f), 0, (1<<16)-1); local 453 const deUint32 ref = (ref1 << 16) | ref0; 457 const int diff0 = de::abs((int)ref0 - (int)res0); 560 const float ref0 = float(in0) / 65535.0f local 683 const deUint16 ref0 = (deUint16)tcu::Float16(inputs[valNdx].x()).bits(); local 804 const float ref0 = tcu::Float16(in0).asFloat(); local 930 const deUint16 ref0 = (deUint8)de::clamp(deRoundFloatToInt32(de::clamp(inputs[valNdx].x(), -1.0f, 1.0f) * 127.0f), -(1<<7), (1<<7)-1); local 1047 const float ref0 = de::clamp(float(in0) \/ 127.f, -1.0f, 1.0f); local 1175 const deUint16 ref0 = (deUint8)de::clamp(deRoundFloatToInt32(de::clamp(inputs[valNdx].x(), 0.0f, 1.0f) * 255.0f), 0, (1<<8)-1); local 1292 const float ref0 = de::clamp(float(in0) \/ 255.f, 0.0f, 1.0f); local [all...] |
vktShaderIntegerFunctionTests.cpp | 540 const deUint32 ref0 = in0+in1; local 543 if (((out0&mask0) != (ref0&mask0)) || out1 != ref1) 545 m_failMsg << "Expected [" << compNdx << "] = " << tcu::toHex(ref0) << ", " << tcu::toHex(ref1); 649 const deUint32 ref0 = in0-in1; local 652 if (((out0&mask0) != (ref0&mask0)) || out1 != ref1) 654 m_failMsg << "Expected [" << compNdx << "] = " << tcu::toHex(ref0) << ", " << tcu::toHex(ref1); 754 const deUint32 ref0 = deUint32(mul64 >> 32); local 757 if (out0 != ref0 || out1 != ref1) 759 m_failMsg << "Expected [" << compNdx << "] = " << tcu::toHex(ref0) << ", " << tcu::toHex(ref1); 860 const deInt32 ref0 = deInt32(mul64 >> 32) local [all...] |
vktShaderCommonFunctionTests.cpp | 635 const float ref0 = de::abs(in0); local 636 const deUint32 ulpDiff0 = getUlpDiff(out0, ref0); 640 m_failMsg << "Expected [" << compNdx << "] = " << HexFloat(ref0) << " with ULP threshold " << maxUlpDiff << ", got ULP diff " << ulpDiff0; 651 const int ref0 = de::abs(in0); local 653 if (out0 != ref0) 655 m_failMsg << "Expected [" << compNdx << "] = " << ref0; local 743 const float ref0 = in0 < 0.0f ? -1.0f : local 745 const deUint32 ulpDiff0 = getUlpDiff(out0, ref0); 749 m_failMsg << "Expected [" << compNdx << "] = " << HexFloat(ref0) << " with ULP threshold " << maxUlpDiff << ", got ULP diff " << ulpDiff0; 760 const int ref0 = in0 < 0 ? -1 local 765 m_failMsg << "Expected [" << compNdx << "] = " << ref0; local 1682 const float ref0 = deFloatFloor(in0); local [all...] |
/external/deqp/modules/gles31/functional/ |
es31fShaderPackingFunctionTests.cpp | 213 const deUint16 ref0 = (deUint16)de::clamp(deRoundFloatToInt32(de::clamp(inputs[valNdx].x(), -1.0f, 1.0f) * 32767.0f), -(1<<15), (1<<15)-1); local 215 const deUint32 ref = (ref1 << 16) | ref0; 219 const int diff0 = de::abs((int)ref0 - (int)res0); 303 const float ref0 = de::clamp(float(in0) / 32767.f, -1.0f, 1.0f); local 308 const deUint32 diff0 = getUlpDiff(ref0, res0); 317 << "vec2(" << HexFloat(ref0) << ", " << HexFloat(ref1) << ")" 404 const deUint16 ref0 = (deUint16)de::clamp(deRoundFloatToInt32(de::clamp(inputs[valNdx].x(), 0.0f, 1.0f) * 65535.0f), 0, (1<<16)-1); local 406 const deUint32 ref = (ref1 << 16) | ref0; 410 const int diff0 = de::abs((int)ref0 - (int)res0); 494 const float ref0 = float(in0) / 65535.0f local 600 const deUint16 ref0 = (deUint16)tcu::Float16(inputs[valNdx].x()).bits(); local 705 const float ref0 = tcu::Float16(in0).asFloat(); local 815 const deUint16 ref0 = (deUint8)de::clamp(deRoundFloatToInt32(de::clamp(inputs[valNdx].x(), -1.0f, 1.0f) * 127.0f), -(1<<7), (1<<7)-1); local 913 const float ref0 = de::clamp(float(in0) \/ 127.f, -1.0f, 1.0f); local 1024 const deUint16 ref0 = (deUint8)de::clamp(deRoundFloatToInt32(de::clamp(inputs[valNdx].x(), 0.0f, 1.0f) * 255.0f), 0, (1<<8)-1); local 1122 const float ref0 = de::clamp(float(in0) \/ 255.f, 0.0f, 1.0f); local [all...] |
es31fShaderIntegerFunctionTests.cpp | 437 const deUint32 ref0 = in0+in1; local 440 if (((out0&mask0) != (ref0&mask0)) || out1 != ref1) 442 m_failMsg << "Expected [" << compNdx << "] = " << tcu::toHex(ref0) << ", " << tcu::toHex(ref1); 531 const deUint32 ref0 = in0-in1; local 534 if (((out0&mask0) != (ref0&mask0)) || out1 != ref1) 536 m_failMsg << "Expected [" << compNdx << "] = " << tcu::toHex(ref0) << ", " << tcu::toHex(ref1); 621 const deUint32 ref0 = deUint32(mul64 >> 32); local 624 if (out0 != ref0 || out1 != ref1) 626 m_failMsg << "Expected [" << compNdx << "] = " << tcu::toHex(ref0) << ", " << tcu::toHex(ref1); 712 const deInt32 ref0 = deInt32(mul64 >> 32) local [all...] |
es31fShaderCommonFunctionTests.cpp | 549 const float ref0 = de::abs(in0); local 550 const deUint32 ulpDiff0 = getUlpDiff(out0, ref0); 554 m_failMsg << "Expected [" << compNdx << "] = " << HexFloat(ref0) << " with ULP threshold " << maxUlpDiff << ", got ULP diff " << ulpDiff0; 565 const int ref0 = de::abs(in0); local 567 if (out0 != ref0) 569 m_failMsg << "Expected [" << compNdx << "] = " << ref0; local 642 const float ref0 = in0 < 0.0f ? -1.0f : local 644 const deUint32 ulpDiff0 = getUlpDiff(out0, ref0); 648 m_failMsg << "Expected [" << compNdx << "] = " << HexFloat(ref0) << " with ULP threshold " << maxUlpDiff << ", got ULP diff " << ulpDiff0; 659 const int ref0 = in0 < 0 ? -1 local 664 m_failMsg << "Expected [" << compNdx << "] = " << ref0; local 1427 const float ref0 = deFloatFloor(in0); local [all...] |
/external/opencv3/3rdparty/libwebp/dsp/ |
enc_sse2.c | 279 __m128i ref0, ref1, ref2, ref3; local 282 ref0 = _mm_loadl_epi64((__m128i*)&ref[0 * BPS]); 288 ref0 = _mm_cvtsi32_si128(*(int*)&ref[0 * BPS]); 294 ref0 = _mm_unpacklo_epi8(ref0, zero); 299 ref0 = _mm_add_epi16(ref0, T0); 304 ref0 = _mm_packus_epi16(ref0, ref0); 358 const __m128i ref0 = _mm_loadl_epi64((__m128i*)&ref[0 * BPS]); local [all...] |
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/ |
vp9_onyx_int.h | 628 MV_REFERENCE_FRAME ref0, 630 xd->block_refs[0] = &cm->frame_refs[ref0 >= LAST_FRAME ? ref0 - LAST_FRAME
|
/external/apache-commons-math/src/main/java/org/apache/commons/math/optimization/direct/ |
DirectSearchOptimizer.java | 177 final double[] ref0 = referenceSimplex[0]; local 208 confI[k] = refI[k] - ref0[k];
|
/external/libvpx/libvpx/vp9/encoder/ |
vp9_encoder.h | 640 MV_REFERENCE_FRAME ref0, 642 xd->block_refs[0] = &cm->frame_refs[ref0 >= LAST_FRAME ? ref0 - LAST_FRAME
|
vp9_encodeframe.c | 1300 const MV_REFERENCE_FRAME ref0 = mbmi->ref_frame[0]; local [all...] |
/external/webp/src/dsp/ |
enc_sse2.c | 230 __m128i ref0, ref1, ref2, ref3; local 233 ref0 = _mm_loadl_epi64((const __m128i*)&ref[0 * BPS]); 239 ref0 = _mm_cvtsi32_si128(WebPMemToUint32(&ref[0 * BPS])); 245 ref0 = _mm_unpacklo_epi8(ref0, zero); 250 ref0 = _mm_add_epi16(ref0, T0); 255 ref0 = _mm_packus_epi16(ref0, ref0); 387 const __m128i ref0 = _mm_loadl_epi64((const __m128i*)&ref[0 * BPS]); local 430 const __m128i ref0 = _mm_loadl_epi64((const __m128i*)&ref[0 * BPS]); local [all...] |
/external/webrtc/webrtc/modules/video_processing/util/ |
denoiser_filter_sse2.cc | 30 const __m128i ref0 = _mm_unpacklo_epi8( local 32 const __m128i diff0 = _mm_sub_epi16(src0, ref0);
|
/external/lz4/lib/ |
lz4hc.c | 358 const BYTE* ref0; local 377 ref0 = ref; 396 ref = ref0; 471 ref0 = ref2;
|
/external/libvpx/libvpx/vp8/common/mips/msa/ |
postproc_msa.c | 820 v16u8 pos0, ref0, pos1, ref1; local [all...] |
/external/deqp/framework/common/ |
tcuTexCompareVerifier.cpp | 232 const float ref0 = cmp0True ? 1.0f : 0.0f; 235 const float v0 = ref0*(1.0f-f0) + ref1*f0; 236 const float v1 = ref0*(1.0f-f1) + ref1*f1; [all...] |