Searched defs:p_dig_rev_tbl (Results 1 - 3 of 3) sorted by relevance

/external/libxaac/decoder/armv7/
H A Dixheaacd_qmf_dec_armv7.c261 WORD32 *p_twiddle, WORD32 *p_dig_rev_tbl) {
281 ixheaacd_postradixcompute2(subband, subband_tmp, p_dig_rev_tbl, 32);
285 ixheaacd_postradixcompute2(&subband[64], &subband_tmp[64], p_dig_rev_tbl,
292 ixheaacd_postradixcompute4(subband, subband_tmp, p_dig_rev_tbl, 16);
295 ixheaacd_postradixcompute4(&subband[64], &subband_tmp[64], p_dig_rev_tbl,
259 ixheaacd_esbr_cos_sin_mod(WORD32 *subband, ia_sbr_qmf_filter_bank_struct *qmf_bank, WORD32 *p_twiddle, WORD32 *p_dig_rev_tbl) argument
/external/libxaac/decoder/armv8/
H A Dixheaacd_qmf_dec_armv8.c252 WORD16 *p_twiddle, WORD32 *p_dig_rev_tbl) {
264 (UWORD8 *)p_dig_rev_tbl, (UWORD8 *)p_dig_rev_tbl,
265 (UWORD8 *)p_dig_rev_tbl, (UWORD8 *)p_dig_rev_tbl);
269 (UWORD8 *)p_dig_rev_tbl, (UWORD8 *)p_dig_rev_tbl,
270 (UWORD8 *)p_dig_rev_tbl, (UWORD8 *)p_dig_rev_tbl);
275 (UWORD8 *)p_dig_rev_tbl, (UWORD
250 ixheaacd_cos_sin_mod(WORD32 *subband, ia_sbr_qmf_filter_bank_struct *qmf_bank, WORD16 *p_twiddle, WORD32 *p_dig_rev_tbl) argument
689 ixheaacd_esbr_postradixcompute4(WORD32 *ptr_y, WORD32 *ptr_x, const WORD32 *p_dig_rev_tbl, WORD32 npoints) argument
797 ixheaacd_esbr_cos_sin_mod(WORD32 *subband, ia_sbr_qmf_filter_bank_struct *qmf_bank, WORD32 *p_twiddle, WORD32 *p_dig_rev_tbl) argument
[all...]
/external/libxaac/decoder/generic/
H A Dixheaacd_qmf_dec_generic.c259 WORD16 *p_twiddle, WORD32 *p_dig_rev_tbl) {
370 ixheaacd_postradixcompute2(subband, subband_tmp, p_dig_rev_tbl, 32);
374 ixheaacd_postradixcompute2(&subband[64], &subband_tmp[64], p_dig_rev_tbl,
379 ixheaacd_postradixcompute4(subband, subband_tmp, p_dig_rev_tbl, 16);
382 ixheaacd_postradixcompute4(&subband[64], &subband_tmp[64], p_dig_rev_tbl,
927 const WORD32 *p_dig_rev_tbl,
956 h2 = *p_dig_rev_tbl++ >> 2;
1036 WORD32 *p_twiddle, WORD32 *p_dig_rev_tbl) {
1169 ixheaacd_esbr_postradixcompute2(subband, subband_tmp, p_dig_rev_tbl, 32);
1174 p_dig_rev_tbl, 3
257 ixheaacd_cos_sin_mod(WORD32 *subband, ia_sbr_qmf_filter_bank_struct *qmf_bank, WORD16 *p_twiddle, WORD32 *p_dig_rev_tbl) argument
926 ixheaacd_esbr_postradixcompute4(WORD32 *ptr_y, WORD32 *ptr_x, const WORD32 *p_dig_rev_tbl, WORD32 npoints) argument
1034 ixheaacd_esbr_cos_sin_mod(WORD32 *subband, ia_sbr_qmf_filter_bank_struct *qmf_bank, WORD32 *p_twiddle, WORD32 *p_dig_rev_tbl) argument
1676 ixheaacd_postradixcompute4(WORD32 *ptr_y, WORD32 *ptr_x, const WORD32 *p_dig_rev_tbl, WORD32 npoints) argument
[all...]

Completed in 146 milliseconds