Searched defs:_mtx (Results 1 – 7 of 7) sorted by relevance
/external/harfbuzz_ng/src/ |
D | hb-ot-hmtx-table.hh | 53 struct _mtx struct 55 static const hb_tag_t tableTag = HB_TAG('_','m','t','x'); 57 static const hb_tag_t hmtxTag = HB_OT_TAG_hmtx; 58 static const hb_tag_t vmtxTag = HB_OT_TAG_vmtx; 60 inline bool sanitize (hb_sanitize_context_t *c) const in sanitize() 69 LongMetric longMetric[VAR]; /* Paired advance width and leading 77 FWORD leadingBearingX[VAR]; /* Here the advance is assumed
|
/external/opencv3/modules/objdetect/src/ |
D | haar.cpp | 1289 bool _outputLevels, Mutex *_mtx ) in HaarDetectObjects_ScaleImage_Invoker() 1426 std::vector<Rect>& _vec, Mutex* _mtx ) in HaarDetectObjects_ScaleCascade_Invoker()
|
D | hog.cpp | 1567 const double* _levelScale, std::vector<Rect> * _vec, Mutex* _mtx, in HOGInvoker() 3275 std::vector<Rect>* _vec, Mutex* _mtx ) in HOGConfInvoker()
|
D | cascadedetect.cpp | 1009 bool outputLevels, const Mat& _mask, Mutex* _mtx) in CascadeClassifierInvoker()
|
/external/opencv3/modules/flann/include/opencv2/flann/ |
D | kmeans_index.h | 279 … _count, int* _belongs_to, std::vector<DistanceType>& _radiuses, bool& _converged, cv::Mutex& _mtx) in KMeansDistanceComputer()
|
/external/opencv3/modules/core/src/ |
D | matmul.cpp | 1943 void cv::transform( InputArray _src, OutputArray _dst, InputArray _mtx ) in transform() 2121 void cv::perspectiveTransform( InputArray _src, OutputArray _dst, InputArray _mtx ) in perspectiveTransform()
|
/external/opencv3/modules/core/include/opencv2/core/ |
D | matx.hpp | 858 MatxCommaInitializer<_Tp, m, n>::MatxCommaInitializer(Matx<_Tp, m, n>* _mtx) in MatxCommaInitializer()
|