Definition at line 41 of file ra288.c.
Referenced by backward_filter(), do_hybrid_window(), and ra288_decode_init().
LPC coefficients for speech data (spec: A)
Definition at line 42 of file ra288.c.
Referenced by decode(), and ra288_decode_frame().
LPC coefficients for gain (spec: GB)
Definition at line 43 of file ra288.c.
Referenced by decode(), and ra288_decode_frame().
speech data history (spec: SB).
Its first 70 coefficients are updated only at backward filtering.
Definition at line 48 of file ra288.c.
Referenced by decode(), and ra288_decode_frame().
speech part of the gain autocorrelation (spec: REXP)
Definition at line 51 of file ra288.c.
Referenced by ra288_decode_frame().
log-gain history (spec: SBLG).
Its first 28 coefficients are updated only at backward filtering.
Definition at line 56 of file ra288.c.
Referenced by decode(), and ra288_decode_frame().
recursive part of the gain autocorrelation (spec: REXPLG)
Definition at line 59 of file ra288.c.
Referenced by ra288_decode_frame().