Home
last modified time | relevance | path

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

/external/libvpx/libvpx/vpx_dsp/
Dfastssim.c262 col_sums_gy2[(_col)] = gy * (double)gy; \
273 col_sums_gy2[(_col)] += gy * (double)gy; \
284 col_sums_gy2[(_col)] -= gy * (double)gy; \
291 col_sums_gy2[(_col1)] = col_sums_gy2[(_col2)]; \
298 col_sums_gy2[(_col1)] = col_sums_gy2[(_col2)] * 0.5; \
305 col_sums_gy2[(_col1)] = col_sums_gy2[(_col2)] * 2; \
316 double col_sums_gy2[8]; in fs_calc_structure() local
366 col_sums_gy2[3] = col_sums_gy2[2] = col_sums_gy2[1] = col_sums_gy2[0] = 0; in fs_calc_structure()
384 mugy2 = col_sums_gy2[0]; in fs_calc_structure()
385 for (k = 1; k < 8; k++) mugy2 += col_sums_gy2[k]; in fs_calc_structure()