|
FFmpeg
|
#include <aacdec.h>
Data Fields | |
| int | framing_type |
| int | nb_param_sets |
| int | param_sets [MPS_MAX_PARAM_SETS] |
| AACMPSLosslessData | ott [MPS_ELE_NB] |
| int | ott_idx [MPS_ELE_NB][MPS_MAX_PARAM_SETS][MPS_MAX_PARAM_BANDS] |
| bool | opd_smoothing_mode |
| int | smooth_mode [MPS_MAX_PARAM_SETS] |
| int | smooth_time [MPS_MAX_PARAM_SETS] |
| int | freq_res_stride_smg [MPS_MAX_PARAM_SETS] |
| bool | smg_data [MPS_MAX_PARAM_SETS][MPS_MAX_PARAM_BANDS] |
| bool | tsd_enable |
| bool | temp_shape_enable |
| bool | temp_shape_enable_ch [2] |
| int16_t | temp_shape_data [MPS_MAX_TIME_SLOTS] |
| int | tsd_num_tr_slots |
| int | tsd_phase_data [64] |
| int AACUsacMPSData::framing_type |
Definition at line 235 of file aacdec.h.
Referenced by parse_mps212().
| int AACUsacMPSData::nb_param_sets |
Definition at line 236 of file aacdec.h.
Referenced by parse_mps212().
| int AACUsacMPSData::param_sets[MPS_MAX_PARAM_SETS] |
Definition at line 237 of file aacdec.h.
Referenced by parse_mps212().
| AACMPSLosslessData AACUsacMPSData::ott[MPS_ELE_NB] |
Definition at line 240 of file aacdec.h.
Referenced by parse_mps212().
| int AACUsacMPSData::ott_idx[MPS_ELE_NB][MPS_MAX_PARAM_SETS][MPS_MAX_PARAM_BANDS] |
Definition at line 241 of file aacdec.h.
Referenced by parse_mps212().
| bool AACUsacMPSData::opd_smoothing_mode |
Definition at line 242 of file aacdec.h.
Referenced by parse_mps212().
| int AACUsacMPSData::smooth_mode[MPS_MAX_PARAM_SETS] |
Definition at line 245 of file aacdec.h.
Referenced by parse_mps212().
| int AACUsacMPSData::smooth_time[MPS_MAX_PARAM_SETS] |
Definition at line 246 of file aacdec.h.
Referenced by parse_mps212().
| int AACUsacMPSData::freq_res_stride_smg[MPS_MAX_PARAM_SETS] |
Definition at line 247 of file aacdec.h.
Referenced by parse_mps212().
| bool AACUsacMPSData::smg_data[MPS_MAX_PARAM_SETS][MPS_MAX_PARAM_BANDS] |
Definition at line 248 of file aacdec.h.
Referenced by parse_mps212().
| bool AACUsacMPSData::tsd_enable |
Definition at line 251 of file aacdec.h.
Referenced by parse_mps212().
| bool AACUsacMPSData::temp_shape_enable |
Definition at line 252 of file aacdec.h.
Referenced by parse_mps212().
| bool AACUsacMPSData::temp_shape_enable_ch[2] |
Definition at line 253 of file aacdec.h.
Referenced by parse_mps212().
| int16_t AACUsacMPSData::temp_shape_data[MPS_MAX_TIME_SLOTS] |
Definition at line 254 of file aacdec.h.
Referenced by parse_mps212().
| int AACUsacMPSData::tsd_num_tr_slots |
Definition at line 256 of file aacdec.h.
Referenced by parse_mps212().
| int AACUsacMPSData::tsd_phase_data[64] |
Definition at line 257 of file aacdec.h.
Referenced by parse_mps212().
1.8.17