summaryrefslogtreecommitdiffstats
path: root/libavcodec/g723_1.h
diff options
context:
space:
mode:
Diffstat (limited to 'libavcodec/g723_1.h')
-rw-r--r--libavcodec/g723_1.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/libavcodec/g723_1.h b/libavcodec/g723_1.h
index d8c9047..cf982a3 100644
--- a/libavcodec/g723_1.h
+++ b/libavcodec/g723_1.h
@@ -145,10 +145,11 @@ typedef struct g723_1_context {
int postfilter;
int16_t audio[FRAME_LEN + LPC_ORDER + PITCH_MAX + 4];
+
+ /* encoder */
int16_t prev_data[HALF_FRAME_LEN];
int16_t prev_weight_sig[PITCH_MAX];
-
int16_t hpf_fir_mem; ///< highpass filter fir
int hpf_iir_mem; ///< and iir memories
int16_t perf_fir_mem[LPC_ORDER]; ///< perceptual filter fir
OpenPOWER on IntegriCloud