Home
last modified time | relevance | path

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

/dports/graphics/opencv/opencv-4.5.3/modules/imgproc/src/
H A Dresize.cpp894 typedef void(*be_resize_func)(const uchar* src, size_t src_step, int src_width, int src_height, typedef
3796 static be_resize_func linear_exact_tab[] = in resize()
3827 be_resize_func func = linear_exact_tab[depth]; in resize()