Home | History | Annotate | Download | only in arm

Lines Matching refs:arch_fft

74    st->arch_fft = (arch_fft_state *)opus_alloc(memneeded);
75 if (!st->arch_fft)
84 st->arch_fft->is_supported = 0;
85 st->arch_fft->priv = NULL;
88 st->arch_fft->is_supported = 1;
89 st->arch_fft->priv = (void *)NE10_FFT_ALLOC_C2C_TYPE_NEON(st->nfft);
90 if (st->arch_fft->priv == NULL) {
101 if (!st->arch_fft)
104 cfg = (NE10_FFT_CFG_TYPE_T)st->arch_fft->priv;
107 opus_free(st->arch_fft);
121 if (!st->arch_fft->is_supported) {
126 memcpy((void *)cfg, st->arch_fft->priv, sizeof(NE10_FFT_STATE_TYPE_T));
153 if (!st->arch_fft->is_supported) {
158 memcpy((void *)cfg, st->arch_fft->priv, sizeof(NE10_FFT_STATE_TYPE_T));