Home
last modified time | relevance | path

Searched refs:num_speech_frames (Results 1 – 2 of 2) sorted by relevance

/external/srec/srec/ca/
Dcnfd_scr.c206 asr_int32_t num_speech_frames = 400; in CA_ConfScorerGetFeatures() local
228 …rc = srec_nbest_get_choice_info(nbestlist, choice_number, &num_speech_frames, "num_speech_frames"); in CA_ConfScorerGetFeatures()
234 features[CONF_FEATURE_SCORE_PER_FRAME] = ((float)(speech_cost0)) / (float)num_speech_frames; in CA_ConfScorerGetFeatures()
266 if (num_speech_frames == 0) num_speech_frames = 1; in CA_ConfScorerGetFeatures()
267 …ures[CONF_FEATURE_GDIFF_PER_FRAME] = ((float)(speech_cost0 - gsm_cost)) / (float)num_speech_frames; in CA_ConfScorerGetFeatures()
289 printf(" nframes0(%d)", num_speech_frames); in CA_ConfScorerGetFeatures()
/external/srec/srec/crec/
Dsrec_results.c368 frameID num_speech_frames; in srec_nbest_get_choice_info() local
396 num_speech_frames = (frameID)(end_frame - start_frame); in srec_nbest_get_choice_info()
401 *infoval = num_speech_frames; in srec_nbest_get_choice_info()