HomeSort by relevance Sort by last modified time
    Searched refs:dst0 (Results 1 - 25 of 46) sorted by null

1 2

  /external/libvpx/libvpx/vp8/common/arm/neon/
dequant_idct_neon.c 21 unsigned char *dst0; local
44 dst0 = dst;
45 d14 = vld1_lane_s32((const int32_t *)dst0, d14, 0);
46 dst0 += stride;
47 d14 = vld1_lane_s32((const int32_t *)dst0, d14, 1);
48 dst0 += stride;
49 d15 = vld1_lane_s32((const int32_t *)dst0, d15, 0);
50 dst0 += stride;
51 d15 = vld1_lane_s32((const int32_t *)dst0, d15, 1);
133 dst0 = dst
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/arm/neon/
dequant_idct_neon.c 21 unsigned char *dst0; local
44 dst0 = dst;
45 d14 = vld1_lane_s32((const int32_t *)dst0, d14, 0);
46 dst0 += stride;
47 d14 = vld1_lane_s32((const int32_t *)dst0, d14, 1);
48 dst0 += stride;
49 d15 = vld1_lane_s32((const int32_t *)dst0, d15, 0);
50 dst0 += stride;
51 d15 = vld1_lane_s32((const int32_t *)dst0, d15, 1);
133 dst0 = dst
    [all...]
  /ndk/tests/build/b14825026-aarch64-FP_LO_REGS/jni/
idct_dequant_full_2x_neon.c 22 unsigned char *dst0, *dst1; local
51 dst0 = dst;
53 d28 = vld1_lane_s32((const int32_t *)dst0, d28, 0);
54 dst0 += stride;
57 d29 = vld1_lane_s32((const int32_t *)dst0, d29, 0);
58 dst0 += stride;
62 d30 = vld1_lane_s32((const int32_t *)dst0, d30, 0);
63 dst0 += stride;
66 d31 = vld1_lane_s32((const int32_t *)dst0, d31, 0);
167 dst0 = dst
    [all...]
  /bionic/libc/upstream-openbsd/lib/libc/string/
memmove.c 49 memmove(void *dst0, const void *src0, size_t length)
51 char *dst = dst0;
111 return (dst0);
  /external/mesa3d/src/gallium/auxiliary/gallivm/
lp_bld_tgsi_aos.c 462 LLVMValueRef dst0 = NULL; local
479 dst0 = bld->bld_base.base.undef;
485 dst0 = lp_build_floor(&bld->bld_base.base, src0);
489 dst0 = lp_build_emit_fetch(&bld->bld_base, inst, 0, LP_CHAN_ALL);
498 dst0 = lp_build_rcp(&bld->bld_base.base, src0);
505 dst0 = lp_build_rsqrt(&bld->bld_base.base, tmp0);
517 dst0 = lp_build_mul(&bld->bld_base.base, src0, src1);
523 dst0 = lp_build_add(&bld->bld_base.base, src0, src1);
540 dst0 = lp_build_max(&bld->bld_base.base, src0, src1);
546 dst0 = lp_build_max(&bld->bld_base.base, src0, src1)
    [all...]
  /external/skia/src/core/
Sk4px.h 76 Sk4px dst0 = fn(Load4(src+0)), local
78 dst0.store4(dst+0);
104 Sk4px dst0 = fn(Load4(dst+0), Load4(src+0)), local
106 dst0.store4(dst+0);
135 Sk4px dst0 = fn(Load4(dst+0), Load4(src+0), alpha0), local
137 dst0.store4(dst+0);
  /external/mesa3d/src/gallium/drivers/nv50/codegen/
nv50_ir_from_tgsi.cpp 1066 void handleTEX(Value *dst0[4], int R, int S, int L, int C, int Dx, int Dy);
1067 void handleTXF(Value *dst0[4], int R);
1068 void handleTXQ(Value *dst0[4], enum TexQuery);
1069 void handleLIT(Value *dst0[4]);
    [all...]
nv50_ir_from_sm4.cpp 111 void emitTex(Value *dst0[4], TexInstruction *, const uint8_t swizzle[4]);
112 void handleLOAD(Value *dst0[4]);
113 void handleSAMPLE(operation, Value *dst0[4]);
114 void handleQUERY(Value *dst0[4], enum TexQuery query);
115 void handleDP(Value *dst0[4], int dim);
    [all...]
  /external/webp/src/dsp/
dec_sse2.c 201 __m128i dst0, dst1, dst2, dst3; local
204 dst0 = _mm_loadl_epi64((__m128i*)(dst + 0 * BPS));
210 dst0 = _mm_cvtsi32_si128(*(int*)(dst + 0 * BPS));
216 dst0 = _mm_unpacklo_epi8(dst0, zero);
221 dst0 = _mm_add_epi16(dst0, T0);
226 dst0 = _mm_packus_epi16(dst0, dst0);
265 __m128i dst0 = _mm_cvtsi32_si128(*(int*)(dst + 0 * BPS)); local
    [all...]
  /external/libhevc/common/x86/
ihevc_inter_pred_filters_sse42_intr.c 309 WORD32 dst0, dst1, dst2, dst3; local
320 dst0 = _mm_cvtsi128_si32(src0_16x8b);
326 *(WORD32 *)(&pu1_dst[0 * dst_strd]) = dst0; /* row =0 */
389 WORD32 dst0, dst1; local
398 dst0 = _mm_cvtsi128_si32(src0_16x8b);
403 *(WORD32 *)(&pu1_dst[0 * dst_strd]) = dst0; /* row =0 */
ihevc_weighted_pred_ssse3_intr.c 259 WORD32 dst0, dst1, dst2, dst3; local
317 dst0 = _mm_cvtsi128_si32(res_temp0_4x32b);
324 *(WORD32 *)(&pu1_dst[0 * dst_strd]) = dst0;
609 WORD32 dst0, dst1; local
649 dst0 = _mm_cvtsi128_si32(res_temp0_4x32b);
654 *(WORD32 *)(&pu1_dst[0 * dst_strd]) = dst0;
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...]
ihevc_weighted_pred_sse42_intr.c 123 WORD32 dst0, dst1, dst2, dst3; local
327 dst0 = _mm_cvtsi128_si32(src_temp0_4x32b);
334 *(WORD32 *)(&pu1_dst[0 * dst_strd]) = dst0;
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...]
  /external/mesa3d/src/gallium/auxiliary/draw/
draw_pipe_flatshade.c 86 /** Copy all the color attributes from src vertex to dst0 & dst1 vertices */
88 struct vertex_header *dst0,
96 COPY_4FV(dst0->data[attr], src->data[attr]);
102 COPY_3FV(dst0->data[attr], src->data[attr]);
  /art/compiler/utils/arm64/
assembler_arm64.cc 656 const CPURegister& dst0 = registers.PopLowestIndex(); local
658 ___ Stp(dst0, dst1, MemOperand(sp, offset));
659 cfi_.RelOffset(DWARFReg(dst0), offset);
664 const CPURegister& dst0 = registers.PopLowestIndex(); local
665 ___ Str(dst0, MemOperand(sp, offset));
666 cfi_.RelOffset(DWARFReg(dst0), offset);
675 const CPURegister& dst0 = registers.PopLowestIndex(); local
677 ___ Ldp(dst0, dst1, MemOperand(sp, offset));
678 cfi_.Restore(DWARFReg(dst0));
683 const CPURegister& dst0 = registers.PopLowestIndex() local
    [all...]
  /external/opencv/cv/src/
cvsegmentation.cpp 352 CvMat dstub0, *dst0; local
355 CV_CALL( dst0 = cvGetMat( dstarr, &dstub0 ));
360 if( !CV_ARE_TYPES_EQ( src0, dst0 ))
363 if( !CV_ARE_SIZES_EQ( src0, dst0 ))
382 dst_pyramid[0] = dst0;
cvthresh.cpp 309 CvMat src0, dst0; local
327 dst = cvReshape( dst, &dst0, 1 );
  /external/vixl/src/vixl/a64/
macro-assembler-a64.cc 1688 const CPURegister& dst0 = registers.PopLowestIndex(); local
1978 const CPURegister& dst0 = registers.PopLowestIndex(); local
    [all...]
  /external/mesa3d/src/mesa/drivers/dri/i965/
brw_blorp.h 147 void setup(GLuint src0, GLuint dst0, GLuint dst1,
  /external/v8/src/compiler/arm/
code-generator-arm.cc 832 MemOperand dst0 = g.ToMemOperand(destination); local
833 MemOperand dst1(dst0.rn(), dst0.offset() + kPointerSize);
834 __ vldr(temp_1, dst0); // Save destination in temp_1.
836 __ str(temp_0, dst0);
  /external/v8/src/compiler/ia32/
code-generator-ia32.cc 848 Operand dst0 = g.ToOperand(destination); local
850 __ mov(dst0, Immediate(lower));
923 Operand dst0 = g.ToOperand(destination); local
    [all...]
  /external/opencv/cxcore/src/
cxlogic.cpp 112 ( const uchar* src0, int step1, uchar* dst0, int step, CvSize size, \
117 for( ; size.height--; src0 += step1, dst0 += step ) \
120 uchar* dst = dst0; \
  /external/v8/src/ia32/
lithium-gap-resolver-ia32.cc 433 Operand dst0 = cgen_->ToOperand(destination); local
435 __ movsd(xmm0, dst0); // Save destination in xmm0.
437 __ mov(dst0, tmp);
  /external/mesa3d/src/gallium/drivers/r300/compiler/
radeon_program_alu.c 586 struct rc_dst_register dst0; local
590 dst0 = try_to_reuse_dst(c, inst);
592 dst0,
609 srcreg(RC_FILE_TEMPORARY, dst0.Index),
861 struct rc_dst_register dst0 = try_to_reuse_dst(c, inst); local
865 dst0 = try_to_reuse_dst(c, inst);
867 dst0,
882 srcreg(RC_FILE_TEMPORARY, dst0.Index),
    [all...]
  /external/v8/src/x87/
lithium-gap-resolver-x87.cc 337 Operand dst0 = cgen_->ToOperand(destination); local
340 __ mov(dst0, tmp);
  /external/valgrind/VEX/priv/
guest_x86_toIR.c 1837 IRTemp dst0 = newTemp(ty); local
1950 IRTemp dst0 = newTemp(ty); local
2149 IRTemp dst0 = newTemp(ty); local
2291 IRTemp dst0 = newTemp(ty); local
2399 IRTemp dst0 = newTemp(ty); local
2811 IRTemp dst1, src, dst0; local
    [all...]

Completed in 927 milliseconds

1 2