Home
last modified time | relevance | path

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

/dports/graphics/opencv/opencv-4.5.3/modules/imgproc/src/opencl/
H A Dwarp_perspective.cl59 #define INTER_REMAP_COEF_BITS 15
60 #define INTER_REMAP_COEF_SCALE (1 << INTER_REMAP_COEF_BITS)
157 …storepix(convertToT((val + (1 << (INTER_REMAP_COEF_BITS-1))) >> INTER_REMAP_COEF_BITS), dstptr + d…
226 …storepix(convertToT( (sum + (1 << (INTER_REMAP_COEF_BITS-1))) >> INTER_REMAP_COEF_BITS ), dstptr +…
H A Dwarp_affine.cl59 #define INTER_REMAP_COEF_BITS 15
60 #define INTER_REMAP_COEF_SCALE (1 << INTER_REMAP_COEF_BITS)
183 …storepix(convertToT((val + (1 << (INTER_REMAP_COEF_BITS-1))) >> INTER_REMAP_COEF_BITS), dstptr + d…
323 …storepix(convertToT( (sum + (1 << (INTER_REMAP_COEF_BITS-1))) >> INTER_REMAP_COEF_BITS ), dstptr +…
/dports/graphics/opencv/opencv-4.5.3/modules/imgproc/src/
H A Dimgwarp.cpp127 const int INTER_REMAP_COEF_BITS=15; variable
128 const int INTER_REMAP_COEF_SCALE=1 << INTER_REMAP_COEF_BITS;
537 v0 = v0 >> INTER_REMAP_COEF_BITS; in operator ()()
538 v2 = v2 >> INTER_REMAP_COEF_BITS; in operator ()()
584 result0 = v_dotprod(u0, w00, v_dotprod(v0, w01, delta)) >> INTER_REMAP_COEF_BITS; in operator ()()
585 result1 = v_dotprod(u1, w10, v_dotprod(v1, w11, delta)) >> INTER_REMAP_COEF_BITS; in operator ()()
630 result0 = v_dotprod(u0, w00, v_dotprod(v0, w01, delta)) >> INTER_REMAP_COEF_BITS; in operator ()()
631 result1 = v_dotprod(u1, w10, v_dotprod(v1, w11, delta)) >> INTER_REMAP_COEF_BITS; in operator ()()
1678 remapBilinear<FixedPtCast<int, uchar, INTER_REMAP_COEF_BITS>, RemapVec_8u, short>, 0, in remap()
1687 … remapBicubic<FixedPtCast<int, uchar, INTER_REMAP_COEF_BITS>, short, INTER_REMAP_COEF_SCALE>, 0, in remap()
[all …]