Home
last modified time | relevance | path

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

/external/libaom/libaom/aom_dsp/
Dfastssim.c254 #define FS_COL_SET(_col, _joffs, _ioffs) \ argument
260 col_sums_gx2[(_col)] = gx * (double)gx; \
261 col_sums_gy2[(_col)] = gy * (double)gy; \
262 col_sums_gxgy[(_col)] = gx * (double)gy; \
265 #define FS_COL_ADD(_col, _joffs, _ioffs) \ argument
271 col_sums_gx2[(_col)] += gx * (double)gx; \
272 col_sums_gy2[(_col)] += gy * (double)gy; \
273 col_sums_gxgy[(_col)] += gx * (double)gy; \
276 #define FS_COL_SUB(_col, _joffs, _ioffs) \ argument
282 col_sums_gx2[(_col)] -= gx * (double)gx; \
[all …]
/external/libvpx/libvpx/vpx_dsp/
Dfastssim.c259 #define FS_COL_SET(_col, _joffs, _ioffs) \ argument
265 col_sums_gx2[(_col)] = gx * (double)gx; \
266 col_sums_gy2[(_col)] = gy * (double)gy; \
267 col_sums_gxgy[(_col)] = gx * (double)gy; \
270 #define FS_COL_ADD(_col, _joffs, _ioffs) \ argument
276 col_sums_gx2[(_col)] += gx * (double)gx; \
277 col_sums_gy2[(_col)] += gy * (double)gy; \
278 col_sums_gxgy[(_col)] += gx * (double)gy; \
281 #define FS_COL_SUB(_col, _joffs, _ioffs) \ argument
287 col_sums_gx2[(_col)] -= gx * (double)gx; \
[all …]
/external/tensorflow/tensorflow/python/ops/linalg/
Dlinear_operator_toeplitz.py153 self._col = linear_operator_util.convert_nonref_to_tensor(col, name="col")
154 self._check_row_col(self._row, self._col)
169 self._set_graph_parents([self._row, self._col])
277 return self._col
/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()