summaryrefslogtreecommitdiffstats
path: root/libavcodec/g723_1.h
diff options
context:
space:
mode:
authorHendrik Leppkes <h.leppkes@gmail.com>2015-12-07 15:50:45 +0100
committerHendrik Leppkes <h.leppkes@gmail.com>2015-12-07 15:50:45 +0100
commit90c93fb12948f0b00720df91961a09e187703060 (patch)
tree6da306f52459e1178c7d75c058b0389b49db6d89 /libavcodec/g723_1.h
parent6c9cc21bcca952ca86a6cf08376afa9f3b7a2034 (diff)
parentf023d57d355ff3b917f1aad9b03db5c293ec4244 (diff)
downloadffmpeg-streaming-90c93fb12948f0b00720df91961a09e187703060.zip
ffmpeg-streaming-90c93fb12948f0b00720df91961a09e187703060.tar.gz
Merge commit 'f023d57d355ff3b917f1aad9b03db5c293ec4244'
* commit 'f023d57d355ff3b917f1aad9b03db5c293ec4244': lavc: G.723.1 encoder Split existing FFmpeg G.723.1 encoder into a new file. Merged-by: Hendrik Leppkes <h.leppkes@gmail.com>
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