Home
last modified time | relevance | path

Searched defs:R13 (Results 1 – 8 of 8) sorted by relevance

/external/opencv3/samples/cpp/
D3calibration.cpp54 Mat& R12, Mat& T12, Mat& R13, Mat& T13) in run3Calibration()
255 Mat R13=Mat_<double>::eye(3,3), T13=Mat_<double>::zeros(3,1); in main() local
/external/libunwind/src/x86_64/
Dunwind_i.h52 #define R13 13 macro
/external/kernel-headers/original/uapi/asm-x86/asm/
Dptrace-abi.h34 #define R13 16 macro
/external/llvm/include/llvm/DebugInfo/PDB/
DPDBTypes.h417 R13 = 341, enumerator
/external/opencv3/modules/calib3d/src/
Dcalibration.cpp3564 …Mat R12 = _Rmat12.getMat(), R13 = _Rmat13.getMat(), T12 = _Tmat12.getMat(), T13 = _Tmat13.getMat(); in rectify3Collinear() local
/external/opencv3/modules/java/src/
Dcalib3d+Calib3d.java783 …3, List<Mat> imgpt1, List<Mat> imgpt3, Size imageSize, Mat R12, Mat T12, Mat R13, Mat T13, Mat R1,… in rectify3Collinear()
Dcalib3d.cpp2907 Mat& R13 = *((Mat*)R13_nativeObj); in Java_org_opencv_calib3d_Calib3d_rectify3Collinear_10() local
/external/llvm/lib/Target/X86/
DX86ISelLowering.cpp18776 SDValue R13 = DAG.getVectorShuffle(VT, dl, R1, R3, {-1, 1, -1, 7}); in LowerShift() local