Home
last modified time | relevance | path

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

/external/libvpx/libvpx/vp8/encoder/
Dencodemv.c122 unsigned int cost1 = 0; in vp8_build_component_cost_table() local
145 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()
/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.c591 int cost1; in tf_analysis() local
677cost1 = 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()
694cost1 = 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()
723cost1 = curr1 + importance[i]*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()
/external/apache-commons-compress/src/main/java/org/apache/commons/compress/compressors/bzip2/
DBZip2CompressorOutputStream.java840 short cost1 = 0; in sendMTFValues1() local
849 cost1 += len_1[icv] & 0xff; in sendMTFValues1()
857 cost[1] = cost1; in sendMTFValues1()