Home
last modified time | relevance | path

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

/external/libvpx/libvpx/vpx_dsp/
Dfastssim.c273 #define FS_COL_COPY(_col1, _col2) \ argument
275 col_sums_gx2[(_col1)] = col_sums_gx2[(_col2)]; \
276 col_sums_gy2[(_col1)] = col_sums_gy2[(_col2)]; \
277 col_sums_gxgy[(_col1)] = col_sums_gxgy[(_col2)]; \
281 #define FS_COL_HALVE(_col1, _col2) \ argument
283 col_sums_gx2[(_col1)] = col_sums_gx2[(_col2)] * 0.5; \
284 col_sums_gy2[(_col1)] = col_sums_gy2[(_col2)] * 0.5; \
285 col_sums_gxgy[(_col1)] = col_sums_gxgy[(_col2)] * 0.5; \
289 #define FS_COL_DOUBLE(_col1, _col2) \ argument
291 col_sums_gx2[(_col1)] = col_sums_gx2[(_col2)] * 2; \
[all …]