Searched refs:cost0 (Results 1 - 10 of 10) sorted by relevance

/external/srec/srec/ca/
H A Dcnfd_scr.c210 asr_int32_t cost0, cost1, cost2; local
226 rc = srec_nbest_get_result(nbestlist, choice_number, label0, MAX_ENTRY_LENGTH, &cost0, choice_number);
239 features[CONF_FEATURE_SCORE_DIFF] = ((float)cost1 - (float)cost0);
244 features[CONF_FEATURE_SCORE_DIFF13] = ((float)cost2 - (float)cost0);
249 features[CONF_FEATURE_SCORE_DIFF13] = ((float)cost1 - (float)cost0);
285 printf(" cost0(%d)", cost0);
/external/chromium_org/third_party/libvpx/source/libvpx/vp8/encoder/
H A Dencodemv.c141 unsigned int cost0 = 0; local
154 cost0 = cost_mvcomponent(i, &mvc[0]);
156 mvcost [0] [i] = cost0 + vp8_cost_zero(mvc[0].prob[MVPsign]);
157 mvcost [0] [-i] = cost0 + vp8_cost_one(mvc[0].prob[MVPsign]);
/external/libvpx/libvpx/vp8/encoder/
H A Dencodemv.c141 unsigned int cost0 = 0; local
154 cost0 = cost_mvcomponent(i, &mvc[0]);
156 mvcost [0] [i] = cost0 + vp8_cost_zero(mvc[0].prob[MVPsign]);
157 mvcost [0] [-i] = cost0 + vp8_cost_one(mvc[0].prob[MVPsign]);
/external/chromium_org/third_party/libwebp/enc/
H A Dcost.c363 const int cost0 = (ctx > 0) ? VP8BitCost(1, p[0]) : 0; local
364 const int cost_base = VP8BitCost(1, p[1]) + cost0;
366 table[0] = VP8BitCost(0, p[1]) + cost0;
/external/webp/src/enc/
H A Dcost.c363 const int cost0 = (ctx > 0) ? VP8BitCost(1, p[0]) : 0; local
364 const int cost_base = VP8BitCost(1, p[1]) + cost0;
366 table[0] = VP8BitCost(0, p[1]) + cost0;
/external/chromium_org/third_party/opus/src/celt/
H A Dcelt_encoder.c554 int cost0; local
644 cost0 = 0;
649 curr0 = IMIN(cost0, cost1 + lambda);
650 curr1 = IMIN(cost0 + lambda, cost1);
651 cost0 = curr0 + abs(metric[i]-2*tf_select_table[LM][4*isTransient+2*sel+0]);
654 cost0 = IMIN(cost0, cost1);
655 selcost[sel]=cost0;
661 cost0 = 0;
669 from0 = cost0;
[all...]
/external/libopus/celt/
H A Dcelt_encoder.c554 int cost0; local
644 cost0 = 0;
649 curr0 = IMIN(cost0, cost1 + lambda);
650 curr1 = IMIN(cost0 + lambda, cost1);
651 cost0 = curr0 + abs(metric[i]-2*tf_select_table[LM][4*isTransient+2*sel+0]);
654 cost0 = IMIN(cost0, cost1);
655 selcost[sel]=cost0;
661 cost0 = 0;
669 from0 = cost0;
[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 402 milliseconds