Home
last modified time | relevance | path

Searched refs:sse_long (Results 1 – 8 of 8) sorted by relevance

/external/libvpx/libvpx/vpx_dsp/
Dvariance.c263 uint64_t sse_long = 0; in highbd_8_variance() local
265 highbd_variance64(src8_ptr, src_stride, ref8_ptr, ref_stride, w, h, &sse_long, in highbd_8_variance()
267 *sse = (uint32_t)sse_long; in highbd_8_variance()
274 uint64_t sse_long = 0; in highbd_10_variance() local
276 highbd_variance64(src8_ptr, src_stride, ref8_ptr, ref_stride, w, h, &sse_long, in highbd_10_variance()
278 *sse = (uint32_t)ROUND_POWER_OF_TWO(sse_long, 4); in highbd_10_variance()
285 uint64_t sse_long = 0; in highbd_12_variance() local
287 highbd_variance64(src8_ptr, src_stride, ref8_ptr, ref_stride, w, h, &sse_long, in highbd_12_variance()
289 *sse = (uint32_t)ROUND_POWER_OF_TWO(sse_long, 8); in highbd_12_variance()
Dpsnr.c74 uint64_t sse_long = 0; in encoder_highbd_8_variance() local
76 encoder_highbd_variance64(a8, a_stride, b8, b_stride, w, h, &sse_long, in encoder_highbd_8_variance()
78 *sse = (unsigned int)sse_long; in encoder_highbd_8_variance()
/external/libaom/libaom/aom_dsp/x86/
Dhighbd_variance_avx2.c89 uint64_t sse_long = 0; in highbd_10_variance_avx2() local
98 sse_long += sse0; in highbd_10_variance_avx2()
103 *sse = (uint32_t)ROUND_POWER_OF_TWO(sse_long, 4); in highbd_10_variance_avx2()
Dhighbd_variance_sse2.c65 uint64_t sse_long = 0; in highbd_10_variance_sse2() local
74 sse_long += sse0; in highbd_10_variance_sse2()
79 *sse = (uint32_t)ROUND_POWER_OF_TWO(sse_long, 4); in highbd_10_variance_sse2()
87 uint64_t sse_long = 0; in highbd_12_variance_sse2() local
96 sse_long += sse0; in highbd_12_variance_sse2()
101 *sse = (uint32_t)ROUND_POWER_OF_TWO(sse_long, 8); in highbd_12_variance_sse2()
/external/libvpx/libvpx/vp9/encoder/
Dvp9_aq_variance.c134 uint64_t sse_long = 0; in aq_highbd_8_variance() local
136 aq_highbd_variance64(a8, a_stride, b8, b_stride, w, h, &sse_long, &sum_long); in aq_highbd_8_variance()
137 *sse = (unsigned int)sse_long; in aq_highbd_8_variance()
/external/libvpx/libvpx/vpx_dsp/x86/
Dhighbd_variance_sse2.c53 uint64_t sse_long = 0; in highbd_10_variance_sse2() local
62 sse_long += sse0; in highbd_10_variance_sse2()
67 *sse = (uint32_t)ROUND_POWER_OF_TWO(sse_long, 4); in highbd_10_variance_sse2()
75 uint64_t sse_long = 0; in highbd_12_variance_sse2() local
84 sse_long += sse0; in highbd_12_variance_sse2()
89 *sse = (uint32_t)ROUND_POWER_OF_TWO(sse_long, 8); in highbd_12_variance_sse2()
/external/libaom/libaom/aom_dsp/
Dpsnr.c77 uint64_t sse_long = 0; in encoder_highbd_8_variance() local
79 encoder_highbd_variance64(a8, a_stride, b8, b_stride, w, h, &sse_long, in encoder_highbd_8_variance()
81 *sse = (unsigned int)sse_long; in encoder_highbd_8_variance()
Dvariance.c504 uint64_t sse_long = 0; in highbd_8_variance() local
506 highbd_variance64(a8, a_stride, b8, b_stride, w, h, &sse_long, &sum_long); in highbd_8_variance()
507 *sse = (uint32_t)sse_long; in highbd_8_variance()
514 uint64_t sse_long = 0; in highbd_10_variance() local
516 highbd_variance64(a8, a_stride, b8, b_stride, w, h, &sse_long, &sum_long); in highbd_10_variance()
517 *sse = (uint32_t)ROUND_POWER_OF_TWO(sse_long, 4); in highbd_10_variance()
524 uint64_t sse_long = 0; in highbd_12_variance() local
526 highbd_variance64(a8, a_stride, b8, b_stride, w, h, &sse_long, &sum_long); in highbd_12_variance()
527 *sse = (uint32_t)ROUND_POWER_OF_TWO(sse_long, 8); in highbd_12_variance()