Home
last modified time | relevance | path

Searched refs:fftr_fwd_cfg (Results 1 – 6 of 6) sorted by relevance

/dports/audio/codec2/codec2-1.0.3/src/
H A Dcodec2_internal.h43 codec2_fftr_cfg fftr_fwd_cfg; /* forward real FFT config */ member
H A Dquantise.c360 void lpc_post_filter(codec2_fftr_cfg fftr_fwd_cfg, float Pw[], float ak[], in lpc_post_filter() argument
387 codec2_fftr(fftr_fwd_cfg, x, Ww); in lpc_post_filter()
470 codec2_fftr_cfg fftr_fwd_cfg, in aks_to_M2() argument
507 codec2_fftr(fftr_fwd_cfg, a, Aw); in aks_to_M2()
537 lpc_post_filter(fftr_fwd_cfg, Pw, ak, order, dump, beta, gamma, bass_boost, E); in aks_to_M2()
H A Dquantise.h52 void aks_to_M2(codec2_fftr_cfg fftr_fwd_cfg, float ak[], int order, MODEL *model,
H A Dcodec2.c178 c2->fftr_fwd_cfg = codec2_fftr_alloc(FFT_ENC, 0, NULL, NULL); in codec2_create()
347 codec2_fftr_free(c2->fftr_fwd_cfg); in codec2_destroy()
634 aks_to_M2(c2->fftr_fwd_cfg, &ak[i][0], LPC_ORD, &model[i], e[i], &snr, 0, 0, in codec2_decode_3200()
777 aks_to_M2(c2->fftr_fwd_cfg, &ak[i][0], LPC_ORD, &model[i], e[i], &snr, 0, 0, in codec2_decode_2400()
973 aks_to_M2(c2->fftr_fwd_cfg, &ak[i][0], LPC_ORD, &model[i], e[i], &snr, 0, 0, in codec2_decode_1600()
1143 aks_to_M2(c2->fftr_fwd_cfg, &ak[i][0], LPC_ORD, &model[i], e[i], &snr, 0, 0, in codec2_decode_1400()
1315 aks_to_M2(c2->fftr_fwd_cfg, &ak[i][0], LPC_ORD, &model[i], e[i], &snr, 0, 0, in codec2_decode_1300()
1507 aks_to_M2(c2->fftr_fwd_cfg, &ak[i][0], LPC_ORD, &model[i], e[i], &snr, 0, 0, in codec2_decode_1200()
H A Dsine.c262 void dft_speech(codec2_fftr_cfg fftr_fwd_cfg, COMP Sw[], float Sn[], float w[]) in dft_speech() argument
284 codec2_fftr(fftr_fwd_cfg, sw, Sw); in dft_speech()
H A Dc2sim.c454 codec2_fftr_cfg fftr_fwd_cfg; in main() local
531 fftr_fwd_cfg = codec2_fftr_alloc(FFT_ENC, 0, NULL, NULL); /* fwd FFT,used in several places */ in main()
995 aks_to_M2(fftr_fwd_cfg, &ak_dec[i][0], order, &model_dec[i], e_dec[i], in main()