Lines Matching refs:arch_fft
75 st->arch_fft = (arch_fft_state *)opus_alloc(memneeded);
76 if (!st->arch_fft)
85 st->arch_fft->is_supported = 0;
86 st->arch_fft->priv = NULL;
89 st->arch_fft->is_supported = 1;
90 st->arch_fft->priv = (void *)NE10_FFT_ALLOC_C2C_TYPE_NEON(st->nfft);
91 if (st->arch_fft->priv == NULL) {
102 if (!st->arch_fft)
105 cfg = (NE10_FFT_CFG_TYPE_T)st->arch_fft->priv;
108 opus_free(st->arch_fft);
122 if (!st->arch_fft->is_supported) {
127 memcpy((void *)cfg, st->arch_fft->priv, sizeof(NE10_FFT_STATE_TYPE_T));
154 if (!st->arch_fft->is_supported) {
159 memcpy((void *)cfg, st->arch_fft->priv, sizeof(NE10_FFT_STATE_TYPE_T));