Home
last modified time | relevance | path

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

/external/libxaac/decoder/
Dixheaacd_mps_bitdec.c1811 ia_mps_dec_smoothing_state_struct *smooth_state = in ixheaacd_decode_and_map_frame_smg() local
1812 pstr_mps_state->mps_persistent_mem.smooth_state; in ixheaacd_decode_and_map_frame_smg()
1839 smg_time[ps] = smooth_state->prev_smg_time; in ixheaacd_decode_and_map_frame_smg()
1845 p_aux_struct->smg_data[ps][pb] = smooth_state->prev_smg_data[pb]; in ixheaacd_decode_and_map_frame_smg()
1876 smooth_state->prev_smg_time = smg_time[pstr_mps_state->num_parameter_sets - 1]; in ixheaacd_decode_and_map_frame_smg()
1878 smooth_state->prev_smg_data[pb] = in ixheaacd_decode_and_map_frame_smg()
Dixheaacd_mps_initfuncs.c235 mps_persistent_mem->smooth_state = in ixheaacd_set_mps_persistent_buffers()
237 memset(mps_persistent_mem->smooth_state, 0, SMOOTHING_STATE_SIZE); in ixheaacd_set_mps_persistent_buffers()
Dixheaacd_mps_dec.h750 ia_mps_dec_smoothing_state_struct *smooth_state; member