Searched refs:ixheaacd_inv_dit_fft_8pt_dec (Results 1 – 5 of 5) sorted by relevance
/external/libxaac/decoder/ |
D | ixheaacd_dsp_fft32x32s.h | 23 VOID ixheaacd_inv_dit_fft_8pt_dec(WORD32 *x, WORD32 *real, WORD32 *imag);
|
D | ixheaacd_dsp_fft32x32s.c | 34 VOID ixheaacd_inv_dit_fft_8pt_dec(WORD32 *y, WORD32 *real, WORD32 *imag) { in ixheaacd_inv_dit_fft_8pt_dec() function
|
/external/libxaac/decoder/x86_64/ |
D | ixheaacd_function_selector_x86_64.c | 243 (WORD32 *x, WORD32 *real, WORD32 *imag) = &ixheaacd_inv_dit_fft_8pt_dec;
|
/external/libxaac/decoder/x86/ |
D | ixheaacd_function_selector_x86.c | 243 (WORD32 *x, WORD32 *real, WORD32 *imag) = &ixheaacd_inv_dit_fft_8pt_dec;
|
/external/libxaac/decoder/generic/ |
D | ixheaacd_function_selector_generic.c | 244 (WORD32 *x, WORD32 *real, WORD32 *imag) = &ixheaacd_inv_dit_fft_8pt_dec;
|