Functions | |
int | ff_rv34_get_start_offset (GetBitContext *gb, int mb_size) |
Decode starting slice position. | |
static RV34VLC * | choose_vlc_set (int quant, int mod, int type) |
Select VLC set for decoding from current quantizer, modifier and frame type. | |
static int | rv34_decode_dquant (GetBitContext *gb, int quant) |
Decode quantizer difference and return modified quantizer. | |
Variables | |
unsigned | SBRData::bs_frame_class |
unsigned | SBRData::bs_add_harmonic_flag |
unsigned | SBRData::bs_num_env |
uint8_t | SBRData::bs_freq_res [7] |
unsigned | SBRData::bs_num_noise |
uint8_t | SBRData::bs_df_env [5] |
uint8_t | SBRData::bs_df_noise [2] |
uint8_t | SBRData::bs_invf_mode [2][5] |
uint8_t | SBRData::bs_add_harmonic [48] |
unsigned | SBRData::bs_amp_res |
static RV34VLC* choose_vlc_set | ( | int | quant, | |
int | mod, | |||
int | type | |||
) | [inline, static] |
Select VLC set for decoding from current quantizer, modifier and frame type.
Definition at line 416 of file rv34.c.
Referenced by rv34_decode_macroblock(), and rv34_decode_mb_header().
int ff_rv34_get_start_offset | ( | GetBitContext * | gb, | |
int | mb_size | |||
) |
Decode starting slice position.
common decoding functions
Definition at line 404 of file rv34.c.
Referenced by rv30_parse_slice_header(), and rv40_parse_slice_header().
static int rv34_decode_dquant | ( | GetBitContext * | gb, | |
int | quant | |||
) | [inline, static] |
uint8_t SBRData::bs_add_harmonic[48] [inherited] |
Definition at line 72 of file sbr.h.
Referenced by read_sbr_channel_pair_element(), read_sbr_single_channel_element(), and sbr_mapping().
unsigned SBRData::bs_add_harmonic_flag [inherited] |
Definition at line 65 of file sbr.h.
Referenced by read_sbr_channel_pair_element(), read_sbr_single_channel_element(), and sbr_mapping().
unsigned SBRData::bs_amp_res [inherited] |
Definition at line 73 of file sbr.h.
Referenced by copy_sbr_grid(), read_sbr_envelope(), read_sbr_grid(), and sbr_dequant().
uint8_t SBRData::bs_df_env[5] [inherited] |
uint8_t SBRData::bs_df_noise[2] [inherited] |
unsigned SBRData::bs_frame_class [inherited] |
uint8_t SBRData::bs_freq_res[7] [inherited] |
Definition at line 67 of file sbr.h.
Referenced by copy_sbr_grid(), read_sbr_envelope(), read_sbr_grid(), sbr_dequant(), sbr_env_estimate(), and sbr_mapping().
uint8_t SBRData::bs_invf_mode[2][5] [inherited] |
Definition at line 71 of file sbr.h.
Referenced by read_sbr_channel_pair_element(), read_sbr_invf(), and sbr_chirp().
unsigned SBRData::bs_num_env [inherited] |
Definition at line 66 of file sbr.h.
Referenced by copy_sbr_grid(), ff_sbr_apply(), read_sbr_dtdf(), read_sbr_envelope(), read_sbr_grid(), sbr_dequant(), sbr_env_estimate(), sbr_gain_calc(), sbr_hf_assemble(), and sbr_mapping().
unsigned SBRData::bs_num_noise [inherited] |
Definition at line 68 of file sbr.h.
Referenced by copy_sbr_grid(), read_sbr_dtdf(), read_sbr_grid(), read_sbr_noise(), sbr_dequant(), and sbr_mapping().