Home
last modified time | relevance | path

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

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/
Dssim.c21 unsigned long *sum_r, in vp8_ssim_parms_16x16_c() argument
33 *sum_r += r[j]; in vp8_ssim_parms_16x16_c()
47 unsigned long *sum_r, in vp8_ssim_parms_8x8_c() argument
59 *sum_r += r[j]; in vp8_ssim_parms_8x8_c()
73 unsigned long sum_r, in similarity() argument
87 ssim_n = (2*sum_s*sum_r+ c1)*((int64_t) 2*count*sum_sxr- in similarity()
88 (int64_t) 2*sum_s*sum_r+c2); in similarity()
90 ssim_d = (sum_s*sum_s +sum_r*sum_r+c1)* in similarity()
92 (int64_t)count*sum_sq_r-(int64_t) sum_r*sum_r +c2) ; 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
[all …]
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
Dvp9_ssim.c15 int rp, unsigned long *sum_s, unsigned long *sum_r, in vp9_ssim_parms_16x16_c() argument
22 *sum_r += r[j]; in vp9_ssim_parms_16x16_c()
30 unsigned long *sum_s, unsigned long *sum_r, in vp9_ssim_parms_8x8_c() argument
37 *sum_r += r[j]; in vp9_ssim_parms_8x8_c()
48 static double similarity(unsigned long sum_s, unsigned long sum_r, in similarity() argument
58 ssim_n = (2 * sum_s * sum_r + c1) * ((int64_t) 2 * count * sum_sxr - in similarity()
59 (int64_t) 2 * sum_s * sum_r + c2); in similarity()
61 ssim_d = (sum_s * sum_s + sum_r * sum_r + c1) * in similarity()
63 (int64_t)count * sum_sq_r - (int64_t) sum_r * sum_r + c2); 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
[all …]
/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
16 paddusw xmm14, xmm4 ; sum_r
53 ; unsigned long *sum_r,
171 pxor xmm14,xmm14 ;sum_r
/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
16 paddusw xmm14, xmm4 ; sum_r
53 ; unsigned long *sum_r,
171 pxor xmm14,xmm14 ;sum_r
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/
Dvariance.h87 unsigned long *sum_r,
Drtcd_defs.pl426 …s, int sp, unsigned char *r, int rp, unsigned long *sum_s, unsigned long *sum_r, unsigned long *su…
429 …s, int sp, unsigned char *r, int rp, unsigned long *sum_s, unsigned long *sum_r, unsigned long *su…
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/
Dvp9_rtcd_defs.pl719 …t8_t *s, int sp, uint8_t *r, int rp, unsigned long *sum_s, unsigned long *sum_r, unsigned long *su…
722 …t8_t *s, int sp, uint8_t *r, int rp, unsigned long *sum_s, unsigned long *sum_r, unsigned long *su…