Searched refs:cost1 (Results 1 - 9 of 9) sorted by relevance

/external/srec/srec/ca/
H A Dcnfd_scr.c210 asr_int32_t cost0, cost1, cost2; local
237 rc = srec_nbest_get_result(nbestlist, choice_number+1, label1, MAX_ENTRY_LENGTH, &cost1, choice_number);
239 features[CONF_FEATURE_SCORE_DIFF] = ((float)cost1 - (float)cost0);
249 features[CONF_FEATURE_SCORE_DIFF13] = ((float)cost1 - (float)cost0);
256 cost1 = cost2 = (-1);
286 printf(" cost1(%d)", cost1);
/external/chromium_org/third_party/libvpx/source/libvpx/vp8/encoder/
H A Dencodemv.c142 unsigned int cost1 = 0; local
170 cost1 = cost_mvcomponent(i, &mvc[1]);
172 mvcost [1] [i] = cost1 + vp8_cost_zero(mvc[1].prob[MVPsign]);
173 mvcost [1] [-i] = cost1 + vp8_cost_one(mvc[1].prob[MVPsign]);
/external/libvpx/libvpx/vp8/encoder/
H A Dencodemv.c142 unsigned int cost1 = 0; local
170 cost1 = cost_mvcomponent(i, &mvc[1]);
172 mvcost [1] [i] = cost1 + vp8_cost_zero(mvc[1].prob[MVPsign]);
173 mvcost [1] [-i] = cost1 + vp8_cost_one(mvc[1].prob[MVPsign]);
/external/opencv/cvaux/src/
H A Dcvcorrespond.cpp73 float cost, cost1; local
194 cost1 = (float) ((len_color * len_color) >> 2);
200 min1 = costTable[i_1 + j_1 * row_size] + cost + (float) cost1;
/external/chromium_org/third_party/opus/src/celt/
H A Dcelt_encoder.c555 int cost1; local
645 cost1 = isTransient ? 0 : lambda;
649 curr0 = IMIN(cost0, cost1 + lambda);
650 curr1 = IMIN(cost0 + lambda, cost1);
652 cost1 = curr1 + abs(metric[i]-2*tf_select_table[LM][4*isTransient+2*sel+1]);
654 cost0 = IMIN(cost0, cost1);
662 cost1 = isTransient ? 0 : lambda;
670 from1 = cost1 + lambda;
681 from1 = cost1;
691 cost1
[all...]
/external/libopus/celt/
H A Dcelt_encoder.c555 int cost1; local
645 cost1 = isTransient ? 0 : lambda;
649 curr0 = IMIN(cost0, cost1 + lambda);
650 curr1 = IMIN(cost0 + lambda, cost1);
652 cost1 = curr1 + abs(metric[i]-2*tf_select_table[LM][4*isTransient+2*sel+1]);
654 cost0 = IMIN(cost0, cost1);
662 cost1 = isTransient ? 0 : lambda;
670 from1 = cost1 + lambda;
681 from1 = cost1;
691 cost1
[all...]
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/
H A Dant.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...
/external/jarjar/lib/
H A Dapache-ant-1.9.4.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...
/external/owasp/sanitizer/tools/findbugs/lib/
H A Dant.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...

Completed in 207 milliseconds