Home
last modified time | relevance | path

Searched refs:_ofs (Results 1 – 3 of 3) sorted by relevance

/external/opencv3/modules/ml/src/
Dsvm.cpp416 DecisionFunc(double _rho, int _ofs) : rho(_rho), ofs(_ofs) {} in DecisionFunc()
/external/opencv3/modules/imgproc/src/
Dimgwarp.cpp2413 int _scale_x, int _scale_y, const int* _ofs, const int* _xofs) : in resizeAreaFast_Invoker() argument
2415 scale_y(_scale_y), ofs(_ofs), xofs(_xofs) in resizeAreaFast_Invoker()
3302 AutoBuffer<int> _ofs(area + dsize.width*cn); in resize() local
3303 int* ofs = _ofs; in resize()
/external/opencv3/modules/core/src/
Dpersistence.cpp5323 const CvFileNode* _node, size_t _ofs) in FileNodeIterator() argument
5341 (*this) += (int)_ofs; in FileNodeIterator()