Home
last modified time | relevance | path

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

/external/libxaac/decoder/
Dixheaacd_tns.c49 #define sfb_offset(x) (((x) > 0) ? sfb_top[(x)-1] : 0) macro
240 start = sfb_offset(start); in ixheaacd_tns_apply()
245 stop = sfb_offset(stop); in ixheaacd_tns_apply()
Dixheaacd_block.h54 WORD32 *spec_coef, WORD16 *sfb_offset, WORD start,
Dixheaacd_arith_dec.c2016 WORD32 sfb_offset = win_tot * pstr_sfb_info->sfb_per_sbk; in ixheaacd_apply_scfs_and_nf() local
2017 fac = (WORD32)(factors[sfb_offset + sfb] - SF_OFFSET); in ixheaacd_apply_scfs_and_nf()
Dixheaacd_block.c1010 WORD32 *spec_coef, WORD16 *sfb_offset, WORD start, in ixheaacd_decode_huffman() argument
1022 WORD16 *band_offset = sfb_offset + start; in ixheaacd_decode_huffman()