Home
last modified time | relevance | path

Searched defs:Sn_ (Results 1 – 5 of 5) sorted by relevance

/dports/audio/codec2/codec2-1.0.3/misc/
H A Dtcodec2.c49 float Sn_[2*N]; /* synthesised output speech */ member
/dports/audio/codec2/codec2-1.0.3/src/
H A Dlpc.c238 float Sn_[] /* Nsam output synthesised speech samples */ in synthesis_filter()
H A Dc2sim.c460 float Sn_[2*N_SAMP]; /* synthesised speech */ in main() local
1103 …d synth_one_frame(int n_samp, codec2_fftr_cfg fftr_inv_cfg, short buf[], MODEL *model, float Sn_[], in synth_one_frame()
H A Dcodec2_internal.h54 float *Sn_; /* [2*n_samp] synthesised output speech */ member
H A Dsine.c614 float Sn_[], /* time domain synthesised signal */ in synthesise()