#include <ra144.h>
Definition at line 38 of file ra144.h.
Referenced by ff_interp(), ra144_decode_init(), and ra144_encode_init().
Definition at line 39 of file ra144.h.
Referenced by ff_subblock_synthesis(), ra144_decode_init(), ra144_encode_init(), and ra144_encode_subblock().
Definition at line 40 of file ra144.h.
Referenced by ra144_encode_close(), ra144_encode_frame(), and ra144_encode_init().
Definition at line 41 of file ra144.h.
Referenced by ra144_encode_close(), ra144_encode_frame(), and ra144_encode_init().
Definition at line 42 of file ra144.h.
Referenced by ra144_encode_frame().
previous frame energy
Definition at line 44 of file ra144.h.
Referenced by ra144_decode_frame(), and ra144_encode_frame().
Definition at line 46 of file ra144.h.
Referenced by ra144_decode_init(), and ra144_encode_init().
LPC coefficients: lpc_coef[0] is the coefficients of the current frame and lpc_coef[1] of the previous one.
Definition at line 50 of file ra144.h.
Referenced by ff_interp(), ra144_decode_frame(), ra144_decode_init(), ra144_encode_frame(), and ra144_encode_init().
Definition at line 52 of file ra144.h.
Referenced by ff_interp(), ra144_decode_frame(), and ra144_encode_frame().
Definition at line 54 of file ra144.h.
Referenced by ra144_encode_frame().
The current subblock padded by the last 10 values of the previous one.
Definition at line 57 of file ra144.h.
Referenced by ff_subblock_synthesis(), ra144_decode_frame(), and ra144_encode_subblock().
Adaptive codebook, its size is two units bigger to avoid a buffer overflow.
Definition at line 61 of file ra144.h.
Referenced by ff_subblock_synthesis(), and ra144_encode_subblock().
Definition at line 63 of file ra144.h.
Referenced by ff_subblock_synthesis(), and ra144_encode_subblock().