INTER_TAB_SIZE2 132 modules/imgproc/src/imgwarp.cpp static uchar NNDeltaTab_i[INTER_TAB_SIZE2][2]; INTER_TAB_SIZE2 134 modules/imgproc/src/imgwarp.cpp static float BilinearTab_f[INTER_TAB_SIZE2][2][2]; INTER_TAB_SIZE2 135 modules/imgproc/src/imgwarp.cpp static short BilinearTab_i[INTER_TAB_SIZE2][2][2]; INTER_TAB_SIZE2 138 modules/imgproc/src/imgwarp.cpp static short BilinearTab_iC4_buf[INTER_TAB_SIZE2+2][2][8]; INTER_TAB_SIZE2 142 modules/imgproc/src/imgwarp.cpp static float BicubicTab_f[INTER_TAB_SIZE2][4][4]; INTER_TAB_SIZE2 143 modules/imgproc/src/imgwarp.cpp static short BicubicTab_i[INTER_TAB_SIZE2][4][4]; INTER_TAB_SIZE2 145 modules/imgproc/src/imgwarp.cpp static float Lanczos4Tab_f[INTER_TAB_SIZE2][8][8]; INTER_TAB_SIZE2 146 modules/imgproc/src/imgwarp.cpp static short Lanczos4Tab_i[INTER_TAB_SIZE2][8][8]; INTER_TAB_SIZE2 271 modules/imgproc/src/imgwarp.cpp tab -= INTER_TAB_SIZE2*ksize*ksize; INTER_TAB_SIZE2 272 modules/imgproc/src/imgwarp.cpp itab -= INTER_TAB_SIZE2*ksize*ksize; INTER_TAB_SIZE2 276 modules/imgproc/src/imgwarp.cpp for( i = 0; i < INTER_TAB_SIZE2; i++ ) INTER_TAB_SIZE2 4286 modules/imgproc/src/imgwarp.cpp int a = sA[x1] & (INTER_TAB_SIZE2-1); INTER_TAB_SIZE2 4351 modules/imgproc/src/imgwarp.cpp uint16x8_t v_scale = vdupq_n_u16(INTER_TAB_SIZE2-1); INTER_TAB_SIZE2 4355 modules/imgproc/src/imgwarp.cpp __m128i v_scale = _mm_set1_epi16(INTER_TAB_SIZE2-1); INTER_TAB_SIZE2 4361 modules/imgproc/src/imgwarp.cpp A[x1] = (ushort)(sA[x1] & (INTER_TAB_SIZE2-1)); INTER_TAB_SIZE2 5069 modules/imgproc/src/imgwarp.cpp uint16x8_t v_mask2 = vdupq_n_u16(INTER_TAB_SIZE2-1); INTER_TAB_SIZE2 5101 modules/imgproc/src/imgwarp.cpp __m128i v_mask2 = _mm_set1_epi16(INTER_TAB_SIZE2-1); INTER_TAB_SIZE2 5141 modules/imgproc/src/imgwarp.cpp int fxy = src2 ? src2[x] & (INTER_TAB_SIZE2-1) : 0; INTER_TAB_SIZE2 5149 modules/imgproc/src/imgwarp.cpp int16x8_t v_mask2 = vdupq_n_s16(INTER_TAB_SIZE2-1); INTER_TAB_SIZE2 5182 modules/imgproc/src/imgwarp.cpp __m128i v_mask2 = _mm_set1_epi16(INTER_TAB_SIZE2-1); INTER_TAB_SIZE2 5203 modules/imgproc/src/imgwarp.cpp int fxy = src2 ? src2[x] & (INTER_TAB_SIZE2-1): 0; INTER_TAB_SIZE2 72 modules/imgproc/src/opencl/remap.cl INTER_TAB_SIZE2 = INTER_TAB_SIZE * INTER_TAB_SIZE INTER_TAB_SIZE2 295 modules/imgproc/src/opencl/remap.cl int map2Value = convert_int(map2[0]) & (INTER_TAB_SIZE2 - 1); INTER_TAB_SIZE2 356 modules/imgproc/src/opencl/remap.cl ushort map2Value = (ushort)(map2[0] & (INTER_TAB_SIZE2 - 1)); INTER_TAB_SIZE2 282 modules/imgproc/test/ocl/test_warp.cpp mapMinValue = 0, mapMaxValue = INTER_TAB_SIZE2;