MAX_LSPS          220 libavcodec/wmavoice.c     double prev_lsps[MAX_LSPS];   ///< LSPs of the last frame of the previous
MAX_LSPS          255 libavcodec/wmavoice.c     float synth_history[MAX_LSPS]; ///< see #excitation_history
MAX_LSPS          349 libavcodec/wmavoice.c            sizeof(*s->synth_history)      * MAX_LSPS);
MAX_LSPS         1447 libavcodec/wmavoice.c     double i_lsps[MAX_LSPS];
MAX_LSPS         1448 libavcodec/wmavoice.c     float lpcs[MAX_LSPS];
MAX_LSPS         1608 libavcodec/wmavoice.c         double i_lsps[MAX_LSPS];
MAX_LSPS         1609 libavcodec/wmavoice.c         float lpcs[MAX_LSPS];
MAX_LSPS         1710 libavcodec/wmavoice.c     double lsps[MAX_FRAMES][MAX_LSPS];
MAX_LSPS         1714 libavcodec/wmavoice.c     float synth[MAX_LSPS + MAX_SFRAMESIZE];
MAX_LSPS         1749 libavcodec/wmavoice.c         double prev_lsps[MAX_LSPS], a1[MAX_LSPS * 2], a2[MAX_LSPS * 2];