Home
last modified time | relevance | path

Searched full:avg (Results 1 – 25 of 532) sorted by relevance

12345678910>>...22

/external/libvpx/libvpx/vpx_dsp/x86/
Dconvolve.h23 #define FUN_CONV_1D(name, offset, step_q4, dir, src_start, avg, opt) \ argument
37 vpx_filter_block1d16_##dir##8_##avg##opt(src_start, src_stride, dst, \
44 vpx_filter_block1d8_##dir##8_##avg##opt(src_start, src_stride, dst, \
47 vpx_filter_block1d4_##dir##8_##avg##opt(src_start, src_stride, dst, \
52 vpx_filter_block1d16_##dir##4_##avg##opt(src_start, src_stride, dst, \
59 vpx_filter_block1d8_##dir##4_##avg##opt(src_start, src_stride, dst, \
62 vpx_filter_block1d4_##dir##4_##avg##opt(src_start, src_stride, dst, \
67 vpx_filter_block1d16_##dir##2_##avg##opt(src, src_stride, dst, \
74 vpx_filter_block1d8_##dir##2_##avg##opt(src, src_stride, dst, \
77 vpx_filter_block1d4_##dir##2_##avg##opt(src, src_stride, dst, \
[all …]
Dhighbd_subpel_variance_impl_sse2.asm95 %if %2 == 1 ; avg
110 %if %2 == 1 ; avg
142 %if %2 == 1 ; avg
167 %if %2 == 1 ; avg
185 %if %2 == 1 ; avg
193 %if %2 == 1 ; avg
201 %if %2 == 1 ; avg
210 %if %2 == 1 ; avg
233 %if %2 == 1 ; avg
241 %if %2 == 1 ; avg
[all …]
Dsubpel_variance_sse2.asm118 %if %2 == 1 ; avg
132 %if %2 == 1 ; avg
163 %if %2 == 1 ; avg
194 %if %2 == 1 ; avg
211 %if %2 == 1 ; avg
219 %if %2 == 0 ; !avg
229 %if %2 == 1 ; avg
236 %else ; !avg
243 %if %2 == 1 ; avg
259 %else ; !avg
[all …]
Dvpx_convolve_copy_sse2.asm16 %ifidn %1, avg
57 %ifidn %1, avg
72 %ifidn %1, avg
96 %ifidn %1, avg
119 %ifidn %1, avg
144 %ifidn %1, avg
169 %ifidn %1, avg
199 %ifidn %1, avg
222 convolve_fn avg
225 convolve_fn avg, highbd
/external/libaom/libaom/aom_dsp/mips/
Dsub_pixel_variance_msa.c47 v8i16 avg = { 0 }; in avg_sse_diff_4width_msa() local
62 CALC_MSE_AVG_B(src, ref, var, avg); in avg_sse_diff_4width_msa()
65 vec = __msa_hadd_s_w(avg, avg); in avg_sse_diff_4width_msa()
81 v8i16 avg = { 0 }; in avg_sse_diff_8width_msa() local
95 CALC_MSE_AVG_B(src0, ref0, var, avg); in avg_sse_diff_8width_msa()
96 CALC_MSE_AVG_B(src1, ref1, var, avg); in avg_sse_diff_8width_msa()
99 vec = __msa_hadd_s_w(avg, avg); in avg_sse_diff_8width_msa()
113 v8i16 avg = { 0 }; in avg_sse_diff_16width_msa() local
124 CALC_MSE_AVG_B(src, ref, var, avg); in avg_sse_diff_16width_msa()
133 CALC_MSE_AVG_B(src, ref, var, avg); in avg_sse_diff_16width_msa()
[all …]
Dvariance_msa.c51 v8i16 avg = { 0 }; in sse_diff_4width_msa() local
62 CALC_MSE_AVG_B(src, ref, var, avg); in sse_diff_4width_msa()
65 vec = __msa_hadd_s_w(avg, avg); in sse_diff_4width_msa()
77 v8i16 avg = { 0 }; in sse_diff_8width_msa() local
88 CALC_MSE_AVG_B(src0, ref0, var, avg); in sse_diff_8width_msa()
89 CALC_MSE_AVG_B(src1, ref1, var, avg); in sse_diff_8width_msa()
92 vec = __msa_hadd_s_w(avg, avg); in sse_diff_8width_msa()
103 v8i16 avg = { 0 }; in sse_diff_16width_msa() local
111 CALC_MSE_AVG_B(src, ref, var, avg); in sse_diff_16width_msa()
117 CALC_MSE_AVG_B(src, ref, var, avg); in sse_diff_16width_msa()
[all …]
/external/libvpx/libvpx/vpx_dsp/mips/
Dsub_pixel_variance_msa.c49 v8i16 avg = { 0 }; in avg_sse_diff_4width_msa() local
64 CALC_MSE_AVG_B(src, ref, var, avg); in avg_sse_diff_4width_msa()
67 vec = __msa_hadd_s_w(avg, avg); in avg_sse_diff_4width_msa()
83 v8i16 avg = { 0 }; in avg_sse_diff_8width_msa() local
97 CALC_MSE_AVG_B(src0, ref0, var, avg); in avg_sse_diff_8width_msa()
98 CALC_MSE_AVG_B(src1, ref1, var, avg); in avg_sse_diff_8width_msa()
101 vec = __msa_hadd_s_w(avg, avg); in avg_sse_diff_8width_msa()
115 v8i16 avg = { 0 }; in avg_sse_diff_16width_msa() local
126 CALC_MSE_AVG_B(src, ref, var, avg); in avg_sse_diff_16width_msa()
135 CALC_MSE_AVG_B(src, ref, var, avg); in avg_sse_diff_16width_msa()
[all …]
Dvariance_msa.c49 v8i16 avg = { 0 }; in sse_diff_4width_msa() local
60 CALC_MSE_AVG_B(src, ref, var, avg); in sse_diff_4width_msa()
63 vec = __msa_hadd_s_w(avg, avg); in sse_diff_4width_msa()
75 v8i16 avg = { 0 }; in sse_diff_8width_msa() local
86 CALC_MSE_AVG_B(src0, ref0, var, avg); in sse_diff_8width_msa()
87 CALC_MSE_AVG_B(src1, ref1, var, avg); in sse_diff_8width_msa()
90 vec = __msa_hadd_s_w(avg, avg); in sse_diff_8width_msa()
101 v8i16 avg = { 0 }; in sse_diff_16width_msa() local
109 CALC_MSE_AVG_B(src, ref, var, avg); in sse_diff_16width_msa()
115 CALC_MSE_AVG_B(src, ref, var, avg); in sse_diff_16width_msa()
[all …]
/external/libaom/libaom/aom_dsp/x86/
Dconvolve.h25 #define FUN_CONV_1D(name, step_q4, filter, dir, src_start, avg, opt) \ argument
39 aom_filter_block1d16_##dir##4_##avg##opt(src_start, src_stride, dst, \
46 aom_filter_block1d8_##dir##4_##avg##opt(src_start, src_stride, dst, \
53 aom_filter_block1d4_##dir##4_##avg##opt(src_start, src_stride, dst, \
61 aom_filter_block1d16_##dir##8_##avg##opt(src_start, src_stride, dst, \
68 aom_filter_block1d8_##dir##8_##avg##opt(src_start, src_stride, dst, \
75 aom_filter_block1d4_##dir##8_##avg##opt(src_start, src_stride, dst, \
83 aom_filter_block1d16_##dir##2_##avg##opt(src, src_stride, dst, \
90 aom_filter_block1d8_##dir##2_##avg##opt(src, src_stride, dst, \
97 aom_filter_block1d4_##dir##2_##avg##opt(src, src_stride, dst, \
[all …]
Dhighbd_subpel_variance_impl_sse2.asm98 %if %2 == 1 ; avg
113 %if %2 == 1 ; avg
145 %if %2 == 1 ; avg
170 %if %2 == 1 ; avg
188 %if %2 == 1 ; avg
196 %if %2 == 1 ; avg
204 %if %2 == 1 ; avg
213 %if %2 == 1 ; avg
236 %if %2 == 1 ; avg
244 %if %2 == 1 ; avg
[all …]
Dsubpel_variance_sse2.asm121 %if %2 == 1 ; avg
135 %if %2 == 1 ; avg
166 %if %2 == 1 ; avg
197 %if %2 == 1 ; avg
214 %if %2 == 1 ; avg
222 %if %2 == 0 ; !avg
232 %if %2 == 1 ; avg
239 %else ; !avg
246 %if %2 == 1 ; avg
262 %else ; !avg
[all …]
Daom_convolve_copy_sse2.asm19 %ifidn %1, avg
66 %ifidn %1, avg
80 %ifidn %1, avg
94 %ifidn %1, avg
109 %ifidn %1, avg
132 %ifidn %1, avg
147 %ifidn %1, avg
170 %ifidn %1, avg
193 %ifidn %1, avg
218 %ifidn %1, avg
[all …]
/external/autotest/frontend/tko/preconfigs/metrics/
Dperf8 aggregation[0]: AVG
17 aggregation[1]: AVG
26 aggregation[2]: AVG
35 aggregation[3]: AVG
44 aggregation[4]: AVG
59 aggregation[0]: AVG
68 aggregation[1]: AVG
77 aggregation[2]: AVG
86 aggregation[3]: AVG
95 aggregation[4]: AVG
[all …]
Dkernel_compare12 aggregation[0]: AVG
19 aggregation[1]: AVG
35 aggregation[0]: AVG
42 aggregation[1]: AVG
58 aggregation[0]: AVG
65 aggregation[1]: AVG
/external/autotest/client/tests/compilebench/
Dcompilebench.py53 # intial create total runs 10 avg 149.82 MB/s (user 0.63s sys 0.85s)
54 # create total runs 5 avg 27.50 MB/s (user 0.62s sys 0.83s)
55 # patch total runs 4 avg 15.01 MB/s (user 0.33s sys 0.63s)
56 # compile total runs 7 avg 41.47 MB/s (user 0.14s sys 0.75s)
57 # clean total runs 4 avg 697.77 MB/s (user 0.02s sys 0.08s)
58 # read tree total runs 2 avg 23.68 MB/s (user 0.85s sys 1.59s)
59 # read compiled tree total runs 1 avg 25.27 MB/s (user 0.98s sys 2.84s)
60 # delete tree total runs 2 avg 1.48 seconds (user 0.35s sys 0.45s)
62 # stat tree total runs 4 avg 1.46 seconds (user 0.35s sys 0.26s)
63 # stat compiled tree total runs 1 avg 1.49 seconds (user 0.37s sys 0.29s)
/external/toolchain-utils/crosperf/test_cache/test_input/
Dresults.txt1Avg 3d-cube: 28.000000ms\n13:23:35 INFO | autoserv| Sd 3d-cube: 1.247219ms\n13:23:35 INFO | autos…
/external/libpng/intel/
Dfilter_sse2_intrinsics.c27 * The Sub filter predicts d=a, Avg d=(a+b)/2, and Paeth predicts d to be
128 /* The Avg filter predicts each pixel as the (truncated) average of a and b. in png_read_filter_row_avg3_sse2()
144 __m128i avg; in png_read_filter_row_avg3_sse2() local
149 avg = _mm_avg_epu8(a,b); in png_read_filter_row_avg3_sse2()
151 avg = _mm_sub_epi8(avg, _mm_and_si128(_mm_xor_si128(a,b), in png_read_filter_row_avg3_sse2()
153 d = _mm_add_epi8(d, avg); in png_read_filter_row_avg3_sse2()
161 __m128i avg; in png_read_filter_row_avg3_sse2() local
166 avg = _mm_avg_epu8(a,b); in png_read_filter_row_avg3_sse2()
168 avg = _mm_sub_epi8(avg, _mm_and_si128(_mm_xor_si128(a,b), in png_read_filter_row_avg3_sse2()
171 d = _mm_add_epi8(d, avg); in png_read_filter_row_avg3_sse2()
[all …]
/external/iptables/extensions/
Dlibxt_limit.c28 "--limit avg max average match rate: default "XT_LIMIT_AVG"\n" in limit_help()
84 parse_rate(XT_LIMIT_AVG, &r->avg); in limit_init()
90 if (r->avg*r->burst/r->burst != r->avg)
92 "Sorry: burst too large for that avg rate.\n");
102 if (!parse_rate(cb->arg, &r->avg)) in limit_parse()
142 printf(" limit: avg"); print_rate(r->avg); in limit_print()
150 printf(" --limit"); print_rate(r->avg); in limit_save()
186 print_rate_xlate(r->avg, xl); in limit_xlate()
Dlibxt_hashlimit.c44 "--hashlimit <avg> max average match rate\n" in hashlimit_help()
81 " --hashlimit-upto <avg> max average match rate\n" in hashlimit_mt_help()
84 " --hashlimit-above <avg> min average match rate\n" in hashlimit_mt_help()
192 to->avg = cfg->avg; in cfg_copy()
438 if (!parse_rate(cb->arg, &info->cfg.avg, cb->udata, 1)) in hashlimit_parse()
462 if (parse_bytes(cb->arg, &info->cfg.avg, cb->udata, 1)) in hashlimit_mt_parse_v1()
464 else if (!parse_rate(cb->arg, &info->cfg.avg, cb->udata, 1)) in hashlimit_mt_parse_v1()
471 if (parse_bytes(cb->arg, &info->cfg.avg, cb->udata, 1)) in hashlimit_mt_parse_v1()
473 else if (!parse_rate(cb->arg, &info->cfg.avg, cb->udata, 1)) in hashlimit_mt_parse_v1()
503 if (parse_bytes(cb->arg, &info->cfg.avg, cb->udata, 2)) in hashlimit_mt_parse()
[all …]
/external/pdfium/third_party/libpng16/contrib/intel/
Dfilter_sse2_intrinsics.c28 * The Sub filter predicts d=a, Avg d=(a+b)/2, and Paeth predicts d to be
118 /* The Avg filter predicts each pixel as the (truncated) average of a and b. in png_read_filter_row_avg3_sse2()
134 __m128i avg = _mm_avg_epu8(a,b); in png_read_filter_row_avg3_sse2() local
136 avg = _mm_sub_epi8(avg, _mm_and_si128(_mm_xor_si128(a,b), in png_read_filter_row_avg3_sse2()
138 d = _mm_add_epi8(d, avg); in png_read_filter_row_avg3_sse2()
150 __m128i avg = _mm_avg_epu8(a,b); in png_read_filter_row_avg3_sse2() local
152 avg = _mm_sub_epi8(avg, _mm_and_si128(_mm_xor_si128(a,b), in png_read_filter_row_avg3_sse2()
155 d = _mm_add_epi8(d, avg); in png_read_filter_row_avg3_sse2()
167 /* The Avg filter predicts each pixel as the (truncated) average of a and b. in png_read_filter_row_avg4_sse2()
183 __m128i avg = _mm_avg_epu8(a,b); in png_read_filter_row_avg4_sse2() local
[all …]
/external/libpng/contrib/intel/
Dfilter_sse2_intrinsics.c28 * The Sub filter predicts d=a, Avg d=(a+b)/2, and Paeth predicts d to be
118 /* The Avg filter predicts each pixel as the (truncated) average of a and b. in png_read_filter_row_avg3_sse2()
134 __m128i avg = _mm_avg_epu8(a,b); in png_read_filter_row_avg3_sse2() local
136 avg = _mm_sub_epi8(avg, _mm_and_si128(_mm_xor_si128(a,b), in png_read_filter_row_avg3_sse2()
138 d = _mm_add_epi8(d, avg); in png_read_filter_row_avg3_sse2()
150 __m128i avg = _mm_avg_epu8(a,b); in png_read_filter_row_avg3_sse2() local
152 avg = _mm_sub_epi8(avg, _mm_and_si128(_mm_xor_si128(a,b), in png_read_filter_row_avg3_sse2()
155 d = _mm_add_epi8(d, avg); in png_read_filter_row_avg3_sse2()
167 /* The Avg filter predicts each pixel as the (truncated) average of a and b. in png_read_filter_row_avg4_sse2()
183 __m128i avg = _mm_avg_epu8(a,b); in png_read_filter_row_avg4_sse2() local
[all …]
/external/webp/src/dsp/
Dlossless_neon.c163 const uint8x8_t avg = Average2_u8_NEON(c0, c1); in ClampedAddSubtractHalf_NEON() local
164 // Remove one to c2 when bigger than avg. in ClampedAddSubtractHalf_NEON()
166 const uint8x8_t cmp = vcgt_u8(C2, avg); in ClampedAddSubtractHalf_NEON()
168 // Compute half of the difference between avg and c2. in ClampedAddSubtractHalf_NEON()
169 const int8x8_t diff_avg = vreinterpret_s8_u8(vhsub_u8(avg, C2_1)); in ClampedAddSubtractHalf_NEON()
170 // Compute the sum with avg and saturate. in ClampedAddSubtractHalf_NEON()
171 const int16x8_t avg_16 = vreinterpretq_s16_u16(vmovl_u8(avg)); in ClampedAddSubtractHalf_NEON()
179 const uint32_t avg = GET_U8_AS_U32(avg_u8x8); in Average2_NEON() local
180 return avg; in Average2_NEON()
187 const uint32_t avg = GET_U8_AS_U32(vhadd_u8(avg0, A1)); in Average3_NEON() local
[all …]
/external/ltp/include/
Dtst_fuzzy_sync.h78 float avg; member
111 /** Internal; Avg. difference between a_start and b_start */
113 /** Internal; Avg. difference between a_start and a_end */
115 /** Internal; Avg. difference between b_start and b_end */
117 /** Internal; Avg. difference between a_end and b_end */
234 s->avg = 0; in tst_init_stat()
289 "%1$-17s: { avg = %3$5.0f%2$s, avg_dev = %4$5.0f%2$s, dev_ratio = %5$.2f }", in tst_fzsync_stat_info()
290 name, unit, stat.avg, stat.avg_dev, stat.dev_ratio); in tst_fzsync_stat_info()
344 s->avg = tst_exp_moving_avg(alpha, sample, s->avg); in tst_upd_stat()
346 fabs(s->avg - sample), s->avg_dev); in tst_upd_stat()
[all …]
/external/autotest/client/tests/cyclictest/
DREADME5 T: 0 ( 2215) P:80 I: 1000 C: 10 Min: 31 Act: 33 Avg: 33 Max: 43
6 T: 1 ( 2216) P:79 I: 1500 C: 10 Min: 22 Act: 22 Avg: 36 Max: 61
7 T: 2 ( 2217) P:78 I: 2000 C: 10 Min: 27 Act: 33 Avg: 36 Max: 50
8 T: 3 ( 2218) P:77 I: 2500 C: 10 Min: 23 Act: 37 Avg: 38 Max: 59
9 T: 4 ( 2219) P:76 I: 3000 C: 10 Min: 26 Act: 48 Avg: 36 Max: 48
/external/autotest/client/site_tests/kernel_fs_Punybench/
Dkernel_fs_Punybench.py173 51.7 2. timer avg= 57.9 stdv= 8.76
182 r1 = re.search(r"timer avg= *([^\s]*).*$", result)
198 size=8589934592 n=1 55.5 3. timer avg= 55.5 stdv=0.0693 147.6 MiB/s
199 size=8589934592 n=1 55.6 4. timer avg= 55.5 stdv=0.0817 147.5 MiB/s
216 size=8589934592 n=10000 4.7 3. timer avg= 4 stdv= 4.6 9.1 MiB/s 2326 IOPs/sec
217 size=8589934592 n=10000 4.9 4. timer avg= 4.2 stdv= 4.5 8.8 MiB/s 2262 IOPs/sec
236 size=8589934592 n=1 55.5 3. timer avg= 55.5 stdv=0.0693 147.6 MiB/s
237 size=8589934592 n=1 55.6 4. timer avg= 55.5 stdv=0.0817 147.5 MiB/s
255 size=16777216 n=1000 13.4 1. timer avg= 13.4 stdv= 0 0.29 MiB/s 74.8 IOPs/sec
256 size=16777216 n=1000 13.3 2. timer avg= 13.3 stdv=0.032 0.3 MiB/s 75.0 IOPs/sec
[all …]

12345678910>>...22