Searched defs:mean (Results 51 - 57 of 57) sorted by relevance
123
| /third_party/ffmpeg/libavcodec/ |
| H A D | motion_est.c | 1033 unsigned mean = (sum+128)>>8; in ff_estimate_p_frame_motion() local
|
| H A D | mpegvideo_enc.c | 986 int mean = (s->mpvencdsp.pix_sum(src + offset, stride) + 128) >> 8; in get_intra_count() local
|
| /third_party/ffmpeg/libavfilter/ |
| H A D | af_afwtdn.c | 898 static double measure_stddev(const double *in, int length, double mean) in measure_stddev() argument
|
| H A D | af_afftdn.c | 335 static double floor_offset(const double *S, int size, double mean) in floor_offset() argument 592 double mean = 0.f; in reduce_mean() local
|
| H A D | vf_nnedi.c | 857 static float mean(const float *input, int size) in mean() function 867 static void transform(float *input, int size, float mean, float half) in transform() argument [all...] |
| /third_party/nghttp2/src/ |
| H A D | h2load.cc | 1705 double within_sd(const std::vector<double> &samples, double mean, double sd) { in within_sd() argument [all...] |
| H A D | h2load.h | 191 double min, max, mean, sd; member
|
Completed in 29 milliseconds
123