HomeSort by relevance Sort by last modified time
    Searched full:nonzero_rows (Results 1 - 7 of 7) sorted by null

  /external/opencv3/modules/core/perf/
perf_dft.cpp 26 int nonzero_rows = 0; local
34 nonzero_rows = sz.height/2;
36 TEST_CYCLE() dft(src, dst, flags, nonzero_rows);
  /external/opencv3/modules/core/test/ocl/
test_dft.cpp 111 int nonzero_rows = hint ? src.rows - randomInt(1, src.rows-1) : 0; local
112 OCL_OFF(cv::dft(src, dst, dft_flags, nonzero_rows));
113 OCL_ON(cv::dft(usrc, udst, dft_flags, nonzero_rows));
  /external/opencv3/modules/core/src/
dxt.cpp     [all...]
  /external/opencv/cxcore/src/
cxdxt.cpp     [all...]
  /external/libgdx/gdx/jni/gdx2d/
jpgd.cpp 153 template <int NONZERO_ROWS>
159 #define ACCESS_ROW(x) (((x) < NONZERO_ROWS) ? pTemp[x * 8] : 0)
295 const int nonzero_rows = s_idct_col_table[block_max_zag - 1]; local
298 switch (nonzero_rows)
    [all...]
  /external/opencv/cxcore/include/
cxcore.h     [all...]
  /external/opencv3/modules/core/include/opencv2/core/
core_c.h     [all...]

Completed in 304 milliseconds