Home
last modified time | relevance | path

Searched refs:agc_struct (Results 1 – 8 of 8) sorted by relevance

/dports/lang/spidermonkey60/firefox-60.9.0/media/sphinxbase/src/libsphinxbase/feat/
H A Dfeat.c870 fcb->agc_struct = agc_init(); in feat_init()
877 agc_emax_set(fcb->agc_struct, (cmn != CMN_NONE) ? 5.0 : 10.0); in feat_init()
950 agc_max(fcb->agc_struct, mfc, nfr); in feat_agc()
953 agc_emax(fcb->agc_struct, mfc, nfr); in feat_agc()
955 agc_emax_update(fcb->agc_struct); in feat_agc()
958 agc_noise(fcb->agc_struct, mfc, nfr); in feat_agc()
1430 agc_emax_update(fcb->agc_struct); in feat_update_stats()
1465 agc_free(f->agc_struct); in feat_free()
/dports/www/firefox-legacy/firefox-52.8.0esr/media/sphinxbase/src/libsphinxbase/feat/
H A Dfeat.c870 fcb->agc_struct = agc_init(); in feat_init()
877 agc_emax_set(fcb->agc_struct, (cmn != CMN_NONE) ? 5.0 : 10.0); in feat_init()
950 agc_max(fcb->agc_struct, mfc, nfr); in feat_agc()
953 agc_emax(fcb->agc_struct, mfc, nfr); in feat_agc()
955 agc_emax_update(fcb->agc_struct); in feat_agc()
958 agc_noise(fcb->agc_struct, mfc, nfr); in feat_agc()
1430 agc_emax_update(fcb->agc_struct); in feat_update_stats()
1465 agc_free(f->agc_struct); in feat_free()
/dports/audio/sphinxbase/sphinxbase-0.8/src/libsphinxbase/feat/
H A Dfeat.c869 fcb->agc_struct = agc_init(); in feat_init()
876 agc_emax_set(fcb->agc_struct, (cmn != CMN_NONE) ? 5.0 : 10.0); in feat_init()
949 agc_max(fcb->agc_struct, mfc, nfr); in feat_agc()
952 agc_emax(fcb->agc_struct, mfc, nfr); in feat_agc()
954 agc_emax_update(fcb->agc_struct); in feat_agc()
957 agc_noise(fcb->agc_struct, mfc, nfr); in feat_agc()
1453 agc_free(f->agc_struct); in feat_free()
/dports/lang/spidermonkey60/firefox-60.9.0/media/sphinxbase/sphinxbase/
H A Dfeat.h151 agc_t *agc_struct; /**< Structure that stores the temporary variables for acoustic member
/dports/www/firefox-legacy/firefox-52.8.0esr/media/sphinxbase/sphinxbase/
H A Dfeat.h151 agc_t *agc_struct; /**< Structure that stores the temporary variables for acoustic
/dports/audio/sphinxbase/sphinxbase-0.8/include/sphinxbase/
H A Dfeat.h189 agc_t *agc_struct; /**< Structure that stores the temporary variables for acoustic member
/dports/www/firefox-legacy/firefox-52.8.0esr/media/pocketsphinx/src/
H A Dacmod.c180 agc_set_threshold(acmod->fcb->agc_struct, in acmod_init_feat()
/dports/audio/pocketsphinx/pocketsphinx-0.8/src/libpocketsphinx/
H A Dacmod.c177 agc_set_threshold(acmod->fcb->agc_struct, in acmod_init_feat()