Home
last modified time | relevance | path

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

/dports/graphics/opencv/opencv-4.5.3/modules/imgproc/src/
H A Dresize.cpp3890 AutoBuffer<DecimateAlpha> _xytab((src_width + src_height)*2); in resize() local
3891 DecimateAlpha* xtab = _xytab.data(), *ytab = xtab + src_width*2; in resize()