Searched refs:pstr_sfb_info (Results 1 – 6 of 6) sorted by relevance
267 ia_sfb_info_struct *info = usac_data->pstr_sfb_info[chn]; in ixheaacd_read_ms_mask()312 ia_sfb_info_struct *ptr_sfb_info = usac_data->pstr_sfb_info[chn]; in ixheaacd_ms_stereo()414 ia_sfb_info_struct *pstr_sfb_info, in ixheaacd_estimate_dmx_im() argument450 for (i = 0; i < pstr_sfb_info->max_win_len; i++) { in ixheaacd_estimate_dmx_im()451 ixheaacd_filter_and_add(dmx_re, pstr_sfb_info->bins_per_sbk, in ixheaacd_estimate_dmx_im()455 ixheaacd_filter_and_add(dmx_re_prev, pstr_sfb_info->bins_per_sbk, in ixheaacd_estimate_dmx_im()459 dmx_re += pstr_sfb_info->bins_per_sbk; in ixheaacd_estimate_dmx_im()460 dmx_im += pstr_sfb_info->bins_per_sbk; in ixheaacd_estimate_dmx_im()468 ia_sfb_info_struct *pstr_sfb_info = usac_data->pstr_sfb_info[chn]; in ixheaacd_cplx_pred_upmixing() local485 for (grp = 0; grp < pstr_sfb_info->num_groups; grp++) { in ixheaacd_cplx_pred_upmixing()[all …]
183 ia_sfb_info_struct *pstr_sfb_info, in ixheaacd_tns_apply() argument198 WORD32 nbins = (pstr_sfb_info->islong) ? 1024 : 128; in ixheaacd_tns_apply()201 idx = (pstr_sfb_info->islong) ? 0 : 1; in ixheaacd_tns_apply()206 sfb_top = pstr_sfb_info->ptr_sfb_tbl; in ixheaacd_tns_apply()239 if (start > pstr_sfb_info->sfb_per_sbk) return -1; in ixheaacd_tns_apply()244 if (stop > pstr_sfb_info->sfb_per_sbk) return -1; in ixheaacd_tns_apply()309 spec += pstr_sfb_info->bins_per_sbk; in ixheaacd_tns_apply()
1988 ia_sfb_info_struct *pstr_sfb_info = usac_data->pstr_sfb_info[ch]; in ixheaacd_apply_scfs_and_nf() local1996 ? (pstr_sfb_info->islong ? 120 : 15) in ixheaacd_apply_scfs_and_nf()1997 : (pstr_sfb_info->islong ? 160 : 20); in ixheaacd_apply_scfs_and_nf()2000 for (grp = 0; grp < pstr_sfb_info->num_groups; grp++) { in ixheaacd_apply_scfs_and_nf()2006 WORD32 sfb_offset = win_tot * pstr_sfb_info->sfb_per_sbk; in ixheaacd_apply_scfs_and_nf()2010 for (grp_win = 0; grp_win < pstr_sfb_info->group_len[grp]; grp_win++) { in ixheaacd_apply_scfs_and_nf()2012 WORD32 ixheaacd_drc_offset = win * pstr_sfb_info->bins_per_sbk; in ixheaacd_apply_scfs_and_nf()2013 WORD32 start = (sfb == 0) ? 0 : pstr_sfb_info->ptr_sfb_tbl[sfb - 1]; in ixheaacd_apply_scfs_and_nf()2015 for (idx = start; idx < pstr_sfb_info->ptr_sfb_tbl[sfb]; idx++) { in ixheaacd_apply_scfs_and_nf()2043 for (grp_win = 0; grp_win < pstr_sfb_info->group_len[grp]; grp_win++) { in ixheaacd_apply_scfs_and_nf()[all …]
46 VOID ixheaacd_calc_grp_offset(ia_sfb_info_struct *pstr_sfb_info, UWORD8 *group);48 VOID ixheaacd_read_tns_u(ia_sfb_info_struct *pstr_sfb_info,
137 ia_sfb_info_struct *pstr_sfb_info[MAX_NUM_CHANNELS]; member185 ia_sfb_info_struct *pstr_sfb_info,
372 info = usac_data->pstr_sfb_info[chn]; in ixheaacd_fd_channel_stream()