Home
last modified time | relevance | path

Searched refs:first_bnd_idx (Results 1 – 2 of 2) sorted by relevance

/external/libxaac/decoder/
Dixheaacd_pred_vec_block.c31 WORD16 first_bnd_idx, FLOAT32 *p_qmfh) { in ixheaacd_pvc_sb_parsing() argument
39 start_band = first_bnd_idx; in ixheaacd_pvc_sb_parsing()
63 WORD16 first_bnd_idx, FLOAT32 *p_qmf_ener, in ixheaacd_pvc_qmf_grouping() argument
74 start_band = first_bnd_idx - lbw * PVC_NB_LOW + lbw * ksg; in ixheaacd_pvc_qmf_grouping()
96 ((first_bnd_idx * ptr_pvc_data->pvc_rate) != in ixheaacd_pvc_qmf_grouping()
177 WORD16 first_bnd_idx, WORD32 first_pvc_timeslot, in ixheaacd_pvc_process() argument
225 ixheaacd_pvc_qmf_grouping(ptr_pvc_data, first_bnd_idx, p_qmf_ener, in ixheaacd_pvc_process()
232 ixheaacd_pvc_sb_parsing(ptr_pvc_data, first_bnd_idx, p_qmfh); in ixheaacd_pvc_process()
Dixheaacd_pvc_dec.h52 WORD16 first_bnd_idx, WORD32 first_pvc_timelost,