Home
last modified time | relevance | path

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

/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 …]
/external/libvpx/libvpx/vpx_dsp/
Dfastssim.c267 col_sums_gxgy[(_col)] = gx * (double)gy; \
278 col_sums_gxgy[(_col)] += gx * (double)gy; \
289 col_sums_gxgy[(_col)] -= gx * (double)gy; \
296 col_sums_gxgy[(_col1)] = col_sums_gxgy[(_col2)]; \
303 col_sums_gxgy[(_col1)] = col_sums_gxgy[(_col2)] * 0.5; \
310 col_sums_gxgy[(_col1)] = col_sums_gxgy[(_col2)] * 2; \
321 double col_sums_gxgy[8]; in fs_calc_structure() local
371 col_sums_gxgy[3] = col_sums_gxgy[2] = col_sums_gxgy[1] = in fs_calc_structure()
372 col_sums_gxgy[0] = 0; in fs_calc_structure()
390 mugxgy = col_sums_gxgy[0]; in fs_calc_structure()
[all …]