Home
last modified time | relevance | path

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

/external/libxaac/decoder/
Dixheaacd_create.c130 pstr_sfb_info_long->ptr_sfb_tbl = ptr_samp_info->ptr_sfb_480; in ixheaacd_info_init()
134 pstr_sfb_info_long->ptr_sfb_tbl = ptr_samp_info->ptr_sfb_512; in ixheaacd_info_init()
139 pstr_sfb_info_long->ptr_sfb_tbl = ptr_samp_info->ptr_sfb_768; in ixheaacd_info_init()
142 pstr_sfb_info_long->ptr_sfb_tbl = ptr_samp_info->ptr_sfb_960; in ixheaacd_info_init()
147 pstr_sfb_info_long->ptr_sfb_tbl = ptr_samp_info->ptr_sfb_1024; in ixheaacd_info_init()
159 k = pstr_sfb_info_long->ptr_sfb_tbl[i]; in ixheaacd_info_init()
171 pstr_sfb_info_short->ptr_sfb_tbl = ptr_samp_info->ptr_sfb_96; in ixheaacd_info_init()
175 pstr_sfb_info_short->ptr_sfb_tbl = ptr_samp_info->ptr_sfb_120; in ixheaacd_info_init()
179 pstr_sfb_info_short->ptr_sfb_tbl = ptr_samp_info->ptr_sfb_128; in ixheaacd_info_init()
190 k = pstr_sfb_info_short->ptr_sfb_tbl[i]; in ixheaacd_info_init()
[all …]
Dixheaacd_acelp_info.h51 const WORD16 *ptr_sfb_tbl; member
Dixheaacd_arith_dec.c2023 WORD32 start = (sfb == 0) ? 0 : pstr_sfb_info->ptr_sfb_tbl[sfb - 1]; in ixheaacd_apply_scfs_and_nf()
2025 for (idx = start; idx < pstr_sfb_info->ptr_sfb_tbl[sfb]; idx++) { in ixheaacd_apply_scfs_and_nf()
2055 WORD32 start = (sfb == 0) ? 0 : pstr_sfb_info->ptr_sfb_tbl[sfb - 1]; in ixheaacd_apply_scfs_and_nf()
2063 length = pstr_sfb_info->ptr_sfb_tbl[sfb] - start; in ixheaacd_apply_scfs_and_nf()
Dixheaacd_tns.c206 sfb_top = pstr_sfb_info->ptr_sfb_tbl; in ixheaacd_tns_apply()