MAX_SIGNAL_HISTORY  251 libavcodec/wmavoice.c     float excitation_history[MAX_SIGNAL_HISTORY];
MAX_SIGNAL_HISTORY  274 libavcodec/wmavoice.c     float zero_exc_pf[MAX_SIGNAL_HISTORY + MAX_SFRAMESIZE];
MAX_SIGNAL_HISTORY  347 libavcodec/wmavoice.c            sizeof(*s->excitation_history) * MAX_SIGNAL_HISTORY);
MAX_SIGNAL_HISTORY  451 libavcodec/wmavoice.c     if (s->min_pitch_val < 1 || s->history_nsamples > MAX_SIGNAL_HISTORY) {
MAX_SIGNAL_HISTORY  453 libavcodec/wmavoice.c             max_sr = ((((MAX_SIGNAL_HISTORY - 8) << 8) + 205) * 2000 / 37) >> 8;
MAX_SIGNAL_HISTORY 1713 libavcodec/wmavoice.c     float excitation[MAX_SIGNAL_HISTORY + MAX_SFRAMESIZE + 12];