MAX_SIGNAL_HISTORY  255 libavcodec/wmavoice.c     float excitation_history[MAX_SIGNAL_HISTORY];
MAX_SIGNAL_HISTORY  278 libavcodec/wmavoice.c     float zero_exc_pf[MAX_SIGNAL_HISTORY + MAX_SFRAMESIZE];
MAX_SIGNAL_HISTORY  420 libavcodec/wmavoice.c     if (s->min_pitch_val < 1 || s->history_nsamples > MAX_SIGNAL_HISTORY) {
MAX_SIGNAL_HISTORY  422 libavcodec/wmavoice.c             max_sr = ((((MAX_SIGNAL_HISTORY - 8) << 8) + 205) * 2000 / 37) >> 8;
MAX_SIGNAL_HISTORY 1759 libavcodec/wmavoice.c     float excitation[MAX_SIGNAL_HISTORY + MAX_SFRAMESIZE + 12];
MAX_SIGNAL_HISTORY 2046 libavcodec/wmavoice.c            sizeof(*s->excitation_history) * MAX_SIGNAL_HISTORY);