Lines Matching refs:ps_tables_ptr

234                                  ia_ps_tables_struct *ps_tables_ptr,  in ixheaacd_decorr_filter1_dec()  argument
252 &ps_tables_ptr->frac_delay_phase_fac_qmf_sub_re_im[0]; in ixheaacd_decorr_filter1_dec()
255 &ps_tables_ptr->frac_delay_phase_fac_qmf_sub_ser_re_im[0][0]; in ixheaacd_decorr_filter1_dec()
313 decay = ps_tables_ptr->rev_link_decay_ser[m]; in ixheaacd_decorr_filter1_dec()
328 bin = ps_tables_ptr->hybrid_to_bin[sb]; in ixheaacd_decorr_filter1_dec()
339 ia_ps_tables_struct *ps_tables_ptr, WORD16 *transient_ratio) { in ixheaacd_decorr_filter2_dec() argument
359 p_frac_delay_phase_fac_re_im = ps_tables_ptr->frac_delay_phase_fac_qmf_re_im; in ixheaacd_decorr_filter2_dec()
361 &ps_tables_ptr->frac_delay_phase_fac_qmf_ser_re_im[0][0]; in ixheaacd_decorr_filter2_dec()
424 decay = ps_tables_ptr->decay_scale_factor[di]; in ixheaacd_decorr_filter2_dec()
439 bin = ps_tables_ptr->delay_to_bin[sb_delay]; in ixheaacd_decorr_filter2_dec()
452 ia_ps_tables_struct *ps_tables_ptr) { in ixheaacd_decorrelation_dec() argument
510 sb = ps_tables_ptr->borders_group[gr]; in ixheaacd_decorrelation_dec()
538 maxsband = ixheaacd_min32(usb, ps_tables_ptr->borders_group[gr + 1]); in ixheaacd_decorrelation_dec()
540 for (sband = ps_tables_ptr->borders_group[gr]; sband < maxsband; sband++) { in ixheaacd_decorrelation_dec()
547 tmp = (tmp >> ps_tables_ptr->group_shift[gr - (SUBQMF_GROUPS + 6)]); in ixheaacd_decorrelation_dec()
593 (*ixheaacd_decorr_filter1)(ptr_ps_dec, ps_tables_ptr, transient_ratio); in ixheaacd_decorrelation_dec()
598 p_buf_right_real, p_buf_right_imag, ps_tables_ptr, in ixheaacd_decorrelation_dec()
609 maxsband = ixheaacd_min32((WORD16)usb, ps_tables_ptr->borders_group[21]); in ixheaacd_decorrelation_dec()
614 for (sband = ps_tables_ptr->borders_group[20]; sband < maxsband; sband++) { in ixheaacd_decorrelation_dec()
636 maxsband = ixheaacd_min32((WORD16)usb, ps_tables_ptr->borders_group[22]); in ixheaacd_decorrelation_dec()
637 for (sband = ps_tables_ptr->borders_group[21]; sband < maxsband; sband++) { in ixheaacd_decorrelation_dec()
778 p_scale_factors = sbr_tables_ptr->ps_tables_ptr->scale_factors_fine; in ixheaacd_init_rot_env()
781 p_scale_factors = sbr_tables_ptr->ps_tables_ptr->scale_factors; in ixheaacd_init_rot_env()
795 bin = sbr_tables_ptr->ps_tables_ptr->group_to_bin[group]; in ixheaacd_init_rot_env()
805 sbr_tables_ptr->ps_tables_ptr->alpha_values[num_icc_idx], in ixheaacd_init_rot_env()
810 sbr_tables_ptr->ps_tables_ptr->alpha_values[num_icc_idx]), in ixheaacd_init_rot_env()
933 usb, sbr_tables_ptr->ps_tables_ptr->borders_group[group + 1]); in ixheaacd_apply_rot_dec()
934 for (subband = sbr_tables_ptr->ps_tables_ptr->borders_group[group]; in ixheaacd_apply_rot_dec()