INTER_TAB_SIZE    475 modules/calib3d/src/fisheye.cpp                 int iu = cv::saturate_cast<int>(u*cv::INTER_TAB_SIZE);
INTER_TAB_SIZE    476 modules/calib3d/src/fisheye.cpp                 int iv = cv::saturate_cast<int>(v*cv::INTER_TAB_SIZE);
INTER_TAB_SIZE    479 modules/calib3d/src/fisheye.cpp                 m2[j] = (ushort)((iv & (cv::INTER_TAB_SIZE-1))*cv::INTER_TAB_SIZE + (iu & (cv::INTER_TAB_SIZE-1)));
INTER_TAB_SIZE    278 modules/imgproc/include/opencv2/imgproc.hpp        INTER_TAB_SIZE2 = INTER_TAB_SIZE * INTER_TAB_SIZE
INTER_TAB_SIZE    232 modules/imgproc/src/imgwarp.cpp         AutoBuffer<float> _tab(8*INTER_TAB_SIZE);
INTER_TAB_SIZE    234 modules/imgproc/src/imgwarp.cpp         initInterTab1D(method, _tab, INTER_TAB_SIZE);
INTER_TAB_SIZE    235 modules/imgproc/src/imgwarp.cpp         for( i = 0; i < INTER_TAB_SIZE; i++ )
INTER_TAB_SIZE    236 modules/imgproc/src/imgwarp.cpp             for( j = 0; j < INTER_TAB_SIZE; j++, tab += ksize*ksize, itab += ksize*ksize )
INTER_TAB_SIZE    239 modules/imgproc/src/imgwarp.cpp                 NNDeltaTab_i[i*INTER_TAB_SIZE+j][0] = j < INTER_TAB_SIZE/2;
INTER_TAB_SIZE    240 modules/imgproc/src/imgwarp.cpp                 NNDeltaTab_i[i*INTER_TAB_SIZE+j][1] = i < INTER_TAB_SIZE/2;
INTER_TAB_SIZE   4372 modules/imgproc/src/imgwarp.cpp                             __m128 scale = _mm_set1_ps((float)INTER_TAB_SIZE);
INTER_TAB_SIZE   4373 modules/imgproc/src/imgwarp.cpp                             __m128i mask = _mm_set1_epi32(INTER_TAB_SIZE-1);
INTER_TAB_SIZE   4406 modules/imgproc/src/imgwarp.cpp                         float32x4_t v_scale = vdupq_n_f32((float)INTER_TAB_SIZE);
INTER_TAB_SIZE   4407 modules/imgproc/src/imgwarp.cpp                         int32x4_t v_scale2 = vdupq_n_s32(INTER_TAB_SIZE - 1), v_scale3 = vdupq_n_s32(INTER_TAB_SIZE);
INTER_TAB_SIZE   4425 modules/imgproc/src/imgwarp.cpp                             int sx = cvRound(sX[x1]*INTER_TAB_SIZE);
INTER_TAB_SIZE   4426 modules/imgproc/src/imgwarp.cpp                             int sy = cvRound(sY[x1]*INTER_TAB_SIZE);
INTER_TAB_SIZE   4427 modules/imgproc/src/imgwarp.cpp                             int v = (sy & (INTER_TAB_SIZE-1))*INTER_TAB_SIZE + (sx & (INTER_TAB_SIZE-1));
INTER_TAB_SIZE   4439 modules/imgproc/src/imgwarp.cpp                         float32x4_t v_scale = vdupq_n_f32(INTER_TAB_SIZE);
INTER_TAB_SIZE   4440 modules/imgproc/src/imgwarp.cpp                         int32x4_t v_scale2 = vdupq_n_s32(INTER_TAB_SIZE-1), v_scale3 = vdupq_n_s32(INTER_TAB_SIZE);
INTER_TAB_SIZE   4459 modules/imgproc/src/imgwarp.cpp                             int sx = cvRound(sXY[x1*2]*INTER_TAB_SIZE);
INTER_TAB_SIZE   4460 modules/imgproc/src/imgwarp.cpp                             int sy = cvRound(sXY[x1*2+1]*INTER_TAB_SIZE);
INTER_TAB_SIZE   4461 modules/imgproc/src/imgwarp.cpp                             int v = (sy & (INTER_TAB_SIZE-1))*INTER_TAB_SIZE + (sx & (INTER_TAB_SIZE-1));
INTER_TAB_SIZE   4838 modules/imgproc/src/imgwarp.cpp     const float scale = 1.f/INTER_TAB_SIZE;
INTER_TAB_SIZE   4901 modules/imgproc/src/imgwarp.cpp                 float32x4_t v_scale = vdupq_n_f32((float)INTER_TAB_SIZE);
INTER_TAB_SIZE   4902 modules/imgproc/src/imgwarp.cpp                 int32x4_t v_mask = vdupq_n_s32(INTER_TAB_SIZE - 1);
INTER_TAB_SIZE   4928 modules/imgproc/src/imgwarp.cpp                     __m128 v_its = _mm_set1_ps(INTER_TAB_SIZE);
INTER_TAB_SIZE   4929 modules/imgproc/src/imgwarp.cpp                     __m128i v_its1 = _mm_set1_epi32(INTER_TAB_SIZE-1);
INTER_TAB_SIZE   4974 modules/imgproc/src/imgwarp.cpp                     int ix = saturate_cast<int>(src1f[x]*INTER_TAB_SIZE);
INTER_TAB_SIZE   4975 modules/imgproc/src/imgwarp.cpp                     int iy = saturate_cast<int>(src2f[x]*INTER_TAB_SIZE);
INTER_TAB_SIZE   4978 modules/imgproc/src/imgwarp.cpp                     dst2[x] = (ushort)((iy & (INTER_TAB_SIZE-1))*INTER_TAB_SIZE + (ix & (INTER_TAB_SIZE-1)));
INTER_TAB_SIZE   5006 modules/imgproc/src/imgwarp.cpp                 float32x4_t v_scale = vdupq_n_f32((float)INTER_TAB_SIZE);
INTER_TAB_SIZE   5007 modules/imgproc/src/imgwarp.cpp                 int32x4_t v_mask = vdupq_n_s32(INTER_TAB_SIZE - 1);
INTER_TAB_SIZE   5034 modules/imgproc/src/imgwarp.cpp                     __m128 v_its = _mm_set1_ps(INTER_TAB_SIZE);
INTER_TAB_SIZE   5035 modules/imgproc/src/imgwarp.cpp                     __m128i v_its1 = _mm_set1_epi32(INTER_TAB_SIZE-1);
INTER_TAB_SIZE   5036 modules/imgproc/src/imgwarp.cpp                     __m128i v_y_mask = _mm_set1_epi32((INTER_TAB_SIZE-1) << 16);
INTER_TAB_SIZE   5058 modules/imgproc/src/imgwarp.cpp                     int ix = saturate_cast<int>(src1f[x*2]*INTER_TAB_SIZE);
INTER_TAB_SIZE   5059 modules/imgproc/src/imgwarp.cpp                     int iy = saturate_cast<int>(src1f[x*2+1]*INTER_TAB_SIZE);
INTER_TAB_SIZE   5062 modules/imgproc/src/imgwarp.cpp                     dst2[x] = (ushort)((iy & (INTER_TAB_SIZE-1))*INTER_TAB_SIZE + (ix & (INTER_TAB_SIZE-1)));
INTER_TAB_SIZE   5070 modules/imgproc/src/imgwarp.cpp             uint32x4_t v_zero = vdupq_n_u32(0u), v_mask = vdupq_n_u32(INTER_TAB_SIZE-1);
INTER_TAB_SIZE   5102 modules/imgproc/src/imgwarp.cpp             __m128i v_zero = _mm_setzero_si128(), v_mask = _mm_set1_epi32(INTER_TAB_SIZE-1);
INTER_TAB_SIZE   5142 modules/imgproc/src/imgwarp.cpp                 dst1f[x] = src1[x*2] + (fxy & (INTER_TAB_SIZE-1))*scale;
INTER_TAB_SIZE   5150 modules/imgproc/src/imgwarp.cpp             int32x4_t v_zero = vdupq_n_s32(0), v_mask = vdupq_n_s32(INTER_TAB_SIZE-1);
INTER_TAB_SIZE   5183 modules/imgproc/src/imgwarp.cpp                 __m128i v_zero = _mm_set1_epi32(0), v_mask = _mm_set1_epi32(INTER_TAB_SIZE-1);
INTER_TAB_SIZE   5204 modules/imgproc/src/imgwarp.cpp                 dst1f[x*2] = src1[x*2] + (fxy & (INTER_TAB_SIZE-1))*scale;
INTER_TAB_SIZE   5235 modules/imgproc/src/imgwarp.cpp         int round_delta = interpolation == INTER_NEAREST ? AB_SCALE/2 : AB_SCALE/INTER_TAB_SIZE/2, x, y, x1, y1;
INTER_TAB_SIZE   5319 modules/imgproc/src/imgwarp.cpp                             __m128i fxy_mask = _mm_set1_epi32(INTER_TAB_SIZE - 1);
INTER_TAB_SIZE   5350 modules/imgproc/src/imgwarp.cpp                         int32x4_t v__X0 = vdupq_n_s32(X0), v__Y0 = vdupq_n_s32(Y0), v_mask = vdupq_n_s32(INTER_TAB_SIZE - 1);
INTER_TAB_SIZE   5377 modules/imgproc/src/imgwarp.cpp                             alpha[x1] = (short)((Y & (INTER_TAB_SIZE-1))*INTER_TAB_SIZE +
INTER_TAB_SIZE   5378 modules/imgproc/src/imgwarp.cpp                                     (X & (INTER_TAB_SIZE-1)));
INTER_TAB_SIZE   5720 modules/imgproc/src/imgwarp.cpp                 v_its = _mm_set1_pd(INTER_TAB_SIZE);
INTER_TAB_SIZE   5721 modules/imgproc/src/imgwarp.cpp         __m128i v_itsi1 = _mm_set1_epi32(INTER_TAB_SIZE - 1);
INTER_TAB_SIZE   5999 modules/imgproc/src/imgwarp.cpp                             W = W ? INTER_TAB_SIZE/W : 0;
INTER_TAB_SIZE   6007 modules/imgproc/src/imgwarp.cpp                             alpha[x1] = (short)((Y & (INTER_TAB_SIZE-1))*INTER_TAB_SIZE +
INTER_TAB_SIZE   6008 modules/imgproc/src/imgwarp.cpp                                                 (X & (INTER_TAB_SIZE-1)));
INTER_TAB_SIZE     71 modules/imgproc/src/opencl/remap.cl     INTER_TAB_SIZE = 1 << INTER_BITS,
INTER_TAB_SIZE     72 modules/imgproc/src/opencl/remap.cl     INTER_TAB_SIZE2 = INTER_TAB_SIZE * INTER_TAB_SIZE
INTER_TAB_SIZE    296 modules/imgproc/src/opencl/remap.cl                 int dx = (map2Value & (INTER_TAB_SIZE - 1)) < (INTER_TAB_SIZE >> 1) ? 1 : 0;
INTER_TAB_SIZE    297 modules/imgproc/src/opencl/remap.cl                 int dy = (map2Value >> INTER_BITS) < (INTER_TAB_SIZE >> 1) ? 1 : 0;
INTER_TAB_SIZE    357 modules/imgproc/src/opencl/remap.cl                 WT2 u = (WT2)(map2Value & (INTER_TAB_SIZE - 1), map2Value >> INTER_BITS) / (WT2)(INTER_TAB_SIZE);
INTER_TAB_SIZE    417 modules/imgproc/src/opencl/remap.cl                 int sx = convert_int_sat_rtz(mad(xf, INTER_TAB_SIZE, 0.5f)) >> INTER_BITS;
INTER_TAB_SIZE    418 modules/imgproc/src/opencl/remap.cl                 int sy = convert_int_sat_rtz(mad(yf, INTER_TAB_SIZE, 0.5f)) >> INTER_BITS;
INTER_TAB_SIZE    420 modules/imgproc/src/opencl/remap.cl                 __constant float * coeffs_x = coeffs + ((convert_int_rte(xf * INTER_TAB_SIZE) & (INTER_TAB_SIZE - 1)) << 1);
INTER_TAB_SIZE    421 modules/imgproc/src/opencl/remap.cl                 __constant float * coeffs_y = coeffs + ((convert_int_rte(yf * INTER_TAB_SIZE) & (INTER_TAB_SIZE - 1)) << 1);
INTER_TAB_SIZE    466 modules/imgproc/src/opencl/remap.cl                 WT2 u = convertToWT2(convert_int2_rte(convertToWT2(_u) * (WT2)INTER_TAB_SIZE)) / (WT2)INTER_TAB_SIZE;
INTER_TAB_SIZE    529 modules/imgproc/src/opencl/remap.cl                 WT2 u = convertToWT2(convert_int2_rte(convertToWT2(_u) * (WT2)INTER_TAB_SIZE)) / (WT2)INTER_TAB_SIZE;
INTER_TAB_SIZE     59 modules/imgproc/src/opencl/warp_affine.cl #define INTER_SCALE 1.f/INTER_TAB_SIZE
INTER_TAB_SIZE    155 modules/imgproc/src/opencl/warp_affine.cl             short ax = convert_short(X0 & (INTER_TAB_SIZE-1)), ay = convert_short(Y0 & (INTER_TAB_SIZE-1));
INTER_TAB_SIZE    174 modules/imgproc/src/opencl/warp_affine.cl             float taby = 1.f/INTER_TAB_SIZE*ay;
INTER_TAB_SIZE    175 modules/imgproc/src/opencl/warp_affine.cl             float tabx = 1.f/INTER_TAB_SIZE*ax;
INTER_TAB_SIZE    284 modules/imgproc/src/opencl/warp_affine.cl         int ay = (short)(Y0 & (INTER_TAB_SIZE - 1)), ax = (short)(X0 & (INTER_TAB_SIZE - 1));
INTER_TAB_SIZE     59 modules/imgproc/src/opencl/warp_perspective.cl #define INTER_SCALE 1.f / INTER_TAB_SIZE
INTER_TAB_SIZE    131 modules/imgproc/src/opencl/warp_perspective.cl         W = W != 0.0f ? INTER_TAB_SIZE / W : 0.0f;
INTER_TAB_SIZE    136 modules/imgproc/src/opencl/warp_perspective.cl         short ay = (short)(Y & (INTER_TAB_SIZE - 1));
INTER_TAB_SIZE    137 modules/imgproc/src/opencl/warp_perspective.cl         short ax = (short)(X & (INTER_TAB_SIZE - 1));
INTER_TAB_SIZE    148 modules/imgproc/src/opencl/warp_perspective.cl         float taby = 1.f/INTER_TAB_SIZE*ay;
INTER_TAB_SIZE    149 modules/imgproc/src/opencl/warp_perspective.cl         float tabx = 1.f/INTER_TAB_SIZE*ax;
INTER_TAB_SIZE    193 modules/imgproc/src/opencl/warp_perspective.cl         W = W != 0.0f ? INTER_TAB_SIZE / W : 0.0f;
INTER_TAB_SIZE    198 modules/imgproc/src/opencl/warp_perspective.cl         short ay = (short)(Y & (INTER_TAB_SIZE-1));
INTER_TAB_SIZE    199 modules/imgproc/src/opencl/warp_perspective.cl         short ax = (short)(X & (INTER_TAB_SIZE-1));
INTER_TAB_SIZE    149 modules/imgproc/src/undistort.cpp                 int iu = saturate_cast<int>(u*INTER_TAB_SIZE);
INTER_TAB_SIZE    150 modules/imgproc/src/undistort.cpp                 int iv = saturate_cast<int>(v*INTER_TAB_SIZE);
INTER_TAB_SIZE    153 modules/imgproc/src/undistort.cpp                 m2[j] = (ushort)((iv & (INTER_TAB_SIZE-1))*INTER_TAB_SIZE + (iu & (INTER_TAB_SIZE-1)));
INTER_TAB_SIZE    908 modules/imgproc/test/test_imgwarp_strict.cpp             inter_func((yMy[dx] & (INTER_TAB_SIZE - 1)) / static_cast<float>(INTER_TAB_SIZE), w);
INTER_TAB_SIZE    909 modules/imgproc/test/test_imgwarp_strict.cpp             inter_func(((yMy[dx] >> INTER_BITS) & (INTER_TAB_SIZE - 1)) / static_cast<float>(INTER_TAB_SIZE), w + ksize);
INTER_TAB_SIZE   1077 modules/imgproc/test/test_imgwarp_strict.cpp     int round_delta = (inter == INTER_NEAREST) ? AB_SCALE / 2 : (AB_SCALE / INTER_TAB_SIZE / 2);
INTER_TAB_SIZE   1096 modules/imgproc/test/test_imgwarp_strict.cpp                 mapy.ptr<short>(dy)[dx] = ((v2 & (INTER_TAB_SIZE - 1)) * INTER_TAB_SIZE + (v1 & (INTER_TAB_SIZE - 1)));
INTER_TAB_SIZE   1216 modules/imgproc/test/test_imgwarp_strict.cpp             den *= INTER_TAB_SIZE;
INTER_TAB_SIZE   1222 modules/imgproc/test/test_imgwarp_strict.cpp             mapy.ptr<short>(dy)[dx] = saturate_cast<short>((v1 & (INTER_TAB_SIZE - 1)) *
INTER_TAB_SIZE   1223 modules/imgproc/test/test_imgwarp_strict.cpp                     INTER_TAB_SIZE + (v0 & (INTER_TAB_SIZE - 1)));