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.c244 col_sums_gy2[(_col)] = gy * (double)gy; \
256 col_sums_gy2[(_col)] += gy * (double)gy; \
268 col_sums_gy2[(_col)] -= gy * (double)gy; \
276 col_sums_gy2[(_col1)] = col_sums_gy2[(_col2)]; \
284 col_sums_gy2[(_col1)] = col_sums_gy2[(_col2)] * 0.5; \
292 col_sums_gy2[(_col1)] = col_sums_gy2[(_col2)] * 2; \
304 double col_sums_gy2[8]; in fs_calc_structure() local
345 col_sums_gy2[3] = col_sums_gy2[2] = col_sums_gy2[1] = col_sums_gy2[0] = 0; in fs_calc_structure()
364 mugy2 = col_sums_gy2[0]; in fs_calc_structure()
366 mugy2 += col_sums_gy2[k]; in fs_calc_structure()