Searched refs:cost1 (Results 1 – 5 of 5) sorted by relevance
122 unsigned int cost1 = 0; in vp8_build_component_cost_table() local145 cost1 = cost_mvcomponent(i, &mvc[1]); in vp8_build_component_cost_table()147 mvcost[1][i] = cost1 + vp8_cost_zero(mvc[1].prob[MVPsign]); in vp8_build_component_cost_table()148 mvcost[1][-i] = cost1 + vp8_cost_one(mvc[1].prob[MVPsign]); in vp8_build_component_cost_table()
212 const uint32_t cost1 = x->nmvsadcost[0][row1] + x->nmvsadcost[0][col1]; in vp9_diamond_search_sad_avx() local218 v_cost_10_d = _mm_insert_epi32(v_cost_10_d, cost1, 1); in vp9_diamond_search_sad_avx()
591 int cost1; in tf_analysis() local677 …cost1 = importance[0]*abs(metric[0]-2*tf_select_table[LM][4*isTransient+2*sel+1]) + (isTransient ?… in tf_analysis()681 curr0 = IMIN(cost0, cost1 + lambda); in tf_analysis()682 curr1 = IMIN(cost0 + lambda, cost1); in tf_analysis()684 cost1 = curr1 + importance[i]*abs(metric[i]-2*tf_select_table[LM][4*isTransient+2*sel+1]); in tf_analysis()686 cost0 = IMIN(cost0, cost1); in tf_analysis()694 …cost1 = importance[0]*abs(metric[0]-2*tf_select_table[LM][4*isTransient+2*tf_select+1]) + (isTrans… in tf_analysis()702 from1 = cost1 + lambda; in tf_analysis()713 from1 = cost1; in tf_analysis()723 … cost1 = curr1 + importance[i]*abs(metric[i]-2*tf_select_table[LM][4*isTransient+2*tf_select+1]); in tf_analysis()[all …]
68 PBQPNum cost1 = cv1[0] / s->getSolverDegree(n1Itr); in operator() local71 if (cost1 < cost2) in operator()
840 short cost1 = 0; in sendMTFValues1() local849 cost1 += len_1[icv] & 0xff; in sendMTFValues1()857 cost[1] = cost1; in sendMTFValues1()