Searched refs:avg (Results 1 - 25 of 129) sorted by relevance

123456

/external/iptables/include/linux/netfilter/
H A Dxt_limit.h14 __u32 avg; /* Average secs between packets * scale */ member in struct:xt_rateinfo
H A Dxt_hashlimit.h30 __u32 avg; /* Average secs between packets * scale */ member in struct:hashlimit_cfg
54 __u32 avg; /* Average secs between packets * scale */ member in struct:hashlimit_cfg1
67 __u64 avg; /* Average secs between packets * scale */ member in struct:hashlimit_cfg2
/external/kernel-headers/original/uapi/linux/netfilter/
H A Dxt_limit.h15 __u32 avg; /* Average secs between packets * scale */ member in struct:xt_rateinfo
H A Dxt_hashlimit.h34 __u32 avg; /* Average secs between packets * scale */ member in struct:hashlimit_cfg
58 __u32 avg; /* Average secs between packets * scale */ member in struct:hashlimit_cfg1
71 __u64 avg; /* Average secs between packets * scale */ member in struct:hashlimit_cfg2
85 __u64 avg; /* Average secs between packets * scale */ member in struct:hashlimit_cfg3
/external/kernel-headers/original/uapi/linux/netfilter_bridge/
H A Debt_limit.h16 __u32 avg; /* Average secs between packets * scale */ member in struct:ebt_limit_info
/external/libvpx/libvpx/vpx_dsp/x86/
H A Davg_pred_sse2.c28 const __m128i avg = _mm_avg_epu8(p, r); local
29 _mm_store_si128((__m128i *)(comp + x), avg);
43 __m128i avg; local
62 avg = _mm_avg_epu8(p, r);
63 _mm_store_si128((__m128i *)comp, avg);
H A Dconvolve.h23 #define FUN_CONV_1D(name, offset, step_q4, dir, src_start, avg, opt) \
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##2_##avg##opt(src, src_stride, dst, \
59 vpx_filter_block1d8_##dir##2_##avg##opt(src, src_stride, dst, \
62 vpx_filter_block1d4_##dir##2_##avg##opt(src, src_stride, dst, \
68 #define FUN_CONV_2D(avg, opt) \
69 void vpx_convolve8_##avg##opt( \
87 vpx_convolve8_##avg##vert
[all...]
H A 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, highb
[all...]
/external/e2fsprogs/misc/
H A De2freefrag.h18 unsigned long min, max, avg; /* chunk size stats */ member in struct:chunk_info
/external/ltp/testcases/realtime/func/measurement/
H A Dpreempt_timing.c84 unsigned long long i, j, delta, min, max, avg; local
94 max = avg = 0;
144 avg += delta;
148 avg /= (ITERATIONS * INTERVALS);
155 printf("Average: %llu \n", avg);
H A Drdtsc-latency.c103 unsigned long long max, min, avg, tsc_a, tsc_b, tsc_period; local
144 max = min = avg = 0;
153 avg += deltas[i];
155 avg /= ITERATIONS;
163 printf(" Avg: %llu ns\n", avg);
/external/slf4j/slf4j-jdk14/src/test/java/org/slf4j/impl/
H A DPerfTest.java53 double avg = debugLoop(LEN);
55 BogoPerf.assertDuration(avg, referencePerf, REFERENCE_BIPS);
/external/libpng/intel/
H A Dfilter_sse2_intrinsics.c144 __m128i avg; local
149 avg = _mm_avg_epu8(a,b);
151 avg = _mm_sub_epi8(avg, _mm_and_si128(_mm_xor_si128(a,b),
153 d = _mm_add_epi8(d, avg);
161 __m128i avg; local
166 avg = _mm_avg_epu8(a,b);
168 avg = _mm_sub_epi8(avg, _mm_and_si128(_mm_xor_si128(a,b),
171 d = _mm_add_epi8(d, avg);
197 __m128i avg; local
[all...]
/external/ltp/include/
H A Dtst_fuzzy_sync.h199 float avg = pair->avg_diff; local
203 avg = tst_exp_moving_avg(pair->avg_alpha, diff, avg);
205 fabs(diff - avg),
209 if (avg > target)
211 else if (avg < target)
218 pair->avg_diff = avg;
/external/libpng/contrib/intel/
H A Dfilter_sse2_intrinsics.c134 __m128i avg = _mm_avg_epu8(a,b); local
136 avg = _mm_sub_epi8(avg, _mm_and_si128(_mm_xor_si128(a,b),
138 d = _mm_add_epi8(d, avg);
150 __m128i avg = _mm_avg_epu8(a,b); local
152 avg = _mm_sub_epi8(avg, _mm_and_si128(_mm_xor_si128(a,b),
155 d = _mm_add_epi8(d, avg);
183 __m128i avg = _mm_avg_epu8(a,b); local
185 avg
[all...]
/external/pdfium/third_party/libpng16/contrib/intel/
H A Dfilter_sse2_intrinsics.c134 __m128i avg = _mm_avg_epu8(a,b); local
136 avg = _mm_sub_epi8(avg, _mm_and_si128(_mm_xor_si128(a,b),
138 d = _mm_add_epi8(d, avg);
150 __m128i avg = _mm_avg_epu8(a,b); local
152 avg = _mm_sub_epi8(avg, _mm_and_si128(_mm_xor_si128(a,b),
155 d = _mm_add_epi8(d, avg);
183 __m128i avg = _mm_avg_epu8(a,b); local
185 avg
[all...]
/external/libvpx/libvpx/vpx_dsp/arm/
H A Davg_pred_neon.c25 const uint8x16_t avg = vrhaddq_u8(p, r); local
26 vst1q_u8(comp + x, avg);
/external/webrtc/webrtc/modules/video_coding/utility/
H A Dmoving_average.h44 bool MovingAverage<T>::GetAverage(size_t num_samples, T* avg) { argument
54 *avg = sum_ / static_cast<T>(num_samples);
/external/iptables/extensions/
H A Dlibxt_limit.c28 "--limit avg max average match rate: default "XT_LIMIT_AVG"\n"
84 parse_rate(XT_LIMIT_AVG, &r->avg);
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))
142 printf(" limit: avg"); print_rate(r->avg);
150 printf(" --limit"); print_rate(r->avg);
186 print_rate_xlate(r->avg, x
[all...]
H A Dlibxt_hashlimit.c44 "--hashlimit <avg> max average match rate\n"
81 " --hashlimit-upto <avg> max average match rate\n"
84 " --hashlimit-above <avg> min average match rate\n"
192 to->avg = cfg->avg;
438 if (!parse_rate(cb->arg, &info->cfg.avg, cb->udata, 1))
462 if (parse_bytes(cb->arg, &info->cfg.avg, cb->udata, 1))
464 else if (!parse_rate(cb->arg, &info->cfg.avg, cb->udata, 1))
471 if (parse_bytes(cb->arg, &info->cfg.avg, cb->udata, 1))
473 else if (!parse_rate(cb->arg, &info->cfg.avg, c
648 print_bytes(uint64_t avg, uint64_t burst, const char *prefix) argument
[all...]
/external/v8/tools/testrunner/local/
H A Dperfdata.py36 self.avg = 0.0
45 self.avg = self.avg * effective_count + result
47 self.avg /= self.count
74 return self.database[key].avg
/external/libvpx/libvpx/vpx_dsp/mips/
H A Dsub_pixel_variance_msa.c49 v8i16 avg = { 0 }; local
64 CALC_MSE_AVG_B(src, ref, var, avg);
67 vec = __msa_hadd_s_w(avg, avg);
83 v8i16 avg = { 0 }; local
97 CALC_MSE_AVG_B(src0, ref0, var, avg);
98 CALC_MSE_AVG_B(src1, ref1, var, avg);
101 vec = __msa_hadd_s_w(avg, avg);
115 v8i16 avg local
170 v8i16 avg = { 0 }; local
392 v8i16 avg = { 0 }; local
431 v8i16 avg = { 0 }; local
473 v8i16 avg = { 0 }; local
557 v8i16 avg = { 0 }; local
600 v8i16 avg = { 0 }; local
644 v8i16 avg = { 0 }; local
741 v8i16 avg = { 0 }; local
790 v8i16 avg = { 0 }; local
846 v8i16 avg = { 0 }; local
958 v8i16 avg = { 0 }; local
1003 v8i16 avg = { 0 }; local
1055 v8i16 avg = { 0 }; local
1158 v8i16 avg = { 0 }; local
1206 v8i16 avg = { 0 }; local
1254 v8i16 avg = { 0 }; local
1370 v8i16 avg = { 0 }; local
1421 v8i16 avg = { 0 }; local
1487 v8i16 avg = { 0 }; local
[all...]
H A Dvariance_msa.c49 v8i16 avg = { 0 }; local
60 CALC_MSE_AVG_B(src, ref, var, avg);
63 vec = __msa_hadd_s_w(avg, avg);
75 v8i16 avg = { 0 }; local
86 CALC_MSE_AVG_B(src0, ref0, var, avg);
87 CALC_MSE_AVG_B(src1, ref1, var, avg);
90 vec = __msa_hadd_s_w(avg, avg);
101 v8i16 avg local
141 v8i16 avg = { 0 }; local
[all...]
/external/opencv/cvaux/src/
H A Dcveigenobjects.cpp201 // avg - pointer to averaged object
214 void *userData, float *avg, int avgStep,
229 if( input == NULL || avg == NULL || covarMatrix == NULL )
280 float *fu = avg;
310 float *fu = avg;
364 float *a = avg;
436 // avg - pointer to averaged object (has the same size as ROI)
473 CvTermCriteria* calcLimit, float* avg,
495 if( input == NULL || output == NULL || avg == NULL )
567 bf = avg;
212 icvCalcCovarMatrixEx_8u32fR( int nObjects, void *input, int objStep1, int ioFlags, int ioBufSize, uchar* buffer, void *userData, float *avg, int avgStep, CvSize size, float *covarMatrix ) argument
470 icvCalcEigenObjects_8u32fR( int nObjects, void* input, int objStep, void* output, int eigStep, CvSize size, int ioFlags, int ioBufSize, void* userData, CvTermCriteria* calcLimit, float* avg, int avgStep, float *eigVals ) argument
884 icvCalcDecompCoeff_8u32fR( uchar* obj, int objStep, float *eigObj, int eigStep, float *avg, int avgStep, CvSize size ) argument
961 icvEigenDecomposite_8u32fR( uchar * obj, int objStep, int nEigObjs, void *eigInput, int eigStep, int ioFlags, void *userData, float *avg, int avgStep, CvSize size, float *coeffs ) argument
1055 icvEigenProjection_8u32fR( int nEigObjs, void *eigInput, int eigStep, int ioFlags, void *userData, float *coeffs, float *avg, int avgStep, uchar * rest, int restStep, CvSize size ) argument
1309 cvCalcEigenObjects( int nObjects, void* input, void* output, int ioFlags, int ioBufSize, void* userData, CvTermCriteria* calcLimit, IplImage* avg, float* eigVals ) argument
1598 cvEigenDecomposite( IplImage* obj, int nEigObjs, void* eigInput, int ioFlags, void* userData, IplImage* avg, float* coeffs ) argument
1715 cvEigenProjection( void* eigInput, int nEigObjs, int ioFlags, void* userData, float* coeffs, IplImage* avg, IplImage* proj ) argument
[all...]
/external/libvpx/libvpx/vp9/encoder/
H A Dvp9_aq_variance.c153 int avg; local
158 &sse, &avg);
160 avg >>= (xd->bd - 8);
163 bw, bh, &sse, &avg);
167 bw, bh, &sse, &avg);
169 var = sse - (unsigned int)(((int64_t)avg * avg) / (bw * bh));

Completed in 922 milliseconds

123456