Lines Matching refs:cost0
554 int cost0; in tf_analysis() local
644 cost0 = 0; in tf_analysis()
649 curr0 = IMIN(cost0, cost1 + lambda); in tf_analysis()
650 curr1 = IMIN(cost0 + lambda, cost1); in tf_analysis()
651 cost0 = curr0 + abs(metric[i]-2*tf_select_table[LM][4*isTransient+2*sel+0]); in tf_analysis()
654 cost0 = IMIN(cost0, cost1); in tf_analysis()
655 selcost[sel]=cost0; in tf_analysis()
661 cost0 = 0; in tf_analysis()
669 from0 = cost0; in tf_analysis()
680 from0 = cost0 + lambda; in tf_analysis()
690 cost0 = curr0 + abs(metric[i]-2*tf_select_table[LM][4*isTransient+2*tf_select+0]); in tf_analysis()
693 tf_res[len-1] = cost0 < cost1 ? 0 : 1; in tf_analysis()