Home
last modified time | relevance | path

Searched refs:cost1 (Results 1 – 4 of 4) sorted by relevance

/external/libvpx/libvpx/vp8/encoder/
Dencodemv.c126 unsigned int cost1 = 0; in vp8_build_component_cost_table() local
149 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()
/external/libvpx/libvpx/vp9/encoder/x86/
Dvp9_diamond_search_sad_avx.c212 const uint32_t cost1 = x->nmvsadcost[0][row1] + x->nmvsadcost[0][col1]; in vp9_diamond_search_sad_avx() local
218 v_cost_10_d = _mm_insert_epi32(v_cost_10_d, cost1, 1); in vp9_diamond_search_sad_avx()
/external/libopus/celt/
Dcelt_encoder.c585 int cost1; in tf_analysis() local
671 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 …]
/external/swiftshader/third_party/LLVM/include/llvm/CodeGen/PBQP/Heuristics/
DBriggs.h68 PBQPNum cost1 = cv1[0] / s->getSolverDegree(n1Itr); in operator() local
71 if (cost1 < cost2) in operator()