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 |
Definition at line 46 of file sipr.c.
uint16_t SiprModeParam::bits_per_frame |
size in bits of the fixed codebook indexes
Definition at line 64 of file sipr.c.
Referenced by decode_parameters().
size in bits of the gain codebook indexes
Definition at line 65 of file sipr.c.
Referenced by decode_parameters().
size in bits of the switched MA predictor
Definition at line 55 of file sipr.c.
Referenced by decode_parameters().
const char* SiprModeParam::mode_name |
size in bits of the adaptive-codebook index for every subframe
Definition at line 61 of file sipr.c.
Referenced by decode_parameters().
Definition at line 49 of file sipr.c.
Referenced by decode_frame(), decode_parameters(), and sipr_decode_frame().
size in bits of the i-th stage vector of quantizer
Definition at line 58 of file sipr.c.
Referenced by decode_parameters().