FFmpeg
|
Data Fields | |
const char * | mode_name |
uint16_t | bits_per_frame |
uint8_t | subframe_count |
uint8_t | frames_per_packet |
float | pitch_sharp_factor |
uint8_t | number_of_fc_indexes |
uint8_t | ma_predictor_bits |
size in bits of the switched MA predictor | |
uint8_t | vq_indexes_bits [5] |
size in bits of the i-th stage vector of quantizer | |
uint8_t | pitch_delay_bits [5] |
size in bits of the adaptive-codebook index for every subframe | |
uint8_t | gp_index_bits |
uint8_t | fc_index_bits [10] |
size in bits of the fixed codebook indexes | |
uint8_t | gc_index_bits |
size in bits of the gain codebook indexes | |
const char* SiprModeParam::mode_name |
Definition at line 48 of file sipr.c.
Referenced by sipr_decoder_init().
uint16_t SiprModeParam::bits_per_frame |
Definition at line 49 of file sipr.c.
Referenced by sipr_decode_frame().
uint8_t SiprModeParam::subframe_count |
Definition at line 50 of file sipr.c.
Referenced by decode_frame(), decode_parameters(), and sipr_decode_frame().
uint8_t SiprModeParam::frames_per_packet |
Definition at line 51 of file sipr.c.
Referenced by sipr_decode_frame().
float SiprModeParam::pitch_sharp_factor |
Definition at line 52 of file sipr.c.
Referenced by decode_frame().
uint8_t SiprModeParam::number_of_fc_indexes |
Definition at line 55 of file sipr.c.
Referenced by decode_parameters().
uint8_t SiprModeParam::ma_predictor_bits |
size in bits of the switched MA predictor
Definition at line 56 of file sipr.c.
Referenced by decode_parameters().
uint8_t SiprModeParam::vq_indexes_bits[5] |
size in bits of the i-th stage vector of quantizer
Definition at line 59 of file sipr.c.
Referenced by decode_parameters().
uint8_t SiprModeParam::pitch_delay_bits[5] |
size in bits of the adaptive-codebook index for every subframe
Definition at line 62 of file sipr.c.
Referenced by decode_parameters().
uint8_t SiprModeParam::gp_index_bits |
Definition at line 64 of file sipr.c.
Referenced by decode_parameters().
uint8_t SiprModeParam::fc_index_bits[10] |
size in bits of the fixed codebook indexes
Definition at line 65 of file sipr.c.
Referenced by decode_parameters().
uint8_t SiprModeParam::gc_index_bits |
size in bits of the gain codebook indexes
Definition at line 66 of file sipr.c.
Referenced by decode_parameters().