/external/dng_sdk/source/ |
dng_pixel_buffer.cpp | 1632 real64 MaxDiff (const T *src1, 1648 const T *src1Save = src1; 1656 real64 diff = fabs ((real64)src1 [col] - src2 [col]); 1663 src1 += s1RowStep; 1668 src1 = src1Save + s1PlaneStep; 1678 real64 MaxDiff (const T *src1, 1693 return MaxDiff (src1, 1708 const T *src1Save = src1; 1716 real64 diff = fabs ((real64)src1 [col * s1ColStep] - src2 [col * s2ColStep]); 1723 src1 += s1RowStep [all...] |
/external/libmpeg2/common/arm/ |
impeg2_inter_pred.s | 644 @// Inputs : r0 - pointer to src1 668 ldr r4, [r0, #0] @ptr_y src1 679 vld1.8 {d0, d1}, [r4]! @row1 src1 681 vld1.8 {d2, d3}, [r4]! @row2 src1 683 vld1.8 {d4, d5}, [r4]! @row3 src1 685 vld1.8 {d6, d7}, [r4]! @row4 src1 724 ldr r4, [r0, #4] @ptr_u src1 738 vld1.8 {d0, d1}, [r4]! @row1 & 2 src1 740 vld1.8 {d2, d3}, [r4]! @row3 & 4 src1 742 vld1.8 {d4, d5}, [r4]! @row5 & 6 src1 [all...] |
/frameworks/base/opengl/java/android/opengl/ |
Matrix.java | 145 final float src1 = m[mOffset + 4]; local 183 final float dst4 = (atmp1 * src1 + atmp2 * src2 + atmp5 * src3) 184 - (atmp0 * src1 + atmp3 * src2 + atmp4 * src3); 187 final float dst6 = (atmp3 * src0 + atmp6 * src1 + atmp11 * src3) 188 - (atmp2 * src0 + atmp7 * src1 + atmp10 * src3); 189 final float dst7 = (atmp4 * src0 + atmp9 * src1 + atmp10 * src2) 190 - (atmp5 * src0 + atmp8 * src1 + atmp11 * src2); 195 final float btmp2 = src1 * src7; 197 final float btmp4 = src1 * src6; 204 final float btmp11 = src1 * src4 [all...] |
/external/opencv3/modules/superres/src/ |
btv_l1.cpp | 310 UMat src1 = _src1.getUMat(), src2 = _src2.getUMat(); 311 _dst.create(src1.size(), src1.type()); 314 int cn = src1.channels(); 315 k.args(ocl::KernelArg::ReadOnlyNoSize(src1), 319 size_t globalsize[2] = { src1.cols * cn, src1.rows }; 330 Mat src1 = _src1.getMat(), src2 = _src2.getMat(); local 331 _dst.create(src1.size(), src1.type()) [all...] |
/external/mesa3d/src/mesa/drivers/dri/i965/ |
brw_fs.cpp | 100 fs_inst::fs_inst(enum opcode opcode, fs_reg dst, fs_reg src0, fs_reg src1) 106 this->src[1] = src1; 117 fs_reg src0, fs_reg src1, fs_reg src2) 123 this->src[1] = src1; 342 fs_visitor::emit(enum opcode opcode, fs_reg dst, fs_reg src0, fs_reg src1) 344 return emit(fs_inst(opcode, dst, src0, src1)); 349 fs_reg src0, fs_reg src1, fs_reg src2) 351 return emit(fs_inst(opcode, dst, src0, src1, src2)); 831 fs_visitor::emit_math(enum opcode opcode, fs_reg dst, fs_reg src0, fs_reg src1) 847 inst = emit(opcode, dst, src0, src1); [all...] |
brw_fs_emit.cpp | 184 struct brw_reg src1) 187 brw_math2(p, dst, brw_math_function(inst->opcode), src0, src1); 221 struct brw_reg src1) 228 brw_math2(p, dst, op, src0, src1); 232 brw_math2(p, sechalf(dst), op, sechalf(src0), sechalf(src1)); 463 struct brw_reg src1 = brw_reg(src.file, src.nr, 0, local 469 brw_ADD(p, dst, src0, negate(src1)); 486 struct brw_reg src1 = brw_reg(src.file, src.nr, 2, local 493 brw_ADD(p, dst, src1, negate(src0)); 495 brw_ADD(p, dst, src0, negate(src1)); [all...] |
/external/opencv3/modules/core/src/ |
copy.cpp | 612 const uchar* src1 = src0 + (size.height - 1)*sstep; local 616 for( int y = 0; y < (size.height + 1)/2; y++, src0 += sstep, src1 -= sstep, 620 if( ((size_t)src0|(size_t)dst0|(size_t)src1|(size_t)dst1) % sizeof(int) == 0 ) 625 int t1 = ((int*)(src1 + i))[0]; 631 t1 = ((int*)(src1 + i))[1]; 637 t1 = ((int*)(src1 + i))[2]; 643 t1 = ((int*)(src1 + i))[3]; 652 int t1 = ((int*)(src1 + i))[0]; 662 uchar t1 = src1[i]; [all...] |
/external/valgrind/none/tests/ppc32/ |
jm-insns.c | 6322 unsigned int *src1, *src2, *dst; local 6388 unsigned int *src1, *src2, *src3, *dst; local 6463 unsigned int *src1, *src2, *dst; local 6533 unsigned int *src1, *dst; local 6661 unsigned int *src1, *src2, *dst; local 7088 unsigned int *src1, *src2, *dst; local 7155 unsigned int *src1, *src2, *src3, *dst; local [all...] |
/external/libvpx/libvpx/vp8/common/x86/ |
mfqe_sse2.asm | 161 ; unsigned char *src1, 0 178 mov rax, arg(0) ; src1 193 movdqa xmm0, [rax] ; src1 195 add rax, rcx ; src1 + stride1 198 ; SAD(src1, src2)
|
/external/libvpx/libvpx/vp9/common/x86/ |
vp9_mfqe_sse2.asm | 162 ; unsigned char *src1, 0 179 mov rax, arg(0) ; src1 194 movdqa xmm0, [rax] ; src1 196 add rax, rcx ; src1 + stride1 199 ; SAD(src1, src2)
|
/external/mesa3d/src/mesa/main/ |
image.c | 476 const GLubyte (*src1)[4] = (const GLubyte (*)[4]) src; 481 dst2[i][RCOMP] = UBYTE_TO_USHORT(src1[i][RCOMP]); 482 dst2[i][GCOMP] = UBYTE_TO_USHORT(src1[i][GCOMP]); 483 dst2[i][BCOMP] = UBYTE_TO_USHORT(src1[i][BCOMP]); 484 dst2[i][ACOMP] = UBYTE_TO_USHORT(src1[i][ACOMP]); 491 const GLubyte (*src1)[4] = (const GLubyte (*)[4]) src; 497 dst4[i][RCOMP] = UBYTE_TO_FLOAT(src1[i][RCOMP]); 498 dst4[i][GCOMP] = UBYTE_TO_FLOAT(src1[i][GCOMP]); 499 dst4[i][BCOMP] = UBYTE_TO_FLOAT(src1[i][BCOMP]); 500 dst4[i][ACOMP] = UBYTE_TO_FLOAT(src1[i][ACOMP]) [all...] |
/external/opencv/cxcore/src/ |
_cxipp.h | 93 ( const uchar* src1, int srcstep1, const uchar* src2, int srcstep2, \ 97 ( const ushort* src1, int srcstep1, const ushort* src2, int srcstep2,\ 101 ( const short* src1, int srcstep1, const short* src2, int srcstep2, \ 105 ( const int* src1, int srcstep1, const int* src2, int srcstep2, \ 109 ( const float* src1, int srcstep1, const float* src2, int srcstep2, \ 113 ( const double* src1, int srcstep1, const double* src2, int srcstep2,\ 129 ( const uchar* src1, int srcstep1, const uchar* src2, int srcstep2, \ 431 ( const arrtype* src1, int srcstep1, \ 449 ( const arrtype* src1, int srcstep1, const arrtype* src2, int srcstep2, \ 453 ( const arrtype* src1, int srcstep1, arrtype scalar, [all...] |
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/x86/ |
mfqe_sse2.asm | 161 ; unsigned char *src1, 0 178 mov rax, arg(0) ; src1 193 movdqa xmm0, [rax] ; src1 195 add rax, rcx ; src1 + stride1 198 ; SAD(src1, src2)
|
/external/v8/src/arm/ |
macro-assembler-arm.cc | 253 void MacroAssembler::Mls(Register dst, Register src1, Register src2, 257 mls(dst, src1, src2, srcA, cond); 260 mul(ip, src1, src2, LeaveCC, cond); 266 void MacroAssembler::And(Register dst, Register src1, const Operand& src2, 276 ubfx(dst, src1, 0, 279 and_(dst, src1, src2, LeaveCC, cond); 284 void MacroAssembler::Ubfx(Register dst, Register src1, int lsb, int width, 289 and_(dst, src1, Operand(mask), LeaveCC, cond); 294 ubfx(dst, src1, lsb, width, cond); 299 void MacroAssembler::Sbfx(Register dst, Register src1, int lsb, int width [all...] |
/external/libvpx/libvpx/vpx_dsp/ |
fastssim.c | 99 const uint16_t *src1; local 115 src1 = _ctx->level[_l - 1].im1; 127 dst1[j * w + i] = src1[j0offs + i0] + src1[j0offs + i1] 128 + src1[j1offs + i0] + src1[j1offs + i1];
|
/external/libvpx/libvpx/vpx_dsp/x86/ |
variance_sse2.c | 46 const __m128i src1 = _mm_unpacklo_epi8(READ64(src, src_stride, 2), zero); local 50 const __m128i diff1 = _mm_sub_epi16(src1, ref1); 82 const __m128i src1 = _mm_unpacklo_epi8(_mm_loadl_epi64( local 86 const __m128i diff1 = _mm_sub_epi16(src1, ref1); 122 const __m128i src1 = _mm_unpackhi_epi8(s, zero); local 124 const __m128i diff1 = _mm_sub_epi16(src1, ref1);
|
/external/mesa3d/src/mesa/drivers/dri/i915/ |
i915_program.c | 144 GLuint saturate, GLuint src0, GLuint src1, GLuint src2) 155 if (GET_UREG_TYPE(src1) == REG_TYPE_CONST) 169 s[1] = src1; 185 src1 = s[1]; 196 *(p->csr++) = (A1_SRC0(src0) | A1_SRC1(src1)); 197 *(p->csr++) = (A2_SRC1(src1) | A2_SRC2(src2));
|
i915_program.h | 125 GLuint src0, GLuint src1, GLuint src2);
|
/external/opencv3/3rdparty/libwebp/enc/ |
filter.c | 250 static void VP8SSIMAccumulate(const uint8_t* src1, int stride1, 259 src1 += ymin * stride1; 261 for (y = ymin; y <= ymax; ++y, src1 += stride1, src2 += stride2) { 263 const int s1 = src1[x]; 308 void VP8SSIMAccumulatePlane(const uint8_t* src1, int stride1, 314 VP8SSIMAccumulate(src1, stride1, src2, stride2, x, y, W, H, stats);
|
/external/opencv3/modules/superres/src/cuda/ |
btv_l1_gpu.cu | 65 void diffSign(PtrStepSzf src1, PtrStepSzf src2, PtrStepSzf dst, cudaStream_t stream); 187 void diffSign(PtrStepSzf src1, PtrStepSzf src2, PtrStepSzf dst, cudaStream_t stream) 189 transform(src1, src2, dst, DiffSign(), WithOutMask(), stream);
|
/build/blueprint/parser/ |
printer_test.go | 181 "src1.c", 193 "src1.c",
|
/external/curl/packages/vms/ |
pcsi_product_gnv_curl.com | 147 $ src1 = "new_gnu:[usr.bin]," 156 $ gnu_src = src1 + src2 + src3 + src4 + src5 + src6 + src7 + src8 + src9
|
/external/mesa3d/src/gallium/drivers/nv50/codegen/ |
nv50_ir_build_util.h | 271 Value *src0, Value *src1) 273 mkOp2(op, ty, dst, src0, src1); 279 Value *src0, Value *src1, Value *src2) 281 mkOp3(op, ty, dst, src0, src1, src2);
|
/external/opencv3/modules/cudaarithm/perf/ |
perf_reductions.cpp | 101 cv::Mat src1(size, CV_8UC1); 102 declare.in(src1, WARMUP_RNG); 109 const cv::cuda::GpuMat d_src1(src1); 122 TEST_CYCLE() cpu_dst = cv::norm(src1, src2, normType);
|
/external/v8/src/mips/ |
macro-assembler-mips.h | 318 Condition cond, Register src1, const Operand& src2); 325 Condition cond, Register src1, const Operand& src2); 678 void Push(Register src1, Register src2) { 680 sw(src1, MemOperand(sp, 1 * kPointerSize)); 685 void Push(Register src1, Register src2, Register src3) { 687 sw(src1, MemOperand(sp, 2 * kPointerSize)); 693 void Push(Register src1, Register src2, Register src3, Register src4) { 695 sw(src1, MemOperand(sp, 3 * kPointerSize)); 702 void Push(Register src1, Register src2, Register src3, Register src4, 705 sw(src1, MemOperand(sp, 4 * kPointerSize)) [all...] |