OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:num_speech_frames
(Results
1 - 2
of
2
) sorted by null
/external/srec/srec/ca/
cnfd_scr.c
206
asr_int32_t
num_speech_frames
= 400;
local
228
rc = srec_nbest_get_choice_info(nbestlist, choice_number, &
num_speech_frames
, "
num_speech_frames
");
234
features[CONF_FEATURE_SCORE_PER_FRAME] = ((float)(speech_cost0)) / (float)
num_speech_frames
;
266
if (
num_speech_frames
== 0)
num_speech_frames
= 1;
267
features[CONF_FEATURE_GDIFF_PER_FRAME] = ((float)(speech_cost0 - gsm_cost)) / (float)
num_speech_frames
;
289
printf(" nframes0(%d)",
num_speech_frames
);
/external/srec/srec/crec/
srec_results.c
361
/*!strcmp(infoname,"
num_speech_frames
")||
368
frameID
num_speech_frames
;
local
396
num_speech_frames
= (frameID)(end_frame - start_frame);
400
if (!strcmp(infoname, "
num_speech_frames
"))
401
*infoval =
num_speech_frames
;
Completed in 2404 milliseconds