Searched refs:p_spectrum (Results 1 – 3 of 3) sorted by relevance
/external/libxaac/decoder/ |
D | ixheaacd_channel.c | 617 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()
|
D | ixheaacd_block.h | 50 void ixheaacd_right_shift_block(WORD32 *p_spectrum, WORD length,
|
D | ixheaacd_block.c | 1338 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()
|