Home
last modified time | relevance | path

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

/external/libvpx/libvpx/vpx_dsp/
Dfastssim.c263 col_sums_gxgy[(_col)] = gx * (double)gy; \
274 col_sums_gxgy[(_col)] += gx * (double)gy; \
285 col_sums_gxgy[(_col)] -= gx * (double)gy; \
292 col_sums_gxgy[(_col1)] = col_sums_gxgy[(_col2)]; \
299 col_sums_gxgy[(_col1)] = col_sums_gxgy[(_col2)] * 0.5; \
306 col_sums_gxgy[(_col1)] = col_sums_gxgy[(_col2)] * 2; \
317 double col_sums_gxgy[8]; in fs_calc_structure() local
367 col_sums_gxgy[3] = col_sums_gxgy[2] = col_sums_gxgy[1] = in fs_calc_structure()
368 col_sums_gxgy[0] = 0; in fs_calc_structure()
386 mugxgy = col_sums_gxgy[0]; in fs_calc_structure()
[all …]