Home
last modified time | relevance | path

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

/external/libaom/libaom/aom_dsp/
Dfastssim.c260 col_sums_gx2[(_col)] = gx * (double)gx; \
271 col_sums_gx2[(_col)] += gx * (double)gx; \
282 col_sums_gx2[(_col)] -= gx * (double)gx; \
289 col_sums_gx2[(_col1)] = col_sums_gx2[(_col2)]; \
296 col_sums_gx2[(_col1)] = col_sums_gx2[(_col2)] * 0.5; \
303 col_sums_gx2[(_col1)] = col_sums_gx2[(_col2)] * 2; \
314 double col_sums_gx2[8]; in fs_calc_structure() local
359 col_sums_gx2[3] = col_sums_gx2[2] = col_sums_gx2[1] = col_sums_gx2[0] = 0; in fs_calc_structure()
376 mugx2 = col_sums_gx2[0]; in fs_calc_structure()
377 for (k = 1; k < 8; k++) mugx2 += col_sums_gx2[k]; in fs_calc_structure()
/external/libvpx/libvpx/vpx_dsp/
Dfastssim.c265 col_sums_gx2[(_col)] = gx * (double)gx; \
276 col_sums_gx2[(_col)] += gx * (double)gx; \
287 col_sums_gx2[(_col)] -= gx * (double)gx; \
294 col_sums_gx2[(_col1)] = col_sums_gx2[(_col2)]; \
301 col_sums_gx2[(_col1)] = col_sums_gx2[(_col2)] * 0.5; \
308 col_sums_gx2[(_col1)] = col_sums_gx2[(_col2)] * 2; \
319 double col_sums_gx2[8]; in fs_calc_structure() local
369 col_sums_gx2[3] = col_sums_gx2[2] = col_sums_gx2[1] = col_sums_gx2[0] = 0; in fs_calc_structure()
386 mugx2 = col_sums_gx2[0]; in fs_calc_structure()
387 for (k = 1; k < 8; k++) mugx2 += col_sums_gx2[k]; in fs_calc_structure()