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

1 2 3

  /external/libhevc/common/x86/
ihevc_inter_pred_filters_sse42_intr.c 309 WORD32 dst0, dst1, dst2, dst3; local
321 dst1 = _mm_cvtsi128_si32(src1_16x8b);
327 *(WORD32 *)(&pu1_dst[1 * dst_strd]) = dst1; /* row =1 */
389 WORD32 dst0, dst1; local
399 dst1 = _mm_cvtsi128_si32(src1_16x8b);
404 *(WORD32 *)(&pu1_dst[1 * dst_strd]) = dst1; /* row =1 */
ihevc_weighted_pred_sse42_intr.c 123 WORD32 dst0, dst1, dst2, dst3; local
336 dst1 = _mm_cvtsi128_si32(src_temp1_4x32b);
341 *(WORD32 *)(&pu1_dst[1 * dst_strd]) = dst1;
1121 WORD32 dst0, dst1; local
1376 WORD32 dst0, dst1; local
1653 WORD32 dst0, dst1; local
1978 WORD32 dst0, dst1, dst2, dst3; local
2056 WORD32 dst0, dst1; local
    [all...]
ihevc_weighted_pred_ssse3_intr.c 259 WORD32 dst0, dst1, dst2, dst3; local
326 dst1 = _mm_cvtsi128_si32(res_temp1_4x32b);
331 *(WORD32 *)(&pu1_dst[1 * dst_strd]) = dst1;
609 WORD32 dst0, dst1; local
656 dst1 = _mm_cvtsi128_si32(res_temp1_4x32b);
658 *(WORD32 *)(&pu1_dst[1 * dst_strd]) = dst1;
873 WORD32 dst0, dst1; local
1162 WORD32 dst0, dst1; local
1492 WORD32 dst0, dst1, dst2, dst3; local
1570 WORD32 dst0, dst1; local
1891 WORD32 dst0, dst1, dst2, dst3; local
2091 WORD32 dst0, dst1; local
    [all...]
  /external/opencv3/modules/cudaarithm/perf/
perf_core.cpp 115 const cv::cuda::GpuMat& dst1 = dst[1]; local
118 CUDA_SANITY_CHECK(dst1, 1e-10);
127 const cv::Mat& dst1 = dst[1]; local
130 CPU_SANITY_CHECK(dst1);
  /external/opencv3/modules/imgproc/perf/opencl/
perf_pyramid.cpp 123 UMat dst0 = dst[0], dst1 = dst[1], dst2 = dst[2], dst3 = dst[3], dst4 = dst[4]; local
126 SANITY_CHECK(dst1, eps);
  /external/opencv3/modules/imgproc/perf/
perf_pyramids.cpp 69 Mat dst0 = dst[0], dst1 = dst[1], dst2 = dst[2], dst3 = dst[3], dst4 = dst[4]; local
72 SANITY_CHECK(dst1, eps, error_type);
  /system/core/libutils/tests/
String8_test.cpp 46 String8 dst1 = src1 + ccsrc2; local
47 EXPECT_STREQ(dst1.string(), "Hello, world!");
  /external/libvpx/libvpx/vp8/common/mips/msa/
mfqe_msa.c 25 v16i8 dst1 = { 0 }; local
43 INSERT_D2_SB(dst0_d, dst1_d, dst1);
57 UNPCK_UB_SH(dst1, dst_r, dst_l);
63 dst1 = (v16i8)__msa_pckev_b((v16i8)res_h_l, (v16i8)res_h_r);
64 ST8x2_UB(dst1, dst_ptr, dst_stride);
76 v16i8 dst0, dst1, dst2, dst3; local
88 LD_SB4(dst_ptr, dst_stride, dst0, dst1, dst2, dst3);
101 UNPCK_UB_SH(dst1, dst_r, dst_l);
  /external/libvpx/libvpx/vp9/common/mips/msa/
vp9_mfqe_msa.c 24 v16i8 dst1 = { 0 }; local
41 INSERT_D2_SB(dst0_d, dst1_d, dst1);
55 UNPCK_UB_SH(dst1, dst_r, dst_l);
61 dst1 = (v16i8)__msa_pckev_b((v16i8)res_h_l, (v16i8)res_h_r);
62 ST8x2_UB(dst1, dst_ptr, dst_stride);
74 v16i8 src0, src1, src2, src3, dst0, dst1, dst2, dst3; local
83 LD_SB4(dst_ptr, dst_stride, dst0, dst1, dst2, dst3);
96 UNPCK_UB_SH(dst1, dst_r, dst_l);
  /external/opencv3/modules/core/perf/opencl/
perf_channels.cpp 112 UMat & dst0 = dst[0], & dst1 = dst[1]; local
114 SANITY_CHECK(dst1);
118 UMat & dst0 = dst[0], & dst1 = dst[1], & dst2 = dst[2]; local
120 SANITY_CHECK(dst1);
152 UMat & dst0 = dst[0], & dst1 = dst[1]; local
154 SANITY_CHECK(dst1);
  /external/opencv3/modules/photo/src/
npr.cpp 123 Mat dst1 = _dst1.getMat(); local
138 sketch.convertTo(dst1,CV_8UC1,255);
  /external/skia/samplecode/
SamplePolyToPoly.cpp 46 const SkScalar dst1[] = { local
51 (void) m2.setPolyToPoly((const SkPoint*)src1, (SkPoint*)dst1, 4);
132 const int dst1[] = { 5, 5 }; local
133 doDraw(canvas, &paint, src1, dst1, 1);
  /external/libvpx/libvpx/vp8/common/arm/neon/
idct_dequant_full_2x_neon.c 22 unsigned char *dst0, *dst1; local
52 dst1 = dst + 4;
55 d28 = vld1_lane_s32((const int32_t *)dst1, d28, 1);
56 dst1 += stride;
59 d29 = vld1_lane_s32((const int32_t *)dst1, d29, 1);
60 dst1 += stride;
64 d30 = vld1_lane_s32((const int32_t *)dst1, d30, 1);
65 dst1 += stride;
67 d31 = vld1_lane_s32((const int32_t *)dst1, d31, 1);
168 dst1 = dst + 4
    [all...]
  /ndk/tests/build/b14825026-aarch64-FP_LO_REGS/jni/
idct_dequant_full_2x_neon.c 22 unsigned char *dst0, *dst1; local
52 dst1 = dst + 4;
55 d28 = vld1_lane_s32((const int32_t *)dst1, d28, 1);
56 dst1 += stride;
59 d29 = vld1_lane_s32((const int32_t *)dst1, d29, 1);
60 dst1 += stride;
64 d30 = vld1_lane_s32((const int32_t *)dst1, d30, 1);
65 dst1 += stride;
67 d31 = vld1_lane_s32((const int32_t *)dst1, d31, 1);
168 dst1 = dst + 4
    [all...]
  /external/icu/icu4c/source/i18n/
basictz.cpp 46 int32_t raw1, raw2, dst1, dst2; local
47 getOffset(start, FALSE, raw1, dst1, status);
56 if ((raw1 + dst1 != raw2 + dst2)
57 || (dst1 != 0 && dst2 == 0)
58 || (dst1 == 0 && dst2 != 0)) {
62 if (raw1 != raw2 || dst1 != dst2) {
  /external/libvpx/libvpx/vpx_dsp/mips/
vpx_convolve_avg_msa.c 18 v16u8 dst0, dst1, dst2, dst3; local
25 LD_UB4(dst, dst_stride, dst0, dst1, dst2, dst3);
27 AVER_UB4_UB(src0, dst0, src1, dst1, src2, dst2, src3, dst3,
28 dst0, dst1, dst2, dst3);
31 out1 = __msa_copy_u_w((v4i32)dst1, 0);
42 LD_UB2(dst, dst_stride, dst0, dst1);
44 AVER_UB2_UB(src0, dst0, src1, dst1, dst0, dst1);
47 out1 = __msa_copy_u_w((v4i32)dst1, 0);
61 v16u8 dst0, dst1, dst2, dst3 local
84 v16u8 dst0, dst1, dst2, dst3, dst4, dst5, dst6, dst7; local
106 v16u8 dst0, dst1, dst2, dst3, dst4, dst5, dst6, dst7; local
147 v16u8 dst0, dst1, dst2, dst3, dst4, dst5, dst6, dst7; local
    [all...]
  /external/opencv3/modules/imgproc/test/ocl/
test_histogram.cpp 168 Mat dst1; local
179 OCL_OFF(calcBackProject(&frame1, 1, 0, hist1, dst1, &ranges1, 1, true));
184 Size dstSize = dst1.size();
188 EXPECT_MAT_N_DIFF(dst1, udst1, nDiffs);
192 EXPECT_MAT_NEAR(dst1, udst1, 0.0);
  /external/skia/gm/
poly2poly.cpp 245 const int dst1[] = { 5, 5 }; variable
246 doDraw(canvas, &paint, src1, dst1, 1);
  /external/v8/src/crankshaft/ia32/
lithium-gap-resolver-ia32.cc 441 Operand dst1 = cgen_->HighOperand(destination); local
446 __ mov(dst1, tmp);
  /external/v8/src/crankshaft/x87/
lithium-gap-resolver-x87.cc 344 Operand dst1 = cgen_->HighOperand(destination); local
348 __ mov(dst1, tmp);
  /frameworks/base/core/tests/coretests/src/android/text/format/
TimeTest.java 49 public int dst1; field in class:TimeTest.DateTest
60 public DateTest(int year1, int month1, int day1, int hour1, int minute1, int dst1,
68 this.dst1 = dst1;
85 this.dst1 = -1;
225 local.isDst = test.dst1;
246 local.isDst = test.dst1;
  /art/compiler/utils/arm64/
assembler_arm64.cc 653 const CPURegister& dst1 = registers.PopLowestIndex(); local
654 ___ Stp(dst0, dst1, MemOperand(sp, offset));
656 cfi_.RelOffset(DWARFReg(dst1), offset + size);
672 const CPURegister& dst1 = registers.PopLowestIndex(); local
673 ___ Ldp(dst0, dst1, MemOperand(sp, offset));
675 cfi_.Restore(DWARFReg(dst1));
  /external/libvpx/libvpx/vp8/encoder/mips/msa/
denoising_msa.c 353 int64_t dst0, dst1, src0, src1, src2, src3; local
495 dst1 = __msa_copy_s_d((v2i64)running_avg_y, 0);
496 SD(dst1, running_avg_y_ptr);
592 dst1 = __msa_copy_s_d((v2i64)running_avg_y, 0);
593 SD(dst1, running_avg_y_ptr);
  /external/libvpx/libvpx/vp8/encoder/
temporal_filter.c 245 unsigned char *dst1, *dst2; local
367 dst1 = cpi->alt_ref_buffer.y_buffer;
378 dst1[byte] = (unsigned char)pval;
387 dst1 = cpi->alt_ref_buffer.u_buffer;
401 dst1[byte] = (unsigned char)pval;
  /external/libvpx/libvpx/vp9/encoder/
vp9_temporal_filter.c 291 uint8_t *dst1, *dst2; local
444 dst1 = cpi->alt_ref_buffer.y_buffer;
445 dst1_16 = CONVERT_TO_SHORTPTR(dst1);
463 dst1 = cpi->alt_ref_buffer.u_buffer;
465 dst1_16 = CONVERT_TO_SHORTPTR(dst1);
493 dst1 = cpi->alt_ref_buffer.y_buffer;
502 dst1[byte] = (uint8_t)pval;
510 dst1 = cpi->alt_ref_buffer.u_buffer;
522 dst1[byte] = (uint8_t)pval;
538 dst1 = cpi->alt_ref_buffer.y_buffer
    [all...]

Completed in 632 milliseconds

1 2 3