Home
last modified time | relevance | path

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

/external/libaom/libaom/aom_dsp/
Dfastssim.c261 col_sums_gy2[(_col)] = gy * (double)gy; \
272 col_sums_gy2[(_col)] += gy * (double)gy; \
283 col_sums_gy2[(_col)] -= gy * (double)gy; \
290 col_sums_gy2[(_col1)] = col_sums_gy2[(_col2)]; \
297 col_sums_gy2[(_col1)] = col_sums_gy2[(_col2)] * 0.5; \
304 col_sums_gy2[(_col1)] = col_sums_gy2[(_col2)] * 2; \
315 double col_sums_gy2[8]; in fs_calc_structure() local
360 col_sums_gy2[3] = col_sums_gy2[2] = col_sums_gy2[1] = col_sums_gy2[0] = 0; in fs_calc_structure()
378 mugy2 = col_sums_gy2[0]; in fs_calc_structure()
379 for (k = 1; k < 8; k++) mugy2 += col_sums_gy2[k]; in fs_calc_structure()
/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()