Searched refs:cost0 (Results 1 – 5 of 5) sorted by relevance
119 unsigned int cost0 = 0; in vp8_build_component_cost_table() local130 cost0 = cost_mvcomponent(i, &mvc[0]); in vp8_build_component_cost_table()132 mvcost[0][i] = cost0 + vp8_cost_zero(mvc[0].prob[MVPsign]); in vp8_build_component_cost_table()133 mvcost[0][-i] = cost0 + vp8_cost_one(mvc[0].prob[MVPsign]); in vp8_build_component_cost_table()
71 const int cost0 = (ctx > 0) ? VP8BitCost(1, p[0]) : 0; in VP8CalculateLevelCosts() local72 const int cost_base = VP8BitCost(1, p[1]) + cost0; in VP8CalculateLevelCosts()74 table[0] = VP8BitCost(0, p[1]) + cost0; in VP8CalculateLevelCosts()
590 int cost0; in tf_analysis() local676 cost0 = importance[0]*abs(metric[0]-2*tf_select_table[LM][4*isTransient+2*sel+0]); in tf_analysis()681 curr0 = IMIN(cost0, cost1 + lambda); in tf_analysis()682 curr1 = IMIN(cost0 + lambda, cost1); in tf_analysis()683 cost0 = curr0 + importance[i]*abs(metric[i]-2*tf_select_table[LM][4*isTransient+2*sel+0]); in tf_analysis()686 cost0 = IMIN(cost0, cost1); in tf_analysis()687 selcost[sel]=cost0; in tf_analysis()693 cost0 = importance[0]*abs(metric[0]-2*tf_select_table[LM][4*isTransient+2*tf_select+0]); in tf_analysis()701 from0 = cost0; in tf_analysis()712 from0 = cost0 + lambda; in tf_analysis()[all …]
211 const uint32_t cost0 = x->nmvsadcost[0][row0] + x->nmvsadcost[0][col0]; in vp9_diamond_search_sad_avx() local217 v_cost_10_d = _mm_cvtsi32_si128(cost0); in vp9_diamond_search_sad_avx()
839 short cost0 = 0; in sendMTFValues1() local848 cost0 += len_0[icv] & 0xff; in sendMTFValues1()856 cost[0] = cost0; in sendMTFValues1()