Home
last modified time | relevance | path

Searched refs:ptr_frame_data_prev (Results 1 – 4 of 4) sorted by relevance

/external/libxaac/decoder/
Dixheaacd_sbr_dec.c561 ia_sbr_prev_frame_data_struct *ptr_frame_data_prev, in ixheaacd_sbr_dec() argument
643 ptr_frame_data_prev, p_arr_qmf_buf_real, in ixheaacd_sbr_dec()
906 ptr_frame_data_prev->sbr_invf_mode, ptr_sbr_dec->max_samp_val, in ixheaacd_sbr_dec()
925 ptr_frame_data_prev->sbr_invf_mode, ptr_work_buf_core, in ixheaacd_sbr_dec()
931 ptr_header_data, ptr_frame_data, ptr_frame_data_prev, in ixheaacd_sbr_dec()
938 memcpy(ptr_frame_data_prev->sbr_invf_mode, ptr_frame_data->sbr_invf_mode, in ixheaacd_sbr_dec()
941 ptr_frame_data_prev->coupling_mode = ptr_frame_data->coupling_mode; in ixheaacd_sbr_dec()
942 ptr_frame_data_prev->max_qmf_subband_aac = in ixheaacd_sbr_dec()
944 ptr_frame_data_prev->end_position = in ixheaacd_sbr_dec()
946 ptr_frame_data_prev->amp_res = ptr_frame_data->amp_res; in ixheaacd_sbr_dec()
Dixheaacd_sbr_dec.h159 ia_sbr_prev_frame_data_struct *ptr_frame_data_prev,
210 ia_sbr_prev_frame_data_struct *ptr_frame_data_prev,
Dixheaacd_sbrdec_lpfuncs.c442 ia_sbr_prev_frame_data_struct *ptr_frame_data_prev, in ixheaacd_rescale_x_overlap() argument
450 WORD32 old_lsb = ptr_frame_data_prev->max_qmf_subband_aac; in ixheaacd_rescale_x_overlap()
453 (ptr_frame_data_prev->end_position - ptr_header_data->num_time_slots)); in ixheaacd_rescale_x_overlap()
Dixheaacd_env_calc.c672 ia_sbr_prev_frame_data_struct *ptr_frame_data_prev, in ixheaacd_calc_sbrenvelope() argument
748 if (ptr_frame_data_prev->max_qmf_subband_aac > in ixheaacd_calc_sbrenvelope()
750 first_band = (ptr_frame_data_prev->max_qmf_subband_aac - sub_band_start); in ixheaacd_calc_sbrenvelope()