Searched defs:sse (Results 1 - 25 of 90) sorted by relevance

1234

/external/libvpx/libvpx/vp9/encoder/
H A Dvp9_encodeframe.h24 unsigned int sse; member in struct:__anon24944
H A Dvp9_aq_variance.c118 unsigned int var, sse; local
129 vp9_64_zeros, 0, bw, bh, &sse, &avg);
130 var = sse - (((int64_t)avg * avg) / (bw * bh));
135 vp9_64_zeros, 0, &sse);
/external/chromium_org/third_party/libvpx/source/libvpx/third_party/libyuv/source/
H A Dcompare_neon.cc22 volatile uint32 sse; local
53 "=r"(sse)
56 return sse;
62 volatile uint32 sse;
92 "=r"(sse)
95 return sse;
H A Dcompare_common.cc19 uint32 sse = 0u; local
23 sse += (uint32)(diff * diff);
25 return sse;
H A Dcompare_posix.cc22 uint32 sse; local
55 "=g"(sse) // %3
62 return sse;
/external/chromium_org/third_party/libvpx/source/libvpx/vpx/src/
H A Dvpx_psnr.c17 double vpx_sse_to_psnr(double samples, double peak, double sse) { argument
18 if (sse > 0.0) {
19 const double psnr = 10.0 * log10(samples * peak * peak / sse);
/external/chromium_org/third_party/libyuv/source/
H A Dcompare_neon.cc22 volatile uint32 sse; local
53 "=r"(sse)
56 return sse;
H A Dcompare_common.cc19 uint32 sse = 0u; local
23 sse += (uint32)(diff * diff);
25 return sse;
H A Dcompare_posix.cc22 uint32 sse; local
55 "=g"(sse) // %3
62 return sse;
/external/libvpx/libvpx/vpx/src/
H A Dvpx_psnr.c17 double vpx_sse_to_psnr(double samples, double peak, double sse) { argument
18 if (sse > 0.0) {
19 const double psnr = 10.0 * log10(samples * peak * peak / sse);
/external/libyuv/files/source/
H A Dcompare_neon.cc21 volatile uint32 sse; local
50 "=r"(sse)
53 return sse;
/external/chromium_org/third_party/libvpx/source/libvpx/vp9/encoder/x86/
H A Dvp9_error_intrin_avx2.c23 int64_t sse; local
27 // init sse and ssz registerd to zero
68 _mm_storel_epi64((__m128i*)(&sse), sse_reg128);
71 return sse;
H A Dvp9_variance_avx2.c17 unsigned int *sse, int *sum);
21 unsigned int *sse, int *sum);
25 unsigned int *sse, int *sum);
31 unsigned int *sse);
46 int w, int h, unsigned int *sse, int *sum,
50 *sse = 0;
59 *sse += sse0;
68 unsigned int *sse) {
71 sse, &sum, vp9_get16x16var_avx2, 16);
72 return *sse
44 variance_avx2(const uint8_t *src, int src_stride, const uint8_t *ref, int ref_stride, int w, int h, unsigned int *sse, int *sum, get_var_avx2 var_fn, int block_size) argument
66 vp9_variance16x16_avx2(const uint8_t *src, int src_stride, const uint8_t *ref, int ref_stride, unsigned int *sse) argument
75 vp9_mse16x16_avx2(const uint8_t *src, int src_stride, const uint8_t *ref, int ref_stride, unsigned int *sse) argument
83 vp9_variance32x16_avx2(const uint8_t *src, int src_stride, const uint8_t *ref, int ref_stride, unsigned int *sse) argument
92 vp9_variance32x32_avx2(const uint8_t *src, int src_stride, const uint8_t *ref, int ref_stride, unsigned int *sse) argument
101 vp9_variance64x64_avx2(const uint8_t *src, int src_stride, const uint8_t *ref, int ref_stride, unsigned int *sse) argument
110 vp9_variance64x32_avx2(const uint8_t *src, int src_stride, const uint8_t *ref, int ref_stride, unsigned int *sse) argument
119 vp9_sub_pixel_variance64x64_avx2(const uint8_t *src, int src_stride, int x_offset, int y_offset, const uint8_t *dst, int dst_stride, unsigned int *sse) argument
140 vp9_sub_pixel_variance32x32_avx2(const uint8_t *src, int src_stride, int x_offset, int y_offset, const uint8_t *dst, int dst_stride, unsigned int *sse) argument
153 vp9_sub_pixel_avg_variance64x64_avx2(const uint8_t *src, int src_stride, int x_offset, int y_offset, const uint8_t *dst, int dst_stride, unsigned int *sse, const uint8_t *sec) argument
177 vp9_sub_pixel_avg_variance32x32_avx2(const uint8_t *src, int src_stride, int x_offset, int y_offset, const uint8_t *dst, int dst_stride, unsigned int *sse, const uint8_t *sec) argument
[all...]
/external/flac/libFLAC/include/private/
H A Dcpu.h53 FLAC__bool sse; member in struct:__anon21510
/external/libvpx/libvpx/vp9/encoder/x86/
H A Dvp9_variance_mmx.c40 unsigned int *sse) {
45 *sse = var;
54 unsigned int *sse) {
59 *sse = var;
69 unsigned int *sse) {
84 *sse = var;
94 unsigned int *sse) {
109 *sse = var;
118 unsigned int *sse) {
129 *sse
35 vp9_variance4x4_mmx( const unsigned char *src_ptr, int source_stride, const unsigned char *ref_ptr, int recon_stride, unsigned int *sse) argument
49 vp9_variance8x8_mmx( const unsigned char *src_ptr, int source_stride, const unsigned char *ref_ptr, int recon_stride, unsigned int *sse) argument
64 vp9_mse16x16_mmx( const unsigned char *src_ptr, int source_stride, const unsigned char *ref_ptr, int recon_stride, unsigned int *sse) argument
89 vp9_variance16x16_mmx( const unsigned char *src_ptr, int source_stride, const unsigned char *ref_ptr, int recon_stride, unsigned int *sse) argument
113 vp9_variance16x8_mmx( const unsigned char *src_ptr, int source_stride, const unsigned char *ref_ptr, int recon_stride, unsigned int *sse) argument
134 vp9_variance8x16_mmx( const unsigned char *src_ptr, int source_stride, const unsigned char *ref_ptr, int recon_stride, unsigned int *sse) argument
[all...]
H A Dvp9_variance_avx2.c54 unsigned int *sse
73 int w, int h, unsigned int *sse, int *sum,
79 *sse = 0;
87 *sse += sse0;
99 unsigned int *sse) {
105 *sse = var;
114 unsigned int *sse) {
119 *sse = sse0;
127 unsigned int *sse) {
134 *sse
71 variance_avx2(const unsigned char *src_ptr, int source_stride, const unsigned char *ref_ptr, int recon_stride, int w, int h, unsigned int *sse, int *sum, get_var_avx2 var_fn, int block_size) argument
93 vp9_variance16x16_avx2( const unsigned char *src_ptr, int source_stride, const unsigned char *ref_ptr, int recon_stride, unsigned int *sse) argument
109 vp9_mse16x16_avx2( const unsigned char *src_ptr, int source_stride, const unsigned char *ref_ptr, int recon_stride, unsigned int *sse) argument
123 vp9_variance32x32_avx2(const uint8_t *src_ptr, int source_stride, const uint8_t *ref_ptr, int recon_stride, unsigned int *sse) argument
138 vp9_variance32x16_avx2(const uint8_t *src_ptr, int source_stride, const uint8_t *ref_ptr, int recon_stride, unsigned int *sse) argument
154 vp9_variance64x64_avx2(const uint8_t *src_ptr, int source_stride, const uint8_t *ref_ptr, int recon_stride, unsigned int *sse) argument
169 vp9_variance64x32_avx2(const uint8_t *src_ptr, int source_stride, const uint8_t *ref_ptr, int recon_stride, unsigned int *sse) argument
193 unsigned int sse; local
217 unsigned int sse; local
234 unsigned int sse; local
260 unsigned int sse; local
[all...]
/external/chromium_org/third_party/libvpx/source/libvpx/vp8/common/x86/
H A Dvariance_sse2.c143 unsigned int *sse)
149 *sse = var;
160 unsigned int *sse)
166 *sse = var;
178 unsigned int *sse)
185 *sse = sse0;
193 unsigned int *sse)
199 *sse = sse0;
211 unsigned int *sse)
221 *sse
138 vp8_variance4x4_wmt( const unsigned char *src_ptr, int source_stride, const unsigned char *ref_ptr, int recon_stride, unsigned int *sse) argument
154 vp8_variance8x8_wmt( const unsigned char *src_ptr, int source_stride, const unsigned char *ref_ptr, int recon_stride, unsigned int *sse) argument
172 vp8_variance16x16_wmt( const unsigned char *src_ptr, int source_stride, const unsigned char *ref_ptr, int recon_stride, unsigned int *sse) argument
188 vp8_mse16x16_wmt( const unsigned char *src_ptr, int source_stride, const unsigned char *ref_ptr, int recon_stride, unsigned int *sse) argument
205 vp8_variance16x8_wmt( const unsigned char *src_ptr, int source_stride, const unsigned char *ref_ptr, int recon_stride, unsigned int *sse) argument
226 vp8_variance8x16_wmt( const unsigned char *src_ptr, int source_stride, const unsigned char *ref_ptr, int recon_stride, unsigned int *sse) argument
501 vp8_variance_halfpixvar16x16_h_wmt( const unsigned char *src_ptr, int src_pixels_per_line, const unsigned char *dst_ptr, int dst_pixels_per_line, unsigned int *sse) argument
521 vp8_variance_halfpixvar16x16_v_wmt( const unsigned char *src_ptr, int src_pixels_per_line, const unsigned char *dst_ptr, int dst_pixels_per_line, unsigned int *sse) argument
540 vp8_variance_halfpixvar16x16_hv_wmt( const unsigned char *src_ptr, int src_pixels_per_line, const unsigned char *dst_ptr, int dst_pixels_per_line, unsigned int *sse) argument
[all...]
/external/chromium_org/third_party/libvpx/source/libvpx/vp8/encoder/arm/neon/
H A Dvp8_mse16x16_neon.c18 unsigned int *sse) {
75 vst1_lane_u32((uint32_t *)sse, vreinterpret_u32_s64(d0s64), 0);
13 vp8_mse16x16_neon( const unsigned char *src_ptr, int source_stride, const unsigned char *ref_ptr, int recon_stride, unsigned int *sse) argument
/external/chromium_org/third_party/libvpx/source/libvpx/vp9/encoder/
H A Dvp9_aq_variance.c119 unsigned int var, sse; local
130 vp9_64_zeros, 0, bw, bh, &sse, &avg);
131 var = sse - (((int64_t)avg * avg) / (bw * bh));
136 vp9_64_zeros, 0, &sse);
/external/chromium_org/third_party/libwebp/enc/
H A Dpicture_psnr.c43 const double sse = (double)(s[i] - value) * (s[i] - value); local
44 if (sse < best_sse) best_sse = sse;
94 float sse[4]; local
95 sse[0] = AccumulateLSIM(src->y, src->y_stride,
97 sse[1] = AccumulateLSIM(src->u, src->uv_stride,
99 sse[2] = AccumulateLSIM(src->v, src->uv_stride,
101 sse[3] = has_alpha ? AccumulateLSIM(src->a, src->a_stride,
105 result[0] = GetPSNR(sse[0] / (src->width * src->height));
106 result[1] = GetPSNR(sse[
[all...]
/external/chromium_org/third_party/libwebp/utils/
H A Dquant_levels.c28 int num_levels, uint64_t* const sse) {
136 if (sse != NULL) *sse = (uint64_t)err;
27 QuantizeLevels(uint8_t* const data, int width, int height, int num_levels, uint64_t* const sse) argument
/external/chromium_org/third_party/libyuv/util/
H A Dpsnr.cc42 volatile uint32 sse; local
70 "=r"(sse)
73 return sse;
118 uint32 sse; local
151 "=g"(sse) // %3
158 return sse;
195 uint32 sse = 0u; local
198 sse += static_cast<uint32>(diff * diff);
200 return sse;
216 uint64 sse local
241 ComputePSNR(double sse, double size) argument
[all...]
/external/libvpx/libvpx/vp8/common/x86/
H A Dvariance_sse2.c144 unsigned int *sse)
150 *sse = var;
161 unsigned int *sse)
167 *sse = var;
179 unsigned int *sse)
186 *sse = sse0;
194 unsigned int *sse)
200 *sse = sse0;
212 unsigned int *sse)
222 *sse
139 vp8_variance4x4_wmt( const unsigned char *src_ptr, int source_stride, const unsigned char *ref_ptr, int recon_stride, unsigned int *sse) argument
155 vp8_variance8x8_wmt( const unsigned char *src_ptr, int source_stride, const unsigned char *ref_ptr, int recon_stride, unsigned int *sse) argument
173 vp8_variance16x16_wmt( const unsigned char *src_ptr, int source_stride, const unsigned char *ref_ptr, int recon_stride, unsigned int *sse) argument
189 vp8_mse16x16_wmt( const unsigned char *src_ptr, int source_stride, const unsigned char *ref_ptr, int recon_stride, unsigned int *sse) argument
206 vp8_variance16x8_wmt( const unsigned char *src_ptr, int source_stride, const unsigned char *ref_ptr, int recon_stride, unsigned int *sse) argument
227 vp8_variance8x16_wmt( const unsigned char *src_ptr, int source_stride, const unsigned char *ref_ptr, int recon_stride, unsigned int *sse) argument
502 vp8_variance_halfpixvar16x16_h_wmt( const unsigned char *src_ptr, int src_pixels_per_line, const unsigned char *dst_ptr, int dst_pixels_per_line, unsigned int *sse) argument
522 vp8_variance_halfpixvar16x16_v_wmt( const unsigned char *src_ptr, int src_pixels_per_line, const unsigned char *dst_ptr, int dst_pixels_per_line, unsigned int *sse) argument
541 vp8_variance_halfpixvar16x16_hv_wmt( const unsigned char *src_ptr, int src_pixels_per_line, const unsigned char *dst_ptr, int dst_pixels_per_line, unsigned int *sse) argument
[all...]
/external/webp/src/enc/
H A Dpicture_psnr.c43 const double sse = (double)(s[i] - value) * (s[i] - value); local
44 if (sse < best_sse) best_sse = sse;
94 float sse[4]; local
95 sse[0] = AccumulateLSIM(src->y, src->y_stride,
97 sse[1] = AccumulateLSIM(src->u, src->uv_stride,
99 sse[2] = AccumulateLSIM(src->v, src->uv_stride,
101 sse[3] = has_alpha ? AccumulateLSIM(src->a, src->a_stride,
105 result[0] = GetPSNR(sse[0] / (src->width * src->height));
106 result[1] = GetPSNR(sse[
[all...]
/external/webp/src/utils/
H A Dquant_levels.c28 int num_levels, uint64_t* const sse) {
136 if (sse != NULL) *sse = (uint64_t)err;
27 QuantizeLevels(uint8_t* const data, int width, int height, int num_levels, uint64_t* const sse) argument

Completed in 441 milliseconds

1234