FFmpeg
4.0
|
#include <libavcodec/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 |
uint32_t | scale_factor [2][8] |
int32_t | sb_sample_f [16][2][8] |
int32_t | sb_sample [16][2][8] |
const AVCRC * | crc_ctx |
uint8_t sbc_frame::frequency |
Definition at line 83 of file sbc.h.
Referenced by ff_sbc_calculate_bits(), sbc_encode_init(), sbc_pack_frame(), and sbc_unpack_frame().
uint8_t sbc_frame::blocks |
Definition at line 84 of file sbc.h.
Referenced by sbc_analyze_audio(), sbc_decode_frame(), sbc_encode_frame(), sbc_encode_init(), sbc_pack_frame(), sbc_synthesize_audio(), and sbc_unpack_frame().
enum { ... } sbc_frame::mode |
Referenced by ff_sbc_calculate_bits(), sbc_encode_frame(), sbc_encode_init(), sbc_pack_frame(), and sbc_unpack_frame().
uint8_t sbc_frame::channels |
Definition at line 91 of file sbc.h.
Referenced by ff_sbc_calculate_bits(), sbc_analyze_audio(), sbc_decode_frame(), sbc_encode_frame(), sbc_encode_init(), sbc_pack_frame(), sbc_synthesize_audio(), and sbc_unpack_frame().
enum { ... } sbc_frame::allocation |
Referenced by ff_sbc_calculate_bits(), sbc_encode_init(), sbc_pack_frame(), and sbc_unpack_frame().
uint8_t sbc_frame::subbands |
Definition at line 96 of file sbc.h.
Referenced by ff_sbc_calculate_bits(), sbc_analyze_audio(), sbc_decode_frame(), sbc_encode_frame(), sbc_encode_init(), sbc_pack_frame(), sbc_synthesize_audio(), and sbc_unpack_frame().
uint8_t sbc_frame::bitpool |
Definition at line 97 of file sbc.h.
Referenced by ff_sbc_calculate_bits(), sbc_encode_frame(), sbc_encode_init(), sbc_pack_frame(), and sbc_unpack_frame().
uint16_t sbc_frame::codesize |
Definition at line 98 of file sbc.h.
Referenced by sbc_encode_frame(), and sbc_encode_init().
uint8_t sbc_frame::joint |
Definition at line 101 of file sbc.h.
Referenced by sbc_encode_frame(), and sbc_unpack_frame().
uint32_t sbc_frame::scale_factor[2][8] |
Definition at line 104 of file sbc.h.
Referenced by ff_sbc_calculate_bits(), sbc_encode_frame(), sbc_pack_frame(), and sbc_unpack_frame().
int32_t sbc_frame::sb_sample_f[16][2][8] |
Definition at line 107 of file sbc.h.
Referenced by sbc_analyze_audio(), sbc_encode_frame(), and sbc_pack_frame().
int32_t sbc_frame::sb_sample[16][2][8] |
Definition at line 110 of file sbc.h.
Referenced by sbc_synthesize_eight(), sbc_synthesize_four(), and sbc_unpack_frame().
const AVCRC* sbc_frame::crc_ctx |
Definition at line 112 of file sbc.h.
Referenced by sbc_decode_init(), sbc_encode_init(), sbc_pack_frame(), and sbc_unpack_frame().