Home
last modified time | relevance | path

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

/external/libvpx/libvpx/vpx_dsp/
Dfastssim.c263 col_sums_gxgy[(_col)] = gx * (double)gy; \
274 col_sums_gxgy[(_col)] += gx * (double)gy; \
285 col_sums_gxgy[(_col)] -= gx * (double)gy; \
292 col_sums_gxgy[(_col1)] = col_sums_gxgy[(_col2)]; \
299 col_sums_gxgy[(_col1)] = col_sums_gxgy[(_col2)] * 0.5; \
306 col_sums_gxgy[(_col1)] = col_sums_gxgy[(_col2)] * 2; \
317 double col_sums_gxgy[8]; in fs_calc_structure() local
367 col_sums_gxgy[3] = col_sums_gxgy[2] = col_sums_gxgy[1] = in fs_calc_structure()
368 col_sums_gxgy[0] = 0; in fs_calc_structure()
386 mugxgy = col_sums_gxgy[0]; in fs_calc_structure()
[all …]
/external/libaom/libaom/aom_dsp/
Dfastssim.c262 col_sums_gxgy[(_col)] = gx * (double)gy; \
273 col_sums_gxgy[(_col)] += gx * (double)gy; \
284 col_sums_gxgy[(_col)] -= gx * (double)gy; \
291 col_sums_gxgy[(_col1)] = col_sums_gxgy[(_col2)]; \
298 col_sums_gxgy[(_col1)] = col_sums_gxgy[(_col2)] * 0.5; \
305 col_sums_gxgy[(_col1)] = col_sums_gxgy[(_col2)] * 2; \
316 double col_sums_gxgy[8]; in fs_calc_structure() local
361 col_sums_gxgy[3] = col_sums_gxgy[2] = col_sums_gxgy[1] = in fs_calc_structure()
362 col_sums_gxgy[0] = 0; in fs_calc_structure()
380 mugxgy = col_sums_gxgy[0]; in fs_calc_structure()
[all …]