L1                582 modules/calib3d/src/stereosgbm.cpp                         __m128i L0, L1, L2, L3;
L1                585 modules/calib3d/src/stereosgbm.cpp                         L1 = _mm_load_si128((const __m128i*)(Lr_p1 + d));
L1                592 modules/calib3d/src/stereosgbm.cpp                         L1 = _mm_min_epi16(L1, _mm_adds_epi16(_mm_loadu_si128((const __m128i*)(Lr_p1 + d - 1)), _P1));
L1                593 modules/calib3d/src/stereosgbm.cpp                         L1 = _mm_min_epi16(L1, _mm_adds_epi16(_mm_loadu_si128((const __m128i*)(Lr_p1 + d + 1)), _P1));
L1                604 modules/calib3d/src/stereosgbm.cpp                         L1 = _mm_min_epi16(L1, _delta1);
L1                605 modules/calib3d/src/stereosgbm.cpp                         L1 = _mm_adds_epi16(_mm_subs_epi16(L1, _delta1), Cpd);
L1                614 modules/calib3d/src/stereosgbm.cpp                         _mm_store_si128( (__m128i*)(Lr_p + d + D2), L1);
L1                619 modules/calib3d/src/stereosgbm.cpp                         __m128i t1 = _mm_min_epi16(_mm_unpacklo_epi16(L1, L3), _mm_unpackhi_epi16(L1, L3));
L1                625 modules/calib3d/src/stereosgbm.cpp                         L0 = _mm_adds_epi16(L0, L1);
L1                643 modules/calib3d/src/stereosgbm.cpp                         int Cpd = Cp[d], L0, L1, L2, L3;
L1                646 modules/calib3d/src/stereosgbm.cpp                         L1 = Cpd + std::min((int)Lr_p1[d], std::min(Lr_p1[d-1] + P1, std::min(Lr_p1[d+1] + P1, delta1))) - delta1;
L1                653 modules/calib3d/src/stereosgbm.cpp                         Lr_p[d + D2] = (CostType)L1;
L1                654 modules/calib3d/src/stereosgbm.cpp                         minL1 = std::min(minL1, L1);
L1                662 modules/calib3d/src/stereosgbm.cpp                         Sp[d] = saturate_cast<CostType>(Sp[d] + L0 + L1 + L2 + L3);
L1               2500 modules/core/src/stat.cpp     CV_DEF_NORM_FUNC(L1, suffix, type, l1type) \
L1                 92 modules/flann/include/opencv2/flann.hpp using ::cvflann::L1;
L1                394 modules/flann/include/opencv2/flann.hpp         ::cvflann::Index< L1<ElementType> >* nnIndex_L1;
L1                418 modules/flann/include/opencv2/flann.hpp         nnIndex_L1 = new ::cvflann::Index< L1<ElementType> >(m_dataset, params);
L1                547 modules/flann/include/opencv2/flann.hpp         return hierarchicalClustering< L1<ELEM_TYPE> >(features, centers, params);
L1                383 modules/flann/src/miniflann.cpp         buildIndex< ::cvflann::L1<float> >(index, data, params);
L1                436 modules/flann/src/miniflann.cpp             deleteIndex< ::cvflann::L1<float> >(index);
L1                568 modules/flann/src/miniflann.cpp         runKnnSearch< ::cvflann::L1<float> >(index, query, indices, dists, knn, params);
L1                612 modules/flann/src/miniflann.cpp         return runRadiusSearch< ::cvflann::L1<float> >(index, query, indices, dists, radius, params);
L1                672 modules/flann/src/miniflann.cpp         saveIndex< ::cvflann::L1<float> >(this, index, fout);
L1                772 modules/flann/src/miniflann.cpp         loadIndex< ::cvflann::L1<float> >(this, index, data, fin);