Home
last modified time | relevance | path

Searched refs:smoothing_data (Results 1 – 3 of 3) sorted by relevance

/external/libxaac/decoder/
Dixheaacd_mps_parse.c1191 self->smoothing_data[ps][pb] = 0; in ixheaacd_mps_dec_and_mapframesmg()
1207 self->smoothing_data[ps][pb] = self->smoothing_data[ps - 1][pb]; in ixheaacd_mps_dec_and_mapframesmg()
1209 self->smoothing_data[ps][pb] = in ixheaacd_mps_dec_and_mapframesmg()
1220 self->smoothing_data[ps][pb] = 1; in ixheaacd_mps_dec_and_mapframesmg()
1238 self->smoothing_data[ps][pb] = frame->bs_smg_data[ps][pg]; in ixheaacd_mps_dec_and_mapframesmg()
1251 self->smoothing_data[self->num_parameter_sets - 1][pb]; in ixheaacd_mps_dec_and_mapframesmg()
1260 self->smoothing_data[self->num_parameter_sets][pb] = in ixheaacd_mps_dec_and_mapframesmg()
1261 self->smoothing_data[self->num_parameter_sets - 1][pb]; in ixheaacd_mps_dec_and_mapframesmg()
Dixheaacd_mps_smoothing.c66 p_smoothing_data = &self->smoothing_data[ps][res_bands]; in ixheaacd_mps_pre_matrix_mix_matrix_smoothing()
104 p_smoothing_data = &self->smoothing_data[ps][res_bands]; in ixheaacd_mps_pre_matrix_mix_matrix_smoothing()
Dixheaacd_mps_dec.h263 WORD32 smoothing_data[MAX_PARAMETER_SETS_MPS][MAX_PARAMETER_BANDS]; member