Home
last modified time | relevance | path

Searched refs:phase_fft_inv_cfg (Results 1 – 4 of 4) sorted by relevance

/dports/audio/codec2/codec2-1.0.3/unittest/
H A Dtnewamp1.c55 codec2_fft_cfg phase_fft_fwd_cfg, phase_fft_inv_cfg; in main() local
69 phase_fft_inv_cfg = codec2_fft_alloc(NEWAMP1_PHASE_NFFT, 1, NULL, NULL); in main()
218 phase_fft_inv_cfg, in main()
/dports/audio/codec2/codec2-1.0.3/src/
H A Dcodec2_internal.h80 codec2_fft_cfg phase_fft_inv_cfg; member
H A Dcodec2.c233 c2->phase_fft_inv_cfg = codec2_fft_alloc(NEWAMP1_PHASE_NFFT, 1, NULL, NULL); in codec2_create()
247 c2->phase_fft_inv_cfg = codec2_fft_alloc(NEWAMP2_PHASE_NFFT, 1, NULL, NULL); in codec2_create()
260 c2->phase_fft_inv_cfg = codec2_fft_alloc(NEWAMP2_PHASE_NFFT, 1, NULL, NULL); in codec2_create()
351 codec2_fft_free(c2->phase_fft_inv_cfg); in codec2_destroy()
355 codec2_fft_free(c2->phase_fft_inv_cfg); in codec2_destroy()
359 codec2_fft_free(c2->phase_fft_inv_cfg); in codec2_destroy()
1649 c2->phase_fft_inv_cfg, in codec2_decode_700c()
1954 c2->phase_fft_inv_cfg, in codec2_decode_450()
2007 c2->phase_fft_inv_cfg, in codec2_decode_450pwb()
H A Dc2sim.c534 codec2_fft_cfg phase_fft_inv_cfg = codec2_fft_alloc(NEWAMP1_PHASE_NFFT, 1, NULL, NULL); in main() local
889 …mine_autoc(&c2const, Rk, order, &model_, NEWAMP1_PHASE_NFFT, phase_fft_fwd_cfg, phase_fft_inv_cfg); in main()
1028 …ermine_phase(&c2const, H, &model_dec[i], NEWAMP1_PHASE_NFFT, phase_fft_fwd_cfg, phase_fft_inv_cfg); in main()