L2                582 modules/calib3d/src/stereosgbm.cpp                         __m128i L0, L1, L2, L3;
L2                586 modules/calib3d/src/stereosgbm.cpp                         L2 = _mm_load_si128((const __m128i*)(Lr_p2 + d));
L2                595 modules/calib3d/src/stereosgbm.cpp                         L2 = _mm_min_epi16(L2, _mm_adds_epi16(_mm_loadu_si128((const __m128i*)(Lr_p2 + d - 1)), _P1));
L2                596 modules/calib3d/src/stereosgbm.cpp                         L2 = _mm_min_epi16(L2, _mm_adds_epi16(_mm_loadu_si128((const __m128i*)(Lr_p2 + d + 1)), _P1));
L2                607 modules/calib3d/src/stereosgbm.cpp                         L2 = _mm_min_epi16(L2, _delta2);
L2                608 modules/calib3d/src/stereosgbm.cpp                         L2 = _mm_adds_epi16(_mm_subs_epi16(L2, _delta2), Cpd);
L2                615 modules/calib3d/src/stereosgbm.cpp                         _mm_store_si128( (__m128i*)(Lr_p + d + D2*2), L2);
L2                618 modules/calib3d/src/stereosgbm.cpp                         __m128i t0 = _mm_min_epi16(_mm_unpacklo_epi16(L0, L2), _mm_unpackhi_epi16(L0, L2));
L2                626 modules/calib3d/src/stereosgbm.cpp                         L2 = _mm_adds_epi16(L2, L3);
L2                628 modules/calib3d/src/stereosgbm.cpp                         Sval = _mm_adds_epi16(Sval, L2);
L2                643 modules/calib3d/src/stereosgbm.cpp                         int Cpd = Cp[d], L0, L1, L2, L3;
L2                647 modules/calib3d/src/stereosgbm.cpp                         L2 = Cpd + std::min((int)Lr_p2[d], std::min(Lr_p2[d-1] + P1, std::min(Lr_p2[d+1] + P1, delta2))) - delta2;
L2                656 modules/calib3d/src/stereosgbm.cpp                         Lr_p[d + D2*2] = (CostType)L2;
L2                657 modules/calib3d/src/stereosgbm.cpp                         minL2 = std::min(minL2, L2);
L2                662 modules/calib3d/src/stereosgbm.cpp                         Sp[d] = saturate_cast<CostType>(Sp[d] + L0 + L1 + L2 + L3);
L2               2501 modules/core/src/stat.cpp     CV_DEF_NORM_FUNC(L2, suffix, type, l2type)
L2                336 modules/features2d/test/test_descriptors_regression.cpp     CV_DescriptorExtractorTest< L2<float> > test( "descriptor-kaze",  0.03f,
L2                338 modules/features2d/test/test_descriptors_regression.cpp                                                  L2<float>(), KAZE::create() );
L2                 91 modules/flann/include/opencv2/flann.hpp using ::cvflann::L2;
L2                347 modules/flann/include/opencv2/flann.hpp         typedef typename L2<T>::ElementType ElementType;
L2                348 modules/flann/include/opencv2/flann.hpp         typedef typename L2<T>::ResultType DistanceType;
L2                393 modules/flann/include/opencv2/flann.hpp         ::cvflann::Index< L2<ElementType> >* nnIndex_L2;
L2                415 modules/flann/include/opencv2/flann.hpp         nnIndex_L2 = new ::cvflann::Index< L2<ElementType> >(m_dataset, params);
L2                544 modules/flann/include/opencv2/flann.hpp         return hierarchicalClustering< L2<ELEM_TYPE> >(features, centers, params);
L2                805 modules/flann/include/opencv2/flann/dist.h struct squareDistance<L2<ElementType>, ElementType>
L2                807 modules/flann/include/opencv2/flann/dist.h     typedef typename L2<ElementType>::ResultType ResultType;
L2                865 modules/flann/include/opencv2/flann/dist.h struct simpleDistance<L2<ElementType>, ElementType>
L2                867 modules/flann/include/opencv2/flann/dist.h     typedef typename L2<ElementType>::ResultType ResultType;
L2                380 modules/flann/src/miniflann.cpp         buildIndex< ::cvflann::L2<float> >(index, data, params);
L2                433 modules/flann/src/miniflann.cpp             deleteIndex< ::cvflann::L2<float> >(index);
L2                565 modules/flann/src/miniflann.cpp         runKnnSearch< ::cvflann::L2<float> >(index, query, indices, dists, knn, params);
L2                610 modules/flann/src/miniflann.cpp         return runRadiusSearch< ::cvflann::L2<float> >(index, query, indices, dists, radius, params);
L2                669 modules/flann/src/miniflann.cpp         saveIndex< ::cvflann::L2<float> >(this, index, fout);
L2                769 modules/flann/src/miniflann.cpp         loadIndex< ::cvflann::L2<float> >(this, index, data, fin);
L2                 78 modules/photo/src/denoise_tvl1.cpp         const double L2 = 8.0, tau = 0.02, sigma = 1./(L2*tau), theta = 1.0;