|
FFmpeg
|
G.723.1 compatible encoder. More...
#include <stdint.h>#include <string.h>#include "libavutil/channel_layout.h"#include "libavutil/common.h"#include "libavutil/mem.h"#include "libavutil/opt.h"#include "avcodec.h"#include "celp_math.h"#include "g723_1.h"#include "internal.h"#include "put_bits.h"Macros | |
| #define | BITSTREAM_WRITER_LE |
| #define | get_index(num, offset, size) |
| Quantize the current LSP subvector. More... | |
Variables | |
| AVCodec | ff_g723_1_encoder |
G.723.1 compatible encoder.
| #define get_index | ( | num, | |
| offset, | |||
| size | |||
| ) |
Quantize the current LSP subvector.
| num | band number |
| offset | offset of the current subvector in an LPC_ORDER vector |
| size | size of the current subvector |
| AVCodec ff_g723_1_encoder |
1.8.12