|
FFmpeg
|
G.723.1 compatible decoder. More...
#include "libavutil/channel_layout.h"#include "libavutil/mem.h"#include "libavutil/opt.h"#include "acelp_vectors.h"#include "avcodec.h"#include "celp_filters.h"#include "celp_math.h"#include "get_bits.h"#include "internal.h"#include "g723_1.h"Macros | |
| #define | BITSTREAM_READER_LE |
| #define | CNG_RANDOM_SEED 12345 |
| #define | iir_filter(fir_coef, iir_coef, src, dest, width) |
| Perform IIR filtering. More... | |
| #define | OFFSET(x) offsetof(G723_1_Context, x) |
| #define | AD AV_OPT_FLAG_AUDIO_PARAM | AV_OPT_FLAG_DECODING_PARAM |
Variables | |
| AVCodec | ff_g723_1_decoder |
G.723.1 compatible decoder.
| #define iir_filter | ( | fir_coef, | |
| iir_coef, | |||
| src, | |||
| dest, | |||
| width | |||
| ) |
Perform IIR filtering.
| fir_coef | FIR coefficients |
| iir_coef | IIR coefficients |
| src | source vector |
| dest | destination vector |
| width | width of the output, 16 bits(0) / 32 bits(1) |
| AVCodec ff_g723_1_decoder |
1.8.12