Home
last modified time | relevance | path

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

/external/libxaac/decoder/armv7/
Dixheaacd_qmf_dec_armv7.c235 WORD32 *dct_in = qmf_real; in ixheaacd_inv_modulation_lp() local
242 ixheaacd_dec_DCT2_64_asm(dct_in, ptime_out, qmf_dec_tables_ptr->w1024, in ixheaacd_inv_modulation_lp()
247 ixheaacd_dct2_32(dct_in, time_out, qmf_dec_tables_ptr, filter_states); in ixheaacd_inv_modulation_lp()
/external/libxaac/decoder/
Dixheaacd_qmf_dec.h127 VOID ixheaacd_dec_DCT2_64_asm(WORD32 *dct_in, WORD32 *ptime_out, WORD32 *w1024,
/external/libxaac/decoder/armv8/
Dixheaacd_qmf_dec_armv8.c493 WORD32 *dct_in = qmf_real; in ixheaacd_inv_modulation_lp() local
500 ixheaacd_dct2_64(dct_in, ptime_out, qmf_dec_tables_ptr, filter_states + M); in ixheaacd_inv_modulation_lp()
502 ixheaacd_dct2_32(dct_in, time_out, qmf_dec_tables_ptr, filter_states); in ixheaacd_inv_modulation_lp()
/external/libxaac/decoder/generic/
Dixheaacd_qmf_dec_generic.c713 WORD32 *dct_in = qmf_real; in ixheaacd_inv_modulation_lp() local
719 ixheaacd_dct2_64(dct_in, ptime_out, qmf_dec_tables_ptr, filter_states + M); in ixheaacd_inv_modulation_lp()
721 ixheaacd_dct2_32(dct_in, time_out, qmf_dec_tables_ptr, filter_states); in ixheaacd_inv_modulation_lp()