Searched refs:gsm_cost (Results 1 – 1 of 1) sorted by relevance
212 asr_int32_t gsm_cost = 0, am_index = 0, num_words = 0; in CA_ConfScorerGetFeatures() local260 srec_nbest_get_choice_info(nbestlist, choice_number, &gsm_cost, "gsm_cost"); in CA_ConfScorerGetFeatures()264 features[CONF_FEATURE_GDIFF] = (float)(speech_cost0 - gsm_cost); in CA_ConfScorerGetFeatures()267 …features[CONF_FEATURE_GDIFF_PER_FRAME] = ((float)(speech_cost0 - gsm_cost)) / (float)num_speech_fr… in CA_ConfScorerGetFeatures()280 srec_nbest_get_choice_info(nbestlist, 0, &gsm_cost, "gsm_cost"); in CA_ConfScorerGetFeatures()291 printf(" gsmcost(%d)", gsm_cost); in CA_ConfScorerGetFeatures()