Home
last modified time | relevance | path

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

/external/libvpx/libvpx/vpx_dsp/
Dfastssim.c255 #define FS_COL_SET(_col, _joffs, _ioffs) \ argument
261 col_sums_gx2[(_col)] = gx * (double)gx; \
262 col_sums_gy2[(_col)] = gy * (double)gy; \
263 col_sums_gxgy[(_col)] = gx * (double)gy; \
266 #define FS_COL_ADD(_col, _joffs, _ioffs) \ argument
272 col_sums_gx2[(_col)] += gx * (double)gx; \
273 col_sums_gy2[(_col)] += gy * (double)gy; \
274 col_sums_gxgy[(_col)] += gx * (double)gy; \
277 #define FS_COL_SUB(_col, _joffs, _ioffs) \ argument
283 col_sums_gx2[(_col)] -= gx * (double)gx; \
[all …]
/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/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/u-boot/tools/buildman/
Dtest.py139 self._col = terminal.Color()
168 col = self._col
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/IR/
DIntrinsicsNVVM.td3912 defm _col: NVVM_WMMA_LD_GALT<Geometry, Abc, "col", Type, regty>;
3960 defm _col: NVVM_WMMA_STD_GLT<Geometry, "col", Type, regty>;
4030 defm _col: NVVM_WMMA_MMA_GAB<Geometry, ALayout, "col">;
4035 defm _col: NVVM_WMMA_MMA_GA<Geometry, "col">;
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/NVPTX/
DNVPTXIntrinsics.td7521 defm _col: WMMA_LOAD_GALT<Geometry, Abc, "col", Type, regclass>;
7658 defm _col: WMMA_STORE_D_GLT<Geometry, "col", Type, regclass>;
7752 defm _col: WMMA_MMA_GAB<Geometry, ALayout, "col">;
7757 defm _col: WMMA_MMA_GA<Geometry, "col">;