Searched refs:_pp (Results 1 – 5 of 5) sorted by relevance
/external/opencv/cv/src/ |
D | cvcalibration.cpp | 2284 double _om[3], _t[3], _uu[3]={0,0,0}, _r_r[3][3], _pp[3][4]; in cvStereoRectify() local 2290 CvMat pp = cvMat(3, 4, CV_64F, _pp); in cvStereoRectify() 2373 _pp[0][0] = _pp[1][1] = fc_new; in cvStereoRectify() 2374 _pp[0][2] = cc_new[0].x; in cvStereoRectify() 2375 _pp[1][2] = cc_new[0].y; in cvStereoRectify() 2376 _pp[2][2] = 1; in cvStereoRectify() 2379 _pp[0][2] = cc_new[1].x; in cvStereoRectify() 2380 _pp[1][2] = cc_new[1].y; in cvStereoRectify() 2381 _pp[idx][3] = _t[idx]*fc_new; // baseline * focal length in cvStereoRectify()
|
/external/opencv3/modules/calib3d/src/ |
D | calibration.cpp | 2147 double _om[3], _t[3], _uu[3]={0,0,0}, _r_r[3][3], _pp[3][4]; in cvStereoRectify() local 2155 CvMat pp = cvMat(3, 4, CV_64F, _pp); in cvStereoRectify() 2253 _pp[0][0] = _pp[1][1] = fc_new; in cvStereoRectify() 2254 _pp[0][2] = cc_new[0].x; in cvStereoRectify() 2255 _pp[1][2] = cc_new[0].y; in cvStereoRectify() 2256 _pp[2][2] = 1; in cvStereoRectify() 2259 _pp[0][2] = cc_new[1].x; in cvStereoRectify() 2260 _pp[1][2] = cc_new[1].y; in cvStereoRectify() 2261 _pp[idx][3] = _t[idx]*fc_new; // baseline * focal length in cvStereoRectify()
|
/external/webrtc/data/voice_engine/stereo_rtp_files/ |
D | toggling_stereo_g729_pt18_pt125.rtp | 1595 …�?\���I��X��_�\t�?]���I��X.�V��zZ\~�?^��5I��X���_pp��\��?_���I�…
|
/external/opencv3/3rdparty/libpng/ |
D | CHANGES | 733 Renamed png_spalette (_p, _pp) to png_sPLT_t (_tp, _tpp)
|
/external/libpng/ |
D | CHANGES | 741 Renamed png_spalette (_p, _pp) to png_sPLT_t (_tp, _tpp)
|