Home
last modified time | relevance | path

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

/external/libvpx/libvpx/vpx_dsp/
Dfastssim.c243 col_sums_gx2[(_col)] = gx * (double)gx; \
255 col_sums_gx2[(_col)] += gx * (double)gx; \
267 col_sums_gx2[(_col)] -= gx * (double)gx; \
275 col_sums_gx2[(_col1)] = col_sums_gx2[(_col2)]; \
283 col_sums_gx2[(_col1)] = col_sums_gx2[(_col2)] * 0.5; \
291 col_sums_gx2[(_col1)] = col_sums_gx2[(_col2)] * 2; \
303 double col_sums_gx2[8]; in fs_calc_structure() local
344 col_sums_gx2[3] = col_sums_gx2[2] = col_sums_gx2[1] = col_sums_gx2[0] = 0; in fs_calc_structure()
361 mugx2 = col_sums_gx2[0]; in fs_calc_structure()
363 mugx2 += col_sums_gx2[k]; in fs_calc_structure()