Home
last modified time | relevance | path

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

/external/opencv3/modules/imgproc/src/
Dfilter.cpp1255 struct SymmColumnVec_32f16s struct
1257 SymmColumnVec_32f16s() { symmetryType=0; } in SymmColumnVec_32f16s() function
1258 SymmColumnVec_32f16s(const Mat& _kernel, int _symmetryType, int, double _delta) in SymmColumnVec_32f16s() function
1267 int operator()(const uchar** _src, uchar* _dst, int width) const in operator ()()
1398 int symmetryType;
1399 float delta;
1400 Mat kernel;
1401 bool sse2_supported;
2779 struct SymmColumnVec_32f16s struct
2781 SymmColumnVec_32f16s() { symmetryType=0; } in SymmColumnVec_32f16s() argument
[all …]