Searched refs:lsx_fft_sc (Results 1 – 1 of 1) sorted by relevance
160 static double * lsx_fft_sc; variable169 assert(lsx_fft_sc == NULL); in init_fft_cache()180 free(lsx_fft_sc); in clear_fft_cache()181 lsx_fft_sc = NULL; in clear_fft_cache()198 lsx_fft_sc = lsx_realloc(lsx_fft_sc, dft_sc_len(fft_len) * sizeof(*lsx_fft_sc)); in update_fft_cache()219 lsx_rdft(len, type, d, lsx_fft_br, lsx_fft_sc); in lsx_safe_rdft()226 lsx_cdft(len, type, d, lsx_fft_br, lsx_fft_sc); in lsx_safe_cdft()