/external/libvpx/libvpx/vpx_dsp/mips/ |
D | sad_msa.c | 27 uint32_t src0, src1, src2, src3, ref0, ref1, ref2, ref3; in sad_4width_msa() local 36 LW4(ref_ptr, ref_stride, ref0, ref1, ref2, ref3); in sad_4width_msa() 40 INSERT_W4_UB(ref0, ref1, ref2, ref3, ref); in sad_4width_msa() 53 v16u8 src0, src1, src2, src3, ref0, ref1, ref2, ref3; in sad_8width_msa() local 59 LD_UB4(ref, ref_stride, ref0, ref1, ref2, ref3); in sad_8width_msa() 62 PCKEV_D4_UB(src1, src0, src3, src2, ref1, ref0, ref3, ref2, src0, src1, in sad_8width_msa() 136 v16u8 ref0, ref1, ref2, ref3; in sad_64width_msa() local 143 LD_UB4(ref, 16, ref0, ref1, ref2, ref3); in sad_64width_msa() 146 sad1 += SAD_UB2_UH(src2, src3, ref2, ref3); in sad_64width_msa() 150 LD_UB4(ref, 16, ref0, ref1, ref2, ref3); in sad_64width_msa() [all …]
|
D | variance_msa.c | 45 uint32_t ref0, ref1, ref2, ref3; in sse_diff_4width_msa() local 55 LW4(ref_ptr, ref_stride, ref0, ref1, ref2, ref3); in sse_diff_4width_msa() 59 INSERT_W4_UB(ref0, ref1, ref2, ref3, ref); in sse_diff_4width_msa() 74 v16u8 ref0, ref1, ref2, ref3; in sse_diff_8width_msa() local 81 LD_UB4(ref_ptr, ref_stride, ref0, ref1, ref2, ref3); in sse_diff_8width_msa() 84 PCKEV_D4_UB(src1, src0, src3, src2, ref1, ref0, ref3, ref2, src0, src1, in sse_diff_8width_msa() 231 v16u8 ref0, ref1, ref2, ref3; in sse_diff_64x32_msa() local 239 LD_UB4(ref_ptr, 16, ref0, ref1, ref2, ref3); in sse_diff_64x32_msa() 242 CALC_MSE_AVG_B(src2, ref2, var, avg0); in sse_diff_64x32_msa() 248 LD_UB4(ref_ptr, 16, ref0, ref1, ref2, ref3); in sse_diff_64x32_msa() [all …]
|
D | sub_pixel_variance_msa.c | 46 uint32_t ref0, ref1, ref2, ref3; in avg_sse_diff_4width_msa() local 57 LW4(ref_ptr, ref_stride, ref0, ref1, ref2, ref3); in avg_sse_diff_4width_msa() 61 INSERT_W4_UB(ref0, ref1, ref2, ref3, ref); in avg_sse_diff_4width_msa() 81 v16u8 ref0, ref1, ref2, ref3; in avg_sse_diff_8width_msa() local 91 LD_UB4(ref_ptr, ref_stride, ref0, ref1, ref2, ref3); in avg_sse_diff_8width_msa() 94 PCKEV_D4_UB(src1, src0, src3, src2, ref1, ref0, ref3, ref2, src0, src1, in avg_sse_diff_8width_msa() 288 v16u8 ref0, ref1, ref2, ref3; in avg_sse_diff_64x32_msa() local 299 LD_UB4(ref_ptr, 16, ref0, ref1, ref2, ref3); in avg_sse_diff_64x32_msa() 304 CALC_MSE_AVG_B(src2, ref2, var, avg0); in avg_sse_diff_64x32_msa() 312 LD_UB4(ref_ptr, 16, ref0, ref1, ref2, ref3); in avg_sse_diff_64x32_msa() [all …]
|
D | avg_msa.c | 396 v16u8 ref0, ref1, ref2, ref3, ref4, ref5, ref6, ref7; in vpx_int_pro_row_msa() local 404 LD_UB8(ref, ref_stride, ref0, ref1, ref2, ref3, ref4, ref5, ref6, ref7); in vpx_int_pro_row_msa() 408 UNPCK_UB_SH(ref2, ref2_r, ref2_l); in vpx_int_pro_row_msa() 428 LD_UB8(ref, ref_stride, ref0, ref1, ref2, ref3, ref4, ref5, ref6, ref7); in vpx_int_pro_row_msa() 432 UNPCK_UB_SH(ref2, ref2_r, ref2_l); in vpx_int_pro_row_msa() 446 LD_UB8(ref, ref_stride, ref0, ref1, ref2, ref3, ref4, ref5, ref6, ref7); in vpx_int_pro_row_msa() 450 UNPCK_UB_SH(ref2, ref2_r, ref2_l); in vpx_int_pro_row_msa() 470 LD_UB8(ref, ref_stride, ref0, ref1, ref2, ref3, ref4, ref5, ref6, ref7); in vpx_int_pro_row_msa() 474 UNPCK_UB_SH(ref2, ref2_r, ref2_l); in vpx_int_pro_row_msa() 488 LD_UB8(ref, ref_stride, ref0, ref1, ref2, ref3, ref4, ref5, ref6, ref7); in vpx_int_pro_row_msa() [all …]
|
/external/eigen/test/ |
D | product_mmtr.cpp | 14 ref2 = ref1 = DEST; \ 17 ref2.template triangularView<TRI>() \ 19 VERIFY_IS_APPROX(DEST,ref2); \ 22 ref3 = ref2; \ 37 MatrixColMaj ref1(size, size), ref2(size, size), ref3(size,size); in mmtr() local 74 ref2 = ref1 = matc; in mmtr() 76 ref2.template triangularView<Upper>() = ref1.template triangularView<Upper>(); in mmtr() 78 VERIFY_IS_APPROX(matc, ref2); in mmtr() 80 ref2 = ref1 = matc; in mmtr() 82 ref2.template triangularView<Lower>() = ref1.template triangularView<Lower>(); in mmtr() [all …]
|
D | product.h | 158 ColSquareMatrixType ref2(square2); in product() 164 ref2 = res2 = square2; in product() 165 …,cols).noalias() = m1.row(0) * square2.transpose(), (ref2.row(0) = m1.row(0) … in product() 166 …,cols).noalias() = m1.block(0,0,1,cols) * square2.transpose(), (ref2.row(0) = m1.row(0) … in product() 167 …,cols).noalias() = m1.row(0) * square2, (ref2.row(0) = m1.row(0) … in product() 168 …,cols).noalias() = m1.block(0,0,1,cols) * square2, (ref2.row(0) = m1.row(0) … in product()
|
/external/libvpx/libvpx/vpx_dsp/arm/ |
D | sad4d_neon.c | 93 const uint8_t *ref0, *ref1, *ref2, *ref3; in vpx_sad64x64x4d_neon() local 96 ref2 = ref[2]; in vpx_sad64x64x4d_neon() 109 sad_neon_64(vec_src_00, vec_src_16, vec_src_32, vec_src_48, ref2, in vpx_sad64x64x4d_neon() 117 ref2 += ref_stride; in vpx_sad64x64x4d_neon() 139 const uint8_t *ref0, *ref1, *ref2, *ref3; in vpx_sad32x32x4d_neon() local 142 ref2 = ref[2]; in vpx_sad32x32x4d_neon() 153 sad_neon_32(vec_src_00, vec_src_16, ref2, &vec_sum_ref2_lo, in vpx_sad32x32x4d_neon() 161 ref2 += ref_stride; in vpx_sad32x32x4d_neon() 183 const uint8_t *ref0, *ref1, *ref2, *ref3; in vpx_sad16x16x4d_neon() local 186 ref2 = ref[2]; in vpx_sad16x16x4d_neon() [all …]
|
/external/libvpx/libvpx/vpx_dsp/x86/ |
D | sad4d_avx2.c | 21 const uint8_t *ref0, *ref1, *ref2, *ref3; in vpx_sad32x32x4d_avx2() local 25 ref2 = ref[2]; in vpx_sad32x32x4d_avx2() 36 ref2_reg = _mm256_loadu_si256((const __m256i *)ref2); in vpx_sad32x32x4d_avx2() 52 ref2 += ref_stride; in vpx_sad32x32x4d_avx2() 91 const uint8_t *ref0, *ref1, *ref2, *ref3; in vpx_sad64x64x4d_avx2() local 95 ref2 = ref[2]; in vpx_sad64x64x4d_avx2() 109 ref2_reg = _mm256_loadu_si256((const __m256i *)ref2); in vpx_sad64x64x4d_avx2() 110 ref2next_reg = _mm256_loadu_si256((const __m256i *)(ref2 + 32)); in vpx_sad64x64x4d_avx2() 135 ref2 += ref_stride; in vpx_sad64x64x4d_avx2()
|
D | sad4d_sse2.asm | 185 res, ref2, ref3, ref4 188 ref2, ref3, ref4
|
/external/mesa3d/src/mesa/math/ |
D | m_debug_norm.c | 199 GLvector4f source[1], dest[1], dest2[1], ref[1], ref2[1]; in test_norm_function() local 272 ref2->data = r2; in test_norm_function() 273 ref2->start = (GLfloat *) r2; in test_norm_function() 274 ref2->count = TEST_COUNT; in test_norm_function() 275 ref2->stride = sizeof(float[4]); in test_norm_function() 276 ref2->flags = 0; in test_norm_function() 282 ref_norm_transform_normalize( mat, scale, source, length, ref2 ); in test_norm_function()
|
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/util/ |
D | SyntheticAccessorResolver.java | 152 …tatic boolean methodReferenceEquals(@Nonnull MethodReference ref1, @Nonnull MethodReference ref2) { in methodReferenceEquals() argument 154 return ref1.getName().equals(ref2.getName()) && in methodReferenceEquals() 155 ref1.getReturnType().equals(ref2.getReturnType()) && in methodReferenceEquals() 156 ref1.getParameterTypes().equals(ref2.getParameterTypes()); in methodReferenceEquals()
|
/external/lz4/lib/ |
D | lz4hc.c | 332 const BYTE* ref2 = NULL; in LZ4HC_compress_hashChain() local 355 …ml2 = LZ4HC_InsertAndGetWiderMatch(ctx, ip + ml - 2, ip + 0, matchlimit, ml, &ref2, &start2, maxNb… in LZ4HC_compress_hashChain() 375 ref =ref2; in LZ4HC_compress_hashChain() 393 ref2 += correction; in LZ4HC_compress_hashChain() 409 if (LZ4HC_encodeSequence(&ip, &op, &anchor, ml2, ref2, limit, oend)) return 0; in LZ4HC_compress_hashChain() 418 ref2 += correction; in LZ4HC_compress_hashChain() 422 ref2 = ref3; in LZ4HC_compress_hashChain() 433 ref0 = ref2; in LZ4HC_compress_hashChain() 439 ref2 = ref3; in LZ4HC_compress_hashChain() 456 ref2 += correction; in LZ4HC_compress_hashChain() [all …]
|
/external/python/cpython2/Lib/test/ |
D | test_weakref.py | 94 ref2 = weakref.ref(o, self.callback) 97 self.assertIsNone(ref2(), "expected reference to be invalidated") 127 ref2 = weakref.proxy(o, self.callback) 134 self.assertRaises(weakref.ReferenceError, check, ref2) 163 ref2 = weakref.ref(o) 164 self.assertIs(ref1, ref2, 170 ref2 = weakref.ref(o) 171 self.assertIs(ref1, ref2, 342 ref2 = weakref.ref(o, self.callback) 351 del ref1, ref2, proxy1, proxy2 [all …]
|
/external/caliper/caliper/src/test/java/com/google/caliper/memory/ |
D | ObjectGraphMeasurerTest.java | 80 @SuppressWarnings("unused") Object ref2 = object; 91 @SuppressWarnings("unused") Object ref2 = object;
|
/external/webp/src/dsp/ |
D | enc_msa.c | 714 v16u8 ref0, ref1, ref2, ref3, ref4, ref5, ref6, ref7; in SSE16x16() local 718 LD_UB8(b, BPS, ref0, ref1, ref2, ref3, ref4, ref5, ref6, ref7); in SSE16x16() 720 PACK_DPADD_UB4_SW(src2, ref2, src3, ref3, out0, out1, out2, out3); in SSE16x16() 726 LD_UB8(b, BPS, ref0, ref1, ref2, ref3, ref4, ref5, ref6, ref7); in SSE16x16() 728 PACK_DPADD_UB4_SW(src2, ref2, src3, ref3, out0, out1, out2, out3); in SSE16x16() 741 v16u8 ref0, ref1, ref2, ref3, ref4, ref5, ref6, ref7; in SSE16x8() local 745 LD_UB8(b, BPS, ref0, ref1, ref2, ref3, ref4, ref5, ref6, ref7); in SSE16x8() 747 PACK_DPADD_UB4_SW(src2, ref2, src3, ref3, out0, out1, out2, out3); in SSE16x8() 760 v16u8 ref0, ref1, ref2, ref3, ref4, ref5, ref6, ref7; in SSE8x8() local 765 LD_UB8(b, BPS, ref0, ref1, ref2, ref3, ref4, ref5, ref6, ref7); in SSE8x8() [all …]
|
D | enc_sse2.c | 150 __m128i ref0, ref1, ref2, ref3; in ITransform() local 155 ref2 = _mm_loadl_epi64((const __m128i*)&ref[2 * BPS]); in ITransform() 161 ref2 = _mm_cvtsi32_si128(WebPMemToUint32(&ref[2 * BPS])); in ITransform() 167 ref2 = _mm_unpacklo_epi8(ref2, zero); in ITransform() 172 ref2 = _mm_add_epi16(ref2, T2); in ITransform() 177 ref2 = _mm_packus_epi16(ref2, ref2); in ITransform() 184 _mm_storel_epi64((__m128i*)&dst[2 * BPS], ref2); in ITransform() 190 WebPUint32ToMem(&dst[2 * BPS], _mm_cvtsi128_si32(ref2)); in ITransform() 314 const __m128i ref2 = _mm_loadl_epi64((const __m128i*)&ref[2 * BPS]); in FTransform() local 317 const __m128i ref_1 = _mm_unpacklo_epi16(ref2, ref3); in FTransform() [all …]
|
/external/deqp/modules/gles31/functional/ |
D | es31fShaderPackingFunctionTests.cpp | 817 …const deUint16 ref2 = (deUint8)de::clamp(deRoundFloatToInt32(de::clamp(inputs[valNdx].z(), -1.0f, … in iterate() local 819 …const deUint32 ref = (deUint32(ref3) << 24) | (deUint32(ref2) << 16) | (deUint32(ref1) << 8) | de… in iterate() 827 const int diff2 = de::abs((int)ref2 - (int)res2); in iterate() 915 const float ref2 = de::clamp(float(in2) / 127.f, -1.0f, 1.0f); in iterate() local 924 const deUint32 diff2 = getUlpDiff(ref2, res2); in iterate() 933 …<< "vec4(" << HexFloat(ref0) << ", " << HexFloat(ref1) << ", " << HexFloat(ref2) << ", " << HexFlo… in iterate() 1026 …const deUint16 ref2 = (deUint8)de::clamp(deRoundFloatToInt32(de::clamp(inputs[valNdx].z(), 0.0f, 1… in iterate() local 1028 …const deUint32 ref = (deUint32(ref3) << 24) | (deUint32(ref2) << 16) | (deUint32(ref1) << 8) | de… in iterate() 1036 const int diff2 = de::abs((int)ref2 - (int)res2); in iterate() 1124 const float ref2 = de::clamp(float(in2) / 255.f, 0.0f, 1.0f); in iterate() local [all …]
|
/external/mesa3d/src/gallium/drivers/nouveau/nv50/ |
D | nv84_video_vp.c | 486 struct nv84_video_buffer *ref2 = (struct nv84_video_buffer *)desc->ref[1]; in nv84_decoder_vp_mpeg12() local 502 if (!ref2) in nv84_decoder_vp_mpeg12() 503 ref2 = dest; in nv84_decoder_vp_mpeg12() 505 bo_refs[2].bo = ref2->interlaced; in nv84_decoder_vp_mpeg12() 537 PUSH_DATA (push, ref2->interlaced->offset >> 8); in nv84_decoder_vp_mpeg12()
|
/external/deqp/external/vulkancts/modules/vulkan/shaderexecutor/ |
D | vktShaderPackingFunctionTests.cpp | 914 …const deUint16 ref2 = (deUint8)de::clamp(deRoundFloatToInt32(de::clamp(inputs[valNdx].z(), -1.0f, … in iterate() local 916 …const deUint32 ref = (deUint32(ref3) << 24) | (deUint32(ref2) << 16) | (deUint32(ref1) << 8) | de… in iterate() 924 const int diff2 = de::abs((int)ref2 - (int)res2); in iterate() 1030 const float ref2 = de::clamp(float(in2) / 127.f, -1.0f, 1.0f); in iterate() local 1039 const deUint32 diff2 = getUlpDiff(ref2, res2); in iterate() 1048 …<< "vec4(" << HexFloat(ref0) << ", " << HexFloat(ref1) << ", " << HexFloat(ref2) << ", " << HexFlo… in iterate() 1157 …const deUint16 ref2 = (deUint8)de::clamp(deRoundFloatToInt32(de::clamp(inputs[valNdx].z(), 0.0f, 1… in iterate() local 1159 …const deUint32 ref = (deUint32(ref3) << 24) | (deUint32(ref2) << 16) | (deUint32(ref1) << 8) | de… in iterate() 1167 const int diff2 = de::abs((int)ref2 - (int)res2); in iterate() 1273 const float ref2 = de::clamp(float(in2) / 255.f, 0.0f, 1.0f); in iterate() local [all …]
|
/external/llvm/test/Assembler/ |
D | alias-use-list-order.ll | 6 @alias.ref2 = global i32* getelementptr inbounds (i32, i32* @alias, i64 1)
|
/external/clang/test/CodeGenObjCXX/ |
D | arc-references.mm | 20 const __autoreleasing id &ref2 = getObject(); 32 const __autoreleasing id &ref2 = x;
|
/external/freetype/src/autofit/ |
D | afhints.c | 1429 AF_Point ref2 ) in af_iup_interp() argument 1438 if ( ref1->v > ref2->v ) in af_iup_interp() 1441 ref1 = ref2; in af_iup_interp() 1442 ref2 = p; in af_iup_interp() 1446 v2 = ref2->v; in af_iup_interp() 1448 u2 = ref2->u; in af_iup_interp()
|
/external/pdfium/third_party/freetype/src/truetype/ |
D | ttgxvar.c | 1569 int ref2, in tt_delta_interpolate() argument 1588 if ( in_points[ref1].x > in_points[ref2].x ) in tt_delta_interpolate() 1591 ref1 = ref2; in tt_delta_interpolate() 1592 ref2 = p; in tt_delta_interpolate() 1596 in2 = in_points[ref2].x; in tt_delta_interpolate() 1598 out2 = out_points[ref2].x; in tt_delta_interpolate()
|
/external/libavc/encoder/arm/ |
D | ime_distortion_metrics_a9q.s | 363 @ r1 = ref2 <UWORD8 *> 376 vld1.8 {d4, d5}, [r1], r3 @ load ref2 Row 1 385 vld1.8 {d10, d11}, [r1], r3 @ load ref2 Row 2 397 vld1.8 {d4, d5}, [r1], r3 @ load ref2 Row 1 406 vld1.8 {d10, d11}, [r1], r3 @ load ref2 Row 2 450 @ r1 = ref2 <UWORD8 *> 464 vld1.8 {d4, d5}, [r1], r4 @ load ref2 Row 1 476 vld1.8 {d12, d13}, [r1], r4 @ load ref2 Row 1 490 vld1.8 {d4, d5}, [r1], r4 @ load ref2 Row 1 503 vld1.8 {d12, d13}, [r1], r4 @ load ref2 Row 1
|
/external/freetype/src/base/ |
D | ftmac.c | 201 FSRef ref2; in FT_GetFileRef_From_Mac_ATS_Name() local 206 if ( noErr != FT_ATSFontGetFileReference( id2, &ref2 ) ) in FT_GetFileRef_From_Mac_ATS_Name() 208 if ( noErr != FSCompareFSRefs( ats_font_ref, &ref2 ) ) in FT_GetFileRef_From_Mac_ATS_Name()
|