HomeSort by relevance Sort by last modified time
    Searched refs:INTER_TAB_SIZE2 (Results 1 - 6 of 6) sorted by null

  /external/opencv3/modules/imgproc/src/opencl/
remap.cl 72 INTER_TAB_SIZE2 = INTER_TAB_SIZE * INTER_TAB_SIZE
295 int map2Value = convert_int(map2[0]) & (INTER_TAB_SIZE2 - 1);
356 ushort map2Value = (ushort)(map2[0] & (INTER_TAB_SIZE2 - 1));
  /external/opencv3/modules/imgproc/test/ocl/
test_warp.cpp 282 mapMinValue = 0, mapMaxValue = INTER_TAB_SIZE2;
  /external/opencv3/modules/imgproc/src/
imgwarp.cpp 132 static uchar NNDeltaTab_i[INTER_TAB_SIZE2][2];
134 static float BilinearTab_f[INTER_TAB_SIZE2][2][2];
135 static short BilinearTab_i[INTER_TAB_SIZE2][2][2];
138 static short BilinearTab_iC4_buf[INTER_TAB_SIZE2+2][2][8];
142 static float BicubicTab_f[INTER_TAB_SIZE2][4][4];
143 static short BicubicTab_i[INTER_TAB_SIZE2][4][4];
145 static float Lanczos4Tab_f[INTER_TAB_SIZE2][8][8];
146 static short Lanczos4Tab_i[INTER_TAB_SIZE2][8][8];
271 tab -= INTER_TAB_SIZE2*ksize*ksize;
272 itab -= INTER_TAB_SIZE2*ksize*ksize
    [all...]
  /external/opencv3/modules/imgproc/include/opencv2/
imgproc.hpp 278 INTER_TAB_SIZE2 = INTER_TAB_SIZE * INTER_TAB_SIZE
    [all...]
  /external/opencv3/modules/java/src/
imgproc+Imgproc.java 138 INTER_TAB_SIZE2 = INTER_TAB_SIZE * INTER_TAB_SIZE,
    [all...]
  /cts/apps/CtsVerifier/libs/
opencv3-android.jar 

Completed in 101 milliseconds