Home
last modified time | relevance | path

Searched refs:p_spectrum (Results 1 – 3 of 3) sorted by relevance

/external/libxaac/decoder/
Dixheaacd_channel.c617 WORD32 *p_spectrum = ptr_aac_dec_channel_info[channel]->ptr_spec_coeff; in ixheaacd_channel_pair_process() local
625 ixheaacd_right_shift_block(p_spectrum, no_spec_coeff, 3); in ixheaacd_channel_pair_process()
627 ixheaacd_right_shift_block(p_spectrum, 1024, 3); in ixheaacd_channel_pair_process()
639 p_spectrum, ptr_aac_tables, in ixheaacd_channel_pair_process()
653 p_spectrum, ptr_aac_tables, in ixheaacd_channel_pair_process()
Dixheaacd_block.h50 void ixheaacd_right_shift_block(WORD32 *p_spectrum, WORD length,
Dixheaacd_block.c1338 void ixheaacd_right_shift_block(WORD32 *p_spectrum, WORD32 length, in ixheaacd_right_shift_block() argument
1342 WORD32 *temp_ptr = &p_spectrum[0]; in ixheaacd_right_shift_block()