Home
last modified time | relevance | path

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

/external/libxaac/decoder/
Dixheaacd_esbr_fft.c46 WORD32 del, nodespacing, in_loop_cnt; in ixheaacd_real_synth_fft_p2() local
98 nodespacing = 64; in ixheaacd_real_synth_fft_p2()
159 sec_loop_cnt = (nodespacing * del); in ixheaacd_real_synth_fft_p2()
164 j = nodespacing; in ixheaacd_real_synth_fft_p2()
166 for (j = nodespacing; j <= sec_loop_cnt; j += nodespacing) { in ixheaacd_real_synth_fft_p2()
244 for (; j <= (nodespacing * del) >> 1; j += nodespacing) { in ixheaacd_real_synth_fft_p2()
322 for (; j <= sec_loop_cnt * 2; j += nodespacing) { in ixheaacd_real_synth_fft_p2()
400 for (; j < nodespacing * del; j += nodespacing) { in ixheaacd_real_synth_fft_p2()
478 nodespacing >>= 2; in ixheaacd_real_synth_fft_p2()
485 nodespacing <<= 1; in ixheaacd_real_synth_fft_p2()
[all …]
Dixheaacd_fft.c69 WORD32 del, nodespacing, in_loop_cnt; in ixheaacd_mps_complex_fft_64_dec() local
129 nodespacing = 64; in ixheaacd_mps_complex_fft_64_dec()
190 sec_loop_cnt = (nodespacing * del); in ixheaacd_mps_complex_fft_64_dec()
195 j = nodespacing; in ixheaacd_mps_complex_fft_64_dec()
197 for (j = nodespacing; j <= sec_loop_cnt; j += nodespacing) { in ixheaacd_mps_complex_fft_64_dec()
278 for (; j <= (nodespacing * del) >> 1; j += nodespacing) { in ixheaacd_mps_complex_fft_64_dec()
360 for (; j <= sec_loop_cnt * 2; j += nodespacing) { in ixheaacd_mps_complex_fft_64_dec()
443 for (; j < nodespacing * del; j += nodespacing) { in ixheaacd_mps_complex_fft_64_dec()
525 nodespacing >>= 2; in ixheaacd_mps_complex_fft_64_dec()
542 WORD32 del, nodespacing, in_loop_cnt; in ixheaacd_complex_fft_p2_dec() local
[all …]
Dixheaacd_aac_imdct.c797 WORD32 del, nodespacing, in_loop_cnt, tmp, twiddle_val, *ptr_tmp; in ixheaacd_imdct_using_fft_dec() local
959 nodespacing = 64; in ixheaacd_imdct_using_fft_dec()
1112 for (j = nodespacing; j < nodespacing * del; j += nodespacing) { in ixheaacd_imdct_using_fft_dec()
1336 nodespacing >>= 3; in ixheaacd_imdct_using_fft_dec()
1348 for (j = 0; j < nodespacing * del; j += nodespacing) { in ixheaacd_imdct_using_fft_dec()
1573 nodespacing >>= 3; in ixheaacd_imdct_using_fft_dec()
/external/libxaac/decoder/armv7/
Dixheaacd_mps_complex_fft_64_asm.s61 MOV r12, #0x40 @nodespacing = 64@
Dixheaacd_complex_ifft_p2.s76 MOV r12, #0x40 @nodespacing = 64@
Dixheaacd_complex_fft_p2.s76 MOV r12, #0x40 @nodespacing = 64@