Home
last modified time | relevance | path

Searched refs:_is_separable (Results 1 – 4 of 4) sorted by relevance

/external/opencv/cv/include/
Dcv.hpp66 bool _is_separable, CvSize _ksize,
83 bool _is_separable, CvSize _ksize,
187 bool _is_separable, CvSize _ksize,
231 bool _is_separable, CvSize _ksize,
297 bool _is_separable, CvSize _ksize,
337 bool _is_separable, CvSize _ksize,
/external/opencv/cv/src/
Dcvfilter.cpp69 bool _is_separable, CvSize _ksize, CvPoint _anchor, in CvBaseImageFilter() argument
79 init( _max_width, _src_type, _dst_type, _is_separable, in CvBaseImageFilter()
125 bool _is_separable, CvSize _ksize, CvPoint _anchor, in init() argument
136 _dst_type == dst_type && _is_separable == is_separable && in init()
141 is_separable = _is_separable != 0; in init()
892 bool _is_separable, CvSize _ksize, in init() argument
896 CvBaseImageFilter::init( _max_width, _src_type, _dst_type, _is_separable, in init()
2200 bool _is_separable, CvSize _ksize, in init() argument
2204 CvBaseImageFilter::init( _max_width, _src_type, _dst_type, _is_separable, in init()
Dcvderiv.cpp466 bool _is_separable, CvSize _ksize, in init() argument
470 CvSepFilter::init( _max_width, _src_type, _dst_type, _is_separable, in init()
Dcvmorph.cpp293 bool _is_separable, CvSize _ksize, in init() argument
297 CvBaseImageFilter::init( _max_width, _src_type, _dst_type, _is_separable, in init()