Home
last modified time | relevance | path

Searched refs:sum_sxr (Results 1 – 7 of 7) sorted by relevance

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/
Dssim.c24 unsigned long *sum_sxr in vp8_ssim_parms_16x16_c() argument
36 *sum_sxr += s[j] * r[j]; in vp8_ssim_parms_16x16_c()
50 unsigned long *sum_sxr in vp8_ssim_parms_8x8_c() argument
62 *sum_sxr += s[j] * r[j]; in vp8_ssim_parms_8x8_c()
76 unsigned long sum_sxr, in similarity() argument
87 ssim_n = (2*sum_s*sum_r+ c1)*((int64_t) 2*count*sum_sxr- in similarity()
99 unsigned long sum_s=0,sum_r=0,sum_sq_s=0,sum_sq_r=0,sum_sxr=0; in ssim_16x16() local
100 vp8_ssim_parms_16x16(s, sp, r, rp, &sum_s, &sum_r, &sum_sq_s, &sum_sq_r, &sum_sxr); in ssim_16x16()
101 return similarity(sum_s, sum_r, sum_sq_s, sum_sq_r, sum_sxr, 256); in ssim_16x16()
105 unsigned long sum_s=0,sum_r=0,sum_sq_s=0,sum_sq_r=0,sum_sxr=0; in ssim_8x8() local
[all …]
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
Dvp9_ssim.c17 unsigned long *sum_sxr) { in vp9_ssim_parms_16x16_c() argument
25 *sum_sxr += s[j] * r[j]; in vp9_ssim_parms_16x16_c()
32 unsigned long *sum_sxr) { in vp9_ssim_parms_8x8_c() argument
40 *sum_sxr += s[j] * r[j]; in vp9_ssim_parms_8x8_c()
50 unsigned long sum_sxr, int count) { in similarity() argument
58 ssim_n = (2 * sum_s * sum_r + c1) * ((int64_t) 2 * count * sum_sxr - in similarity()
69 unsigned long sum_s = 0, sum_r = 0, sum_sq_s = 0, sum_sq_r = 0, sum_sxr = 0; in ssim_8x8() local
71 &sum_sxr); in ssim_8x8()
72 return similarity(sum_s, sum_r, sum_sq_s, sum_sq_r, sum_sxr, 64); in ssim_8x8()
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/x86/
Dvp9_ssim_opt.asm13 ; tabulate_ssim - sums sum_s,sum_r,sum_sq_s,sum_sq_r, sum_sxr
24 paddd xmm11, xmm3 ; sum_sxr
56 ; unsigned long *sum_sxr);
174 pxor xmm11,xmm11 ;sum_sxr
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/x86/
Dssim_opt.asm13 ; tabulate_ssim - sums sum_s,sum_r,sum_sq_s,sum_sq_r, sum_sxr
24 paddd xmm11, xmm3 ; sum_sxr
56 ; unsigned long *sum_sxr);
174 pxor xmm11,xmm11 ;sum_sxr
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/
Dvariance.h90 unsigned long *sum_sxr
Drtcd_defs.pl426 …s, unsigned long *sum_r, unsigned long *sum_sq_s, unsigned long *sum_sq_r, unsigned long *sum_sxr";
429 …s, unsigned long *sum_r, unsigned long *sum_sq_s, unsigned long *sum_sq_r, unsigned long *sum_sxr";
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/
Dvp9_rtcd_defs.pl719 …s, unsigned long *sum_r, unsigned long *sum_sq_s, unsigned long *sum_sq_r, unsigned long *sum_sxr";
722 …s, unsigned long *sum_r, unsigned long *sum_sq_s, unsigned long *sum_sq_r, unsigned long *sum_sxr";