Home
last modified time | relevance | path

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

/dports/graphics/opencv/opencv-4.5.3/modules/imgproc/src/
H A Dresize.cpp3024 const int* _tabofs ) in ResizeArea_Invoker() argument
3032 tabofs = _tabofs; in ResizeArea_Invoker()
3896 AutoBuffer<int> _tabofs(dsize.height + 1); in resize() local
3897 int* tabofs = _tabofs.data(); in resize()