|
FFmpeg
|
#include <sbc.h>
Public Types | |
| enum | { MONO = SBC_MODE_MONO , DUAL_CHANNEL = SBC_MODE_DUAL_CHANNEL , STEREO = SBC_MODE_STEREO , JOINT_STEREO = SBC_MODE_JOINT_STEREO } |
| enum | { LOUDNESS = SBC_AM_LOUDNESS , SNR = SBC_AM_SNR } |
Data Fields | ||
| uint8_t | frequency | |
| uint8_t | blocks | |
| enum sbc_frame:: { ... } | mode | |
| uint8_t | channels | |
| enum sbc_frame:: { ... } | allocation | |
| uint8_t | subbands | |
| uint8_t | bitpool | |
| uint16_t | codesize | |
| uint8_t | joint | |
| const AVCRC * | crc_ctx | |
| uint32_t | scale_factor [2][8] | |
| union { | ||
| int32_t sb_sample_f [16][2][8] | ||
| int32_t sb_sample [16][2][8] | ||
| }; | ||
| uint8_t sbc_frame::blocks |
Definition at line 86 of file sbc.h.
Referenced by sbc_decode_frame().
| enum { ... } sbc_frame::mode |
| uint8_t sbc_frame::channels |
Definition at line 93 of file sbc.h.
Referenced by sbc_decode_frame().
| enum { ... } sbc_frame::allocation |
| uint8_t sbc_frame::subbands |
Definition at line 98 of file sbc.h.
Referenced by sbc_decode_frame().
| uint8_t sbc_frame::joint |
Definition at line 103 of file sbc.h.
Referenced by sbc_encode_frame().
| const AVCRC* sbc_frame::crc_ctx |
Definition at line 105 of file sbc.h.
Referenced by sbc_decode_init().
| union { ... } sbc_frame |