Home
last modified time | relevance | path

Searched refs:cost1 (Results 1 – 6 of 6) sorted by relevance

/external/srec/srec/ca/
Dcnfd_scr.c210 asr_int32_t cost0, cost1, cost2; in CA_ConfScorerGetFeatures() local
237 …rc = srec_nbest_get_result(nbestlist, choice_number+1, label1, MAX_ENTRY_LENGTH, &cost1, choice_nu… in CA_ConfScorerGetFeatures()
239 features[CONF_FEATURE_SCORE_DIFF] = ((float)cost1 - (float)cost0); in CA_ConfScorerGetFeatures()
249 features[CONF_FEATURE_SCORE_DIFF13] = ((float)cost1 - (float)cost0); in CA_ConfScorerGetFeatures()
256 cost1 = cost2 = (-1); in CA_ConfScorerGetFeatures()
286 printf(" cost1(%d)", cost1); in CA_ConfScorerGetFeatures()
/external/libvpx/libvpx/vp8/encoder/
Dencodemv.c142 unsigned int cost1 = 0; in vp8_build_component_cost_table() local
170 cost1 = cost_mvcomponent(i, &mvc[1]); in vp8_build_component_cost_table()
172 mvcost [1] [i] = cost1 + vp8_cost_zero(mvc[1].prob[MVPsign]); in vp8_build_component_cost_table()
173 mvcost [1] [-i] = cost1 + vp8_cost_one(mvc[1].prob[MVPsign]); in vp8_build_component_cost_table()
/external/chromium_org/third_party/libvpx/source/libvpx/vp8/encoder/
Dencodemv.c142 unsigned int cost1 = 0; in vp8_build_component_cost_table() local
170 cost1 = cost_mvcomponent(i, &mvc[1]); in vp8_build_component_cost_table()
172 mvcost [1] [i] = cost1 + vp8_cost_zero(mvc[1].prob[MVPsign]); in vp8_build_component_cost_table()
173 mvcost [1] [-i] = cost1 + vp8_cost_one(mvc[1].prob[MVPsign]); in vp8_build_component_cost_table()
/external/opencv/cvaux/src/
Dcvcorrespond.cpp73 float cost, cost1; in icvDynamicCorrespond() local
194 cost1 = (float) ((len_color * len_color) >> 2); in icvDynamicCorrespond()
200 min1 = costTable[i_1 + j_1 * row_size] + cost + (float) cost1; in icvDynamicCorrespond()
/external/libopus/celt/
Dcelt_encoder.c555 int cost1; in tf_analysis() local
645 cost1 = isTransient ? 0 : lambda; in tf_analysis()
649 curr0 = IMIN(cost0, cost1 + lambda); in tf_analysis()
650 curr1 = IMIN(cost0 + lambda, cost1); in tf_analysis()
652 cost1 = curr1 + abs(metric[i]-2*tf_select_table[LM][4*isTransient+2*sel+1]); in tf_analysis()
654 cost0 = IMIN(cost0, cost1); in tf_analysis()
662 cost1 = isTransient ? 0 : lambda; in tf_analysis()
670 from1 = cost1 + lambda; in tf_analysis()
681 from1 = cost1; in tf_analysis()
691 cost1 = curr1 + abs(metric[i]-2*tf_select_table[LM][4*isTransient+2*tf_select+1]); in tf_analysis()
[all …]
/external/chromium_org/third_party/opus/src/celt/
Dcelt_encoder.c555 int cost1; in tf_analysis() local
645 cost1 = isTransient ? 0 : lambda; in tf_analysis()
649 curr0 = IMIN(cost0, cost1 + lambda); in tf_analysis()
650 curr1 = IMIN(cost0 + lambda, cost1); in tf_analysis()
652 cost1 = curr1 + abs(metric[i]-2*tf_select_table[LM][4*isTransient+2*sel+1]); in tf_analysis()
654 cost0 = IMIN(cost0, cost1); in tf_analysis()
662 cost1 = isTransient ? 0 : lambda; in tf_analysis()
670 from1 = cost1 + lambda; in tf_analysis()
681 from1 = cost1; in tf_analysis()
691 cost1 = curr1 + abs(metric[i]-2*tf_select_table[LM][4*isTransient+2*tf_select+1]); in tf_analysis()
[all …]