Searched refs:_bufType (Results 1 – 1 of 1) sorted by relevance
/external/opencv3/modules/imgproc/src/ |
D | filter.cpp | 84 int _srcType, int _dstType, int _bufType, in FilterEngine() argument 88 init(_filter2D, _rowFilter, _columnFilter, _srcType, _dstType, _bufType, in FilterEngine() 100 int _srcType, int _dstType, int _bufType, in init() argument 105 _bufType = CV_MAT_TYPE(_bufType); in init() 111 bufType = _bufType; in init() 3830 int _bufType = CV_MAKETYPE(bdepth, cn); in createSeparableLinearFilter() local 3832 _srcType, _bufType, rowKernel, _anchor.x, rtype); in createSeparableLinearFilter() 3834 _bufType, _dstType, columnKernel, _anchor.y, ctype, _delta, bits ); in createSeparableLinearFilter() 3837 _srcType, _dstType, _bufType, _rowBorderType, _columnBorderType, _borderValue )); in createSeparableLinearFilter()
|