Home
last modified time | relevance | path

Searched defs:mean (Results 51 - 57 of 57) sorted by relevance

123

/third_party/ffmpeg/libavcodec/
H A Dmotion_est.c1033 unsigned mean = (sum+128)>>8; in ff_estimate_p_frame_motion() local
H A Dmpegvideo_enc.c986 int mean = (s->mpvencdsp.pix_sum(src + offset, stride) + 128) >> 8; in get_intra_count() local
/third_party/ffmpeg/libavfilter/
H A Daf_afwtdn.c898 static double measure_stddev(const double *in, int length, double mean) in measure_stddev() argument
H A Daf_afftdn.c335 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 Dvf_nnedi.c857 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 Dh2load.cc1705 double within_sd(const std::vector<double> &samples, double mean, double sd) { in within_sd() argument
[all...]
H A Dh2load.h191 double min, max, mean, sd; member

Completed in 29 milliseconds

123