Home
last modified time | relevance | path

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

/dports/graphics/opencv/opencv-4.5.3/modules/imgproc/src/
H A Dimgwarp.cpp143 static float Lanczos4Tab_f[INTER_TAB_SIZE2][8][8]; variable
224 tab = Lanczos4Tab_f[0][0], itab = Lanczos4Tab_i[0][0], ksize=8; in initInterTab2D()