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

1 2

  /external/avahi/avahi-compat-libdns_sd/
null-test.c 46 DNSServiceRef ref1, ref2, ref3, ref4 = NULL; local
48 DNSServiceRegister(&ref1, 0, 0, "simple", "_simple._tcp", NULL, NULL, 4711, 0, NULL, NULL, NULL);
65 DNSServiceRefDeallocate(ref1);
  /external/eigen/test/eigen2/
eigen2_triangular.cpp 110 Matrix2i ref1; local
111 ref1 << 1, 2,
113 VERIFY(m1 == ref1);
  /external/libvpx/libvpx/vpx_dsp/x86/
sad4d_avx2.c 23 const uint8_t *ref0, *ref1, *ref2, *ref3; local
26 ref1 = ref[1];
37 ref1_reg = _mm256_loadu_si256((const __m256i *)ref1);
53 ref1+= ref_stride;
95 const uint8_t *ref0, *ref1, *ref2, *ref3; local
98 ref1 = ref[1];
111 ref1_reg = _mm256_loadu_si256((const __m256i *)ref1);
112 ref1next_reg = _mm256_loadu_si256((const __m256i *)(ref1 + 32));
138 ref1+= ref_stride;
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);
84 const __m128i ref1 = _mm_unpacklo_epi8(_mm_loadl_epi64( local
86 const __m128i diff1 = _mm_sub_epi16(src1, ref1);
123 const __m128i ref1 = _mm_unpackhi_epi8(r, zero); local
124 const __m128i diff1 = _mm_sub_epi16(src1, ref1);
  /frameworks/base/tools/aapt2/
StringPool_test.cpp 208 StringPool::Ref ref1 = pool.makeRef(u"hello"); local
216 EXPECT_EQ(0u, ref1.getIndex());
  /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
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/libvpx/libvpx/vpx_dsp/arm/
sad4d_neon.c 95 const uint8_t *ref0, *ref1, *ref2, *ref3; local
97 ref1 = ref[1];
109 sad_neon_64(vec_src_00, vec_src_16, vec_src_32, vec_src_48, ref1,
118 ref1 += ref_stride;
141 const uint8_t *ref0, *ref1, *ref2, *ref3; local
143 ref1 = ref[1];
153 sad_neon_32(vec_src_00, vec_src_16, ref1,
162 ref1 += ref_stride;
185 const uint8_t *ref0, *ref1, *ref2, *ref3; local
187 ref1 = ref[1]
    [all...]
  /frameworks/compile/mclinker/include/mcld/LD/
BranchIsland.h 138 const FragmentRef* ref1 = KEY1.symbol()->fragRef(); local
140 if ((ref1->offset() == ref2->offset()) &&
141 (ref1->frag()->getOffset() == ref2->frag()->getOffset())) {
  /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/webrtc/webrtc/modules/video_processing/util/
denoiser_filter_sse2.cc 36 const __m128i ref1 = _mm_unpacklo_epi8( local
38 const __m128i diff1 = _mm_sub_epi16(src1, ref1);
  /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 1428 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/libvpx/libvpx/vpx_dsp/mips/
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);
86 CALC_MSE_AVG_B(src1, ref1, 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...]
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...]
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);
106 CALC_MSE_AVG_B(src1, ref1, 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/deqp/external/vulkancts/modules/vulkan/shaderexecutor/
vktShaderPackingFunctionTests.cpp 227 const deUint16 ref1 = (deUint16)de::clamp(deRoundFloatToInt32(de::clamp(inputs[valNdx].y(), -1.0f, 1.0f) * 32767.0f), -(1<<15), (1<<15)-1); local
228 const deUint32 ref = (ref1 << 16) | ref0;
233 const int diff1 = de::abs((int)ref1 - (int)res1);
336 const float ref1 = de::clamp(float(in1) / 32767.f, -1.0f, 1.0f); local
341 const deUint32 diff1 = getUlpDiff(ref1, res1);
349 << "vec2(" << HexFloat(ref0) << ", " << HexFloat(ref1) << ")"
452 const deUint16 ref1 = (deUint16)de::clamp(deRoundFloatToInt32(de::clamp(inputs[valNdx].y(), 0.0f, 1.0f) * 65535.0f), 0, (1<<16)-1); local
453 const deUint32 ref = (ref1 << 16) | ref0;
458 const int diff1 = de::abs((int)ref1 - (int)res1);
561 const float ref1 = float(in1) / 65535.0f local
684 const deUint16 ref1 = (deUint16)tcu::Float16(inputs[valNdx].y()).bits(); local
805 const float ref1 = tcu::Float16(in1).asFloat(); local
931 const deUint16 ref1 = (deUint8)de::clamp(deRoundFloatToInt32(de::clamp(inputs[valNdx].y(), -1.0f, 1.0f) * 127.0f), -(1<<7), (1<<7)-1); local
1048 const float ref1 = de::clamp(float(in1) \/ 127.f, -1.0f, 1.0f); local
1176 const deUint16 ref1 = (deUint8)de::clamp(deRoundFloatToInt32(de::clamp(inputs[valNdx].y(), 0.0f, 1.0f) * 255.0f), 0, (1<<8)-1); local
1293 const float ref1 = de::clamp(float(in1) \/ 255.f, 0.0f, 1.0f); local
    [all...]
vktShaderIntegerFunctionTests.cpp 541 const deUint32 ref1 = (deUint64(in0)+deUint64(in1)) > 0xffffffffu ? 1u : 0u; local
543 if (((out0&mask0) != (ref0&mask0)) || out1 != ref1)
545 m_failMsg << "Expected [" << compNdx << "] = " << tcu::toHex(ref0) << ", " << tcu::toHex(ref1);
650 const deUint32 ref1 = in0 >= in1 ? 0u : 1u; local
652 if (((out0&mask0) != (ref0&mask0)) || out1 != ref1)
654 m_failMsg << "Expected [" << compNdx << "] = " << tcu::toHex(ref0) << ", " << tcu::toHex(ref1);
755 const deUint32 ref1 = deUint32(mul64 & 0xffffffffu); local
757 if (out0 != ref0 || out1 != ref1)
759 m_failMsg << "Expected [" << compNdx << "] = " << tcu::toHex(ref0) << ", " << tcu::toHex(ref1);
861 const deInt32 ref1 = deInt32(mul64 & 0xffffffffu) local
    [all...]
vktShaderCommonFunctionTests.cpp 1683 const float ref1 = deFloatCeil(in0); local
    [all...]
  /cts/tests/camera/src/android/hardware/camera2/cts/rs/
RawConverter.java 188 int ref1 = staticMetadata.get(CameraCharacteristics.SENSOR_REFERENCE_ILLUMINANT1); local
214 rawImageInput, ref1, ref2, calib1, calib2, color1, color2,
    [all...]
  /external/libvpx/libvpx/vp8/common/mips/msa/
postproc_msa.c 820 v16u8 pos0, ref0, pos1, ref1; local
    [all...]
  /external/opencv3/3rdparty/libwebp/dsp/
enc_sse2.c 279 __m128i ref0, ref1, ref2, ref3; local
283 ref1 = _mm_loadl_epi64((__m128i*)&ref[1 * BPS]);
289 ref1 = _mm_cvtsi32_si128(*(int*)&ref[1 * BPS]);
295 ref1 = _mm_unpacklo_epi8(ref1, zero);
300 ref1 = _mm_add_epi16(ref1, T1);
305 ref1 = _mm_packus_epi16(ref1, ref1);
359 const __m128i ref1 = _mm_loadl_epi64((__m128i*)&ref[1 * BPS]); local
    [all...]
  /frameworks/base/core/jni/
android_hardware_camera2_DngCreator.cpp 1438 uint16_t ref1 = entry1.data.u8[0]; local
    [all...]
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/io/
FileTest.java 216 File ref1 = new File("/dir1/file1"); local
219 assertEquals("wrong result 1", ref1.getPath(), file1.getPath());
221 assertEquals("wrong result 2", ref1.getPath(), file2.getPath());
225 assertEquals("wrong result 3", ref1.getPath(), file3.getPath());
227 assertEquals("wrong result 4", ref1.getPath(), file4.getPath());
239 File ref1 = new File("/dir1/file1"); local
243 assertEquals("wrong result 1", ref1.getPath(), file1.getPath());
245 assertEquals("wrong result 2", ref1.getPath(), file2.getPath());
249 assertEquals("wrong result 3", ref1.getPath(), file3.getPath());
251 assertEquals("wrong result 4", ref1.getPath(), file4.getPath())
    [all...]

Completed in 1584 milliseconds

1 2