find_peak         563 libavcodec/dcaenc.c             c->peak_cb[ch][band] = find_peak(c, c->subband[ch][band],
find_peak         568 libavcodec/dcaenc.c         c->lfe_peak_cb = find_peak(c, c->downsampled_lfe, DCA_LFE_SAMPLES);
find_peak         587 libavcodec/dcaenc.c                 c->diff_peak_cb[ch][band] = find_peak(c, estimated_diff, 16);
find_peak         184 libavfilter/avf_showvolume.c     case 0: s->meter = find_peak; break;