Home
last modified time | relevance | path

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

/dports/graphics/opencv/opencv-4.5.3/modules/imgproc/src/
H A Dresize.cpp3031 ytab_size = _ytab_size; in ResizeArea_Invoker()
3146 int xtab_size0, ytab_size; member in cv::ResizeArea_Invoker
3154 const DecimateAlpha* ytab, int ytab_size, in resizeArea_() argument
3158 ResizeArea_Invoker<T, WT>(src, dst, xtab, xtab_size, ytab, ytab_size, tabofs), in resizeArea_()
3174 const DecimateAlpha* ytab, int ytab_size,
3894 int ytab_size = computeResizeAreaTab(src_height, dsize.height, 1, scale_y, ytab); in resize() local
3898 for( k = 0, dy = 0; k < ytab_size; k++ ) in resize()
3906 tabofs[dy] = ytab_size; in resize()
3908 func( src, dst, xtab, xtab_size, ytab, ytab_size, tabofs ); in resize()