Home
last modified time | relevance | path

Searched refs:synthesise_one_frame (Results 1 – 3 of 3) sorted by relevance

/dports/audio/codec2/codec2-1.0.3/misc/
H A Dtcodec2.c59 void synthesise_one_frame(struct CODEC2 *c2, short speech[], MODEL *model, float ak[]);
80 synthesise_one_frame(c2, buf, &model, ak); in test1()
163 synthesise_one_frame(c2, buf, &model_interp, ak); in test2()
164 synthesise_one_frame(c2, &buf[N], &model, ak); in test2()
/dports/audio/codec2/codec2-1.0.3/src/
H A Dcodec2_internal.h106 void synthesise_one_frame(struct CODEC2 *c2, short speech[], MODEL *model,
H A Dcodec2.c64 void synthesise_one_frame(struct CODEC2 *c2, short speech[], MODEL *model,
637 synthesise_one_frame(c2, &speech[c2->n_samp*i], &model[i], Aw, 1.0); in codec2_decode_3200()
780 synthesise_one_frame(c2, &speech[c2->n_samp*i], &model[i], Aw, 1.0); in codec2_decode_2400()
976 synthesise_one_frame(c2, &speech[c2->n_samp*i], &model[i], Aw, 1.0); in codec2_decode_1600()
1146 synthesise_one_frame(c2, &speech[c2->n_samp*i], &model[i], Aw, 1.0); in codec2_decode_1400()
1318 synthesise_one_frame(c2, &speech[c2->n_samp*i], &model[i], Aw, 1.0); in codec2_decode_1300()
1510 synthesise_one_frame(c2, &speech[c2->n_samp*i], &model[i], Aw, 1.0); in codec2_decode_1200()
1669 synthesise_one_frame(c2, &speech[c2->n_samp*i], &model[i], &HH[i][0], 1.5); in codec2_decode_700c()
1961 synthesise_one_frame(c2, &speech[c2->n_samp*i], &model[i], &HH[i][0], 1.5); in codec2_decode_450()
2014 synthesise_one_frame(c2, &speech[c2->n_samp*i], &model[i], &HH[i][0], 1.5); in codec2_decode_450pwb()
[all …]