HomeSort by relevance Sort by last modified time
    Searched refs:srcB (Results 1 - 10 of 10) sorted by null

  /external/opencv/cv/src/
cvoptflowbm.cpp 555 // srcA, srcB - source image
572 CvMat stubB, *srcB = (CvMat*)srcarrB;
577 CV_CALL( srcB = cvGetMat( srcB, &stubB ));
582 if( !CV_ARE_TYPES_EQ( srcA, srcB ))
588 if( !CV_ARE_SIZES_EQ( srcA, srcB ) ||
599 if( srcA->step != srcB->step || velx->step != vely->step )
602 IPPI_CALL( icvCalcOpticalFlowBM_8u32fR( (uchar*)srcA->data.ptr, (uchar*)srcB->data.ptr,
cvoptflowhs.cpp 483 // srcA, srcB - source image
499 CvMat stubB, *srcB = (CvMat*)srcarrB;
504 CV_CALL( srcB = cvGetMat( srcB, &stubB ));
509 if( !CV_ARE_TYPES_EQ( srcA, srcB ))
515 if( !CV_ARE_SIZES_EQ( srcA, srcB ) ||
525 if( srcA->step != srcB->step || velx->step != vely->step )
528 IPPI_CALL( icvCalcOpticalFlowHS_8u32fR( (uchar*)srcA->data.ptr, (uchar*)srcB->data.ptr,
cvoptflowlk.cpp 560 // srcA, srcB - source image
575 CvMat stubB, *srcB = (CvMat*)srcarrB;
580 CV_CALL( srcB = cvGetMat( srcB, &stubB ));
585 if( !CV_ARE_TYPES_EQ( srcA, srcB ))
591 if( !CV_ARE_SIZES_EQ( srcA, srcB ) ||
601 if( srcA->step != srcB->step || velx->step != vely->step )
604 IPPI_CALL( icvCalcOpticalFlowLK_8u32fR( (uchar*)srcA->data.ptr, (uchar*)srcB->data.ptr,
  /external/webkit/Source/JavaScriptCore/dfg/
DFGJITCodeGenerator.h 451 void setupTwoStubArgs(GPRReg srcA, GPRReg srcB)
453 // Assuming that srcA != srcB, there are 7 interesting states the registers may be in:
459 // (6) srcB in in its correct reg.
460 // (7) srcB in in the incorrect reg.
462 // The trivial approach is to simply emit two moves, to put srcA in place then srcB in
464 // cases 1, 3, 4, 5, 6, and in cases where srcA==srcB. The two problem cases are 2
465 // (requires a swap) and 7 (must move srcB first, to avoid trampling.)
467 if (srcB != destA) {
470 m_jit.move(JITCompiler::gprToRegisterID(srcB), JITCompiler::gprToRegisterID(destB));
472 // Handle the non-swap case - just put srcB in place first
    [all...]
  /external/opencv/cxcore/src/
cxmatrix.cpp     [all...]
cxmatmul.cpp     [all...]
cxarithm.cpp     [all...]
cxdxt.cpp     [all...]
  /external/skia/src/core/
SkBlitter_ARGB32.cpp 59 int srcB = SkGetPackedB32(color);
91 blend32(srcB, dstB, maskB));
  /external/qemu/distrib/sdl-1.2.12/src/video/
SDL_blit_N.c     [all...]

Completed in 58 milliseconds