Home
last modified time | relevance | path

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

/external/libxaac/decoder/
Dixheaacd_sbr_dec.c131 WORD32 max_stretch) { in ixheaacd_hbe_repl_spec() argument
142 for (patch = (max_stretch - 1); patch < num_patches; patch++) { in ixheaacd_hbe_repl_spec()
145 source_bands = x_over_qmf[max_stretch - 1] - x_over_qmf[max_stretch - 2]; in ixheaacd_hbe_repl_spec()
148 WORD32 start_band = x_over_qmf[max_stretch - 1] - 1; in ixheaacd_hbe_repl_spec()
153 ((x_over_qmf[max_stretch - 1] - 1) & 1)) & in ixheaacd_hbe_repl_spec()
732 ptr_sbr_dec->p_hbe_txposer->max_stretch); in ixheaacd_sbr_dec()
1120 ptr_sbr_dec->p_hbe_txposer->max_stretch); in ixheaacd_esbr_dec()
Dixheaacd_sbr_dec.h27 WORD32 max_stretch; member
242 WORD32 max_stretch);
Dixheaacd_hbe_trans.c187 ptr_hbe_txposer->max_stretch = MAX_STRETCH; in ixheaacd_qmf_hbe_data_reinit()
212 ptr_hbe_txposer->max_stretch = min(patch, MAX_STRETCH); in ixheaacd_qmf_hbe_data_reinit()
1549 if (trans_fac <= ptr_hbe_txposer->max_stretch) in ixheaacd_hbe_post_anal_process()
1554 if (trans_fac <= ptr_hbe_txposer->max_stretch) in ixheaacd_hbe_post_anal_process()
1559 if (trans_fac <= ptr_hbe_txposer->max_stretch) { in ixheaacd_hbe_post_anal_process()
1567 if (trans_fac <= ptr_hbe_txposer->max_stretch) { in ixheaacd_hbe_post_anal_process()
1579 if (trans_fac <= ptr_hbe_txposer->max_stretch) in ixheaacd_hbe_post_anal_process()
1585 if (trans_fac <= ptr_hbe_txposer->max_stretch) { in ixheaacd_hbe_post_anal_process()
Dixheaacd_sbrdecoder.c195 ptr_sbr_dec->p_hbe_txposer->max_stretch); in ixheaacd_sbr_dec_reset()