Searched defs:INTER_RESIZE_COEF_BITS (Results 1 - 1 of 1) sorted by relevance

/external/opencv3/modules/imgproc/src/
H A Dimgwarp.cpp126 const int INTER_RESIZE_COEF_BITS=11; member in namespace:cv
127 const int INTER_RESIZE_COEF_SCALE=1 << INTER_RESIZE_COEF_BITS;
1481 struct VResizeLinear<uchar, int, short, FixedPtCast<int, uchar, INTER_RESIZE_COEF_BITS*2>, VResizeLinearVec_32s8u>
2988 "-D INTER_RESIZE_COEF_BITS=%d",
2992 cn, INTER_RESIZE_COEF_BITS));
3005 "-D INTER_RESIZE_COEF_BITS=%d",
3009 cn, INTER_RESIZE_COEF_BITS));
3109 FixedPtCast<int, uchar, INTER_RESIZE_COEF_BITS*2>,
3141 FixedPtCast<int, uchar, INTER_RESIZE_COEF_BITS*2>,
3168 FixedPtCast<int, uchar, INTER_RESIZE_COEF_BITS*
[all...]

Completed in 259 milliseconds