MAX_LSPS          225 libavcodec/wmavoice.c     double prev_lsps[MAX_LSPS];   ///< LSPs of the last frame of the previous
MAX_LSPS          259 libavcodec/wmavoice.c     float synth_history[MAX_LSPS]; ///< see #excitation_history
MAX_LSPS         1415 libavcodec/wmavoice.c     double i_lsps[MAX_LSPS];
MAX_LSPS         1416 libavcodec/wmavoice.c     float lpcs[MAX_LSPS];
MAX_LSPS         1577 libavcodec/wmavoice.c         double i_lsps[MAX_LSPS];
MAX_LSPS         1578 libavcodec/wmavoice.c         float lpcs[MAX_LSPS];
MAX_LSPS         1756 libavcodec/wmavoice.c     double lsps[MAX_FRAMES][MAX_LSPS];
MAX_LSPS         1760 libavcodec/wmavoice.c     float synth[MAX_LSPS + MAX_SFRAMESIZE];
MAX_LSPS         1800 libavcodec/wmavoice.c         double prev_lsps[MAX_LSPS], a1[MAX_LSPS * 2], a2[MAX_LSPS * 2];
MAX_LSPS         2048 libavcodec/wmavoice.c            sizeof(*s->synth_history)      * MAX_LSPS);