Lines Matching refs:pstr_sfb_info
1988 ia_sfb_info_struct *pstr_sfb_info = usac_data->pstr_sfb_info[ch]; in ixheaacd_apply_scfs_and_nf() local
1996 ? (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()
2045 WORD32 start = (sfb == 0) ? 0 : pstr_sfb_info->ptr_sfb_tbl[sfb - 1]; in ixheaacd_apply_scfs_and_nf()
2046 WORD32 ixheaacd_drc_offset = win * pstr_sfb_info->bins_per_sbk; in ixheaacd_apply_scfs_and_nf()
2053 length = pstr_sfb_info->ptr_sfb_tbl[sfb] - start; in ixheaacd_apply_scfs_and_nf()
2061 win_tot += pstr_sfb_info->group_len[grp]; in ixheaacd_apply_scfs_and_nf()
2080 const WORD32 max_win_len = usac_data->pstr_sfb_info[ch]->max_win_len; in ixheaacd_ac_spectral_data()