Home
last modified time | relevance | path

Searched defs:p22 (Results 1 – 11 of 11) sorted by relevance

/external/opencv3/modules/cudaoptflow/src/cuda/
Dtvl1flow.cu218 const PtrStepf p21, const PtrStepf p22, in estimateUKernel()
298 … PtrStepSzf p11, PtrStepSzf p12, PtrStepSzf p21, PtrStepSzf p22, PtrStepSzf p31, PtrStepSzf p32, in estimateU()
320 …PtrStepf p11, PtrStepf p12, PtrStepf p21, PtrStepf p22, PtrStepf p31, PtrStepf p32, const float ta… in estimateDualVariablesKernel()
357 … PtrStepSzf p11, PtrStepSzf p12, PtrStepSzf p21, PtrStepSzf p22, PtrStepSzf p31, PtrStepSzf p32, in estimateDualVariables()
/external/clang/test/CXX/drs/
Ddr15xx.cpp132 int **p22 = f({ {1,2}, {3, 4} }); variable
143 int **p22 = f({ {1,2}, {3, 4} }); variable
/external/opencv3/modules/video/src/
Dtvl1flow.cpp281 UMat &p21, UMat &p22, UMat &u1, in estimateU()
323 UMat &p11, UMat &p12, UMat &p21, UMat &p22, float taut) in estimateDualVariables()
1098 mutable Mat_<float> p22; member
1147 Mat_<float>& p21, Mat_<float>& p22, in estimateDualVariables()
1219 UMat p22 = dum.p22_buf(Rect(0, 0, I0.cols, I0.rows)); in procOneScale_ocl() local
1301 Mat_<float> p22 = dm.p22_buf(Rect(0, 0, I0.cols, I0.rows)); in procOneScale() local
/external/opencv/cv/src/
Dcvposit.cpp304 float p22 = ata00 * ata11 - ata01 * ata01; in icvPseudoInverse3D() local
/external/opencv3/modules/calib3d/src/
Dposit.cpp304 float p22 = ata00 * ata11 - ata01 * ata01; in icvPseudoInverse3D() local
/external/skia/tests/
DPathOpsQuadIntersectionTest.cpp485 SkDPoint p22 = quad2.ptAtT(t22); in intersectionFinder() local
DPathOpsCubicIntersectionTest.cpp598 SkDPoint p22 = cubic2.ptAtT(t22); in intersectionFinder() local
/external/opencv3/modules/cudaoptflow/src/
Dtvl1flow.cpp322 GpuMat p22 = p22_buf(Rect(0, 0, I0.cols, I0.rows)); in procOneScale() local
/external/opencv3/modules/imgproc/test/
Dtest_imgwarp.cpp1393 Point3f p22(8,8,8); in TEST() local
1411 Point2f p22(8,8); in TEST() local
/external/opencv3/modules/hal/include/opencv2/hal/
Dintrin_sse.hpp1355 __m128i p22 = _mm_unpacklo_epi64(p12, p13); in v_store_interleave() local
1420 __m128i p22 = _mm_unpacklo_epi64(p12, p13); in v_store_interleave() local
/external/opencv3/modules/objdetect/src/
Dhog.cpp339 T p22 = imgPtr + xmap[x+3], p20 = p02; in computeGradient() local