Home
last modified time | relevance | path

Searched refs:ixheaacd_postradixcompute2 (Results 1 – 6 of 6) sorted by relevance

/external/libxaac/decoder/armv7/
Dixheaacd_post_radix_compute2.s24 .global ixheaacd_postradixcompute2 symbol
27 ixheaacd_postradixcompute2: label
Dixheaacd_qmf_dec_armv7.c281 ixheaacd_postradixcompute2(subband, subband_tmp, p_dig_rev_tbl, 32); in ixheaacd_esbr_cos_sin_mod()
285 ixheaacd_postradixcompute2(&subband[64], &subband_tmp[64], p_dig_rev_tbl, in ixheaacd_esbr_cos_sin_mod()
Dixheaacd_cos_sin_mod.s26 .extern ixheaacd_postradixcompute2
27 .hidden ixheaacd_postradixcompute2
Dixheaacd_dec_DCT2_64_asm.s26 .extern ixheaacd_postradixcompute2
27 .hidden ixheaacd_postradixcompute2
/external/libxaac/decoder/
Dixheaacd_qmf_dec.h145 VOID ixheaacd_postradixcompute2(WORD32 *ptr_y, WORD32 *ptr_x,
173 VOID ixheaacd_postradixcompute2(WORD32 *ptr_y, WORD32 *ptr_x,
/external/libxaac/decoder/generic/
Dixheaacd_qmf_dec_generic.c248 ixheaacd_postradixcompute2(x, X, qmf_dec_tables_ptr->dig_rev_table2_32, 32); in ixheaacd_dct2_64()
370 ixheaacd_postradixcompute2(subband, subband_tmp, p_dig_rev_tbl, 32); in ixheaacd_cos_sin_mod()
374 ixheaacd_postradixcompute2(&subband[64], &subband_tmp[64], p_dig_rev_tbl, in ixheaacd_cos_sin_mod()
1783 VOID ixheaacd_postradixcompute2(WORD32 *ptr_y, WORD32 *ptr_x, in ixheaacd_postradixcompute2() function