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

  /external/libvpx/libvpx/vpx_dsp/
fastssim.c 237 #define FS_COL_SET(_col, _joffs, _ioffs) \
243 col_sums_gx2[(_col)] = gx * (double)gx; \
244 col_sums_gy2[(_col)] = gy * (double)gy; \
245 col_sums_gxgy[(_col)] = gx * (double)gy; \
249 #define FS_COL_ADD(_col, _joffs, _ioffs) \
255 col_sums_gx2[(_col)] += gx * (double)gx; \
256 col_sums_gy2[(_col)] += gy * (double)gy; \
257 col_sums_gxgy[(_col)] += gx * (double)gy; \
261 #define FS_COL_SUB(_col, _joffs, _ioffs) \
267 col_sums_gx2[(_col)] -= gx * (double)gx;
    [all...]
  /external/opencv3/modules/imgproc/src/opencl/
filter2DSmall.cl 141 int _row = y - ISOLATED_MIN(minY), _col = x - ISOLATED_MIN(minX); \
146 _col = ADDR_L(_col, 0, maxX - ISOLATED_MIN(minX)); \
147 _col = ADDR_R(_col, maxX - ISOLATED_MIN(minX), _col); \
148 x = _col + ISOLATED_MIN(minX); \
filterSmall.cl 106 int _row = y - ISOLATED_MIN(minY), _col = x - ISOLATED_MIN(minX); \
111 _col = ADDR_L(_col, 0, maxX - ISOLATED_MIN(minX)); \
112 _col = ADDR_R(_col, maxX - ISOLATED_MIN(minX), _col); \
113 x = _col + ISOLATED_MIN(minX); \
  /external/sonivox/jet_tools/JetCreator/
JetCtrls.py 143 oldCol = self._col
144 self._col = col = evt.GetColumn()
201 oldCol = self._col
202 self._col = col = evt.GetColumn()
  /external/opencv3/modules/core/include/opencv2/core/
mat.inl.hpp     [all...]
mat.hpp     [all...]
  /external/opencv3/modules/imgproc/
opencl_kernels_imgproc.cpp     [all...]
  /external/opencv3/modules/imgproc/test/
test_filter.cpp 902 median_pair( int _col, int _val ) : col(_col), val(_val) { }
    [all...]
  /external/ceres-solver/docs/source/
solving.rst     [all...]
  /prebuilts/tools/common/m2/repository/org/glassfish/jaxb/jaxb-xjc/2.2.11/
jaxb-xjc-2.2.11.jar 

Completed in 1434 milliseconds