Go to the source code of this file.
◆ FF_BUFQUEUE_SIZE
#define FF_BUFQUEUE_SIZE 145 |
Definition at line 29 of file enc.h.
◆ OPUS_MAX_LOOKAHEAD
Definition at line 32 of file enc.h.
◆ OPUS_MAX_CHANNELS
#define OPUS_MAX_CHANNELS 2 |
Definition at line 34 of file enc.h.
◆ OPUS_MAX_FRAMES_PER_PACKET
#define OPUS_MAX_FRAMES_PER_PACKET 48 |
Definition at line 37 of file enc.h.
◆ OPUS_BLOCK_SIZE
#define OPUS_BLOCK_SIZE |
( |
|
x | ) |
(2 * 15 * (1 << ((x) + 2))) |
Definition at line 39 of file enc.h.
◆ OPUS_SAMPLES_TO_BLOCK_SIZE
#define OPUS_SAMPLES_TO_BLOCK_SIZE |
( |
|
x | ) |
(ff_log2((x) / (2 * 15)) - 2) |
Definition at line 41 of file enc.h.