Home
last modified time | relevance | path

Searched refs:_col (Results 1 – 3 of 3) sorted by relevance

/external/libvpx/libvpx/vpx_dsp/
Dfastssim.c237 #define FS_COL_SET(_col, _joffs, _ioffs) \ argument
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) \ argument
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) \ argument
267 col_sums_gx2[(_col)] -= gx * (double)gx; \
[all …]
/external/sonivox/jet_tools/JetCreator/
DJetCtrls.py143 oldCol = self._col
144 self._col = col = evt.GetColumn()
201 oldCol = self._col
202 self._col = col = evt.GetColumn()
/external/ceres-solver/docs/source/
Dsolving.rst2362 .. math:: \operatorname{rank}(J) < \operatorname{num\_col}(J)