Searched refs:ICV_DEF_WARP_PERSPECTIVE_BILINEAR_FUNC (Results 1 - 1 of 1) sorted by path

/external/opencv/cv/src/
H A Dcvimgwarp.cpp1225 #define ICV_DEF_WARP_PERSPECTIVE_BILINEAR_FUNC( flavor, arrtype, load_macro, cast_macro )\ macro
1308 ICV_DEF_WARP_PERSPECTIVE_BILINEAR_FUNC( 8u, uchar, CV_8TO32F, cvRound )
1309 ICV_DEF_WARP_PERSPECTIVE_BILINEAR_FUNC( 16u, ushort, CV_NOP, cvRound )
1310 ICV_DEF_WARP_PERSPECTIVE_BILINEAR_FUNC( 32f, float, CV_NOP, CV_NOP )

Completed in 244 milliseconds