Home
last modified time | relevance | path

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

/external/libxaac/decoder/
Dixheaacd_mps_parse.c874 self->smoothing_data[ps][pb] = 0; in ixheaacd_mps_dec_and_mapframesmg()
890 self->smoothing_data[ps][pb] = self->smoothing_data[ps - 1][pb]; in ixheaacd_mps_dec_and_mapframesmg()
892 self->smoothing_data[ps][pb] = in ixheaacd_mps_dec_and_mapframesmg()
904 self->smoothing_data[ps][pb] = 1; in ixheaacd_mps_dec_and_mapframesmg()
923 self->smoothing_data[ps][pb] = frame->bs_smg_data[ps][pg]; in ixheaacd_mps_dec_and_mapframesmg()
936 self->smoothing_data[self->num_parameter_sets - 1][pb]; in ixheaacd_mps_dec_and_mapframesmg()
945 self->smoothing_data[self->num_parameter_sets][pb] = in ixheaacd_mps_dec_and_mapframesmg()
946 self->smoothing_data[self->num_parameter_sets - 1][pb]; in ixheaacd_mps_dec_and_mapframesmg()
Dixheaacd_mps_smoothing.c44 p_smoothing_data = &self->smoothing_data[ps][res_bands]; in ixheaacd_mps_pre_matrix_mix_matrix_smoothing()
93 p_smoothing_data = &self->smoothing_data[ps][res_bands]; in ixheaacd_mps_pre_matrix_mix_matrix_smoothing()
Dixheaacd_mps_dec.h230 WORD32 smoothing_data[MAX_PARAMETER_SETS_MPS][MAX_PARAMETER_BANDS]; member