Home
last modified time | relevance | path

Searched refs:find_peak (Results 1 - 2 of 2) sorted by relevance

/third_party/ffmpeg/libavfilter/
H A Davf_showvolume.c146 static void find_peak(float *src, int nb_samples, float *peak, float factor) in find_peak() function
184 case 0: s->meter = find_peak; break; in config_input()
/third_party/ffmpeg/libavcodec/
H A Ddcaenc.c552 static inline int32_t find_peak(DCAEncContext *c, const int32_t *in, int len) in find_peak() function
570 c->peak_cb[ch][band] = find_peak(c, c->subband[ch][band], in find_peaks()
575 c->lfe_peak_cb = find_peak(c, c->downsampled_lfe, DCA_LFE_SAMPLES); in find_peaks()
594 c->diff_peak_cb[ch][band] = find_peak(c, estimated_diff, 16); in adpcm_analysis()

Completed in 7 milliseconds