Home
last modified time | relevance | path

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

/external/opencv3/modules/imgproc/src/
Dimgwarp.cpp313 template<typename ST, typename DT, int bits> struct FixedPtCast struct
1481 struct VResizeLinear<uchar, int, short, FixedPtCast<int, uchar, INTER_RESIZE_COEF_BITS*2>, VResizeL…
3109 FixedPtCast<int, uchar, INTER_RESIZE_COEF_BITS*2>, in resize()
3141 FixedPtCast<int, uchar, INTER_RESIZE_COEF_BITS*2>, in resize()
3168 FixedPtCast<int, uchar, INTER_RESIZE_COEF_BITS*2>, in resize()
4636 remapBilinear<FixedPtCast<int, uchar, INTER_REMAP_COEF_BITS>, RemapVec_8u, short>, 0, in remap()
4645 … remapBicubic<FixedPtCast<int, uchar, INTER_REMAP_COEF_BITS>, short, INTER_REMAP_COEF_SCALE>, 0, in remap()
4654 … remapLanczos4<FixedPtCast<int, uchar, INTER_REMAP_COEF_BITS>, short, INTER_REMAP_COEF_SCALE>, 0, in remap()
Dfilter.cpp3601 template<typename ST, typename DT, int bits> struct FixedPtCast struct