Searched refs:dig_rev_shift (Results 1 – 6 of 6) sorted by relevance
/external/libxaac/decoder/armv7/ |
D | ixheaacd_fft_armv7.c | 18 WORD32 dig_rev_shift; in ixheaacd_complex_fft_p2_armv7() local 24 dig_rev_shift = ixheaacd_norm32(npoints) + 1 - 16; in ixheaacd_complex_fft_p2_armv7()
|
D | ixheaacd_mps_complex_fft_64_asm.s | 13 SUB r12, r0, #16 @dig_rev_shift = norm32(npoints) + 1 -16@
|
D | ixheaacd_complex_ifft_p2.s | 11 SUB r12, r0, #16 @dig_rev_shift = norm32(npoints) + 1 -16@
|
D | ixheaacd_complex_fft_p2.s | 11 SUB r12, r0, #16 @dig_rev_shift = norm32(npoints) + 1 -16@
|
/external/libxaac/decoder/ |
D | ixheaacd_esbr_fft.c | 48 WORD32 dig_rev_shift; in ixheaacd_real_synth_fft_p2() local 51 dig_rev_shift = ixheaacd_norm32(npoints) + 1 - 16; in ixheaacd_real_synth_fft_p2() 62 DIG_REV(i, dig_rev_shift, h2); in ixheaacd_real_synth_fft_p2() 547 WORD32 dig_rev_shift; in ixheaacd_cmplx_anal_fft_p2() local 550 dig_rev_shift = ixheaacd_norm32(npoints) + 1 - 16; in ixheaacd_cmplx_anal_fft_p2() 561 DIG_REV(i, dig_rev_shift, h2); in ixheaacd_cmplx_anal_fft_p2()
|
D | ixheaacd_fft.c | 545 WORD32 dig_rev_shift; in ixheaacd_complex_fft_p2_dec() local 552 dig_rev_shift = ixheaacd_norm32(npoints) + 1 - 16; in ixheaacd_complex_fft_p2_dec() 580 DIG_REV(i, dig_rev_shift, h2); in ixheaacd_complex_fft_p2_dec() 1099 DIG_REV(i, dig_rev_shift, h2); in ixheaacd_complex_fft_p2_dec()
|