/external/opencv3/modules/cudaoptflow/src/cuda/ |
D | tvl1flow.cu | 218 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/ |
D | dr15xx.cpp | 132 int **p22 = f({ {1,2}, {3, 4} }); variable 143 int **p22 = f({ {1,2}, {3, 4} }); variable
|
/external/opencv3/modules/video/src/ |
D | tvl1flow.cpp | 281 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/ |
D | cvposit.cpp | 304 float p22 = ata00 * ata11 - ata01 * ata01; in icvPseudoInverse3D() local
|
/external/opencv3/modules/calib3d/src/ |
D | posit.cpp | 304 float p22 = ata00 * ata11 - ata01 * ata01; in icvPseudoInverse3D() local
|
/external/skia/tests/ |
D | PathOpsQuadIntersectionTest.cpp | 485 SkDPoint p22 = quad2.ptAtT(t22); in intersectionFinder() local
|
D | PathOpsCubicIntersectionTest.cpp | 598 SkDPoint p22 = cubic2.ptAtT(t22); in intersectionFinder() local
|
/external/opencv3/modules/cudaoptflow/src/ |
D | tvl1flow.cpp | 322 GpuMat p22 = p22_buf(Rect(0, 0, I0.cols, I0.rows)); in procOneScale() local
|
/external/opencv3/modules/imgproc/test/ |
D | test_imgwarp.cpp | 1393 Point3f p22(8,8,8); in TEST() local 1411 Point2f p22(8,8); in TEST() local
|
/external/opencv3/modules/hal/include/opencv2/hal/ |
D | intrin_sse.hpp | 1355 __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/ |
D | hog.cpp | 339 T p22 = imgPtr + xmap[x+3], p20 = p02; in computeGradient() local
|