|
void | csky_split_rifft_yv_q15 (q15_t *pSrc, uint32_t fftLen, const q15_t *pATable, const q15_t *pBTable, q15_t *pDst, uint32_t modifier) |
|
void | csky_fft_lib_int16_ifft (q31_t log2_buf_len, q15_t *in_buf, q15_t *out_buf, const q15_t *twi_table, const twi_table_rfft_q15 *last_stage_twi_table, const uint16_t *bitrev_tbl, q15_t *temp_buf, q7_t *ScaleShift, q31_t br) |
| Processing function for the Q15 real inverse FFT. More...
|
|
void | csky_split_rifft_q15 (q15_t *pSrc, uint32_t fftLen, q15_t *pATable, q15_t *pBTable, q15_t *pDst, uint32_t modifier) |
| Core Real IFFT process. More...
|
|