Searched refs:cost1 (Results 1 – 4 of 4) sorted by relevance
126 unsigned int cost1 = 0; in vp8_build_component_cost_table() local149 cost1 = cost_mvcomponent(i, &mvc[1]); in vp8_build_component_cost_table()151 mvcost[1][i] = cost1 + vp8_cost_zero(mvc[1].prob[MVPsign]); in vp8_build_component_cost_table()152 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()
585 int cost1; in tf_analysis() local671 cost1 = isTransient ? 0 : lambda; in tf_analysis()675 curr0 = IMIN(cost0, cost1 + lambda); in tf_analysis()676 curr1 = IMIN(cost0 + lambda, cost1); in tf_analysis()678 cost1 = curr1 + abs(metric[i]-2*tf_select_table[LM][4*isTransient+2*sel+1]); in tf_analysis()680 cost0 = IMIN(cost0, cost1); in tf_analysis()688 cost1 = isTransient ? 0 : lambda; in tf_analysis()696 from1 = cost1 + lambda; in tf_analysis()707 from1 = cost1; in tf_analysis()717 cost1 = curr1 + 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()