Home
last modified time | relevance | path

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

/external/libvpx/vp8/encoder/
Dencodemv.c119 unsigned int cost0 = 0; in vp8_build_component_cost_table() local
130 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()
/external/webp/src/enc/
Dcost_enc.c71 const int cost0 = (ctx > 0) ? VP8BitCost(1, p[0]) : 0; in VP8CalculateLevelCosts() local
72 const int cost_base = VP8BitCost(1, p[1]) + cost0; in VP8CalculateLevelCosts()
74 table[0] = VP8BitCost(0, p[1]) + cost0; in VP8CalculateLevelCosts()
/external/libopus/celt/
Dcelt_encoder.c590 int cost0; in tf_analysis() local
676 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 …]
/external/libvpx/vp9/encoder/x86/
Dvp9_diamond_search_sad_avx.c211 const uint32_t cost0 = x->nmvsadcost[0][row0] + x->nmvsadcost[0][col0]; in vp9_diamond_search_sad_avx() local
217 v_cost_10_d = _mm_cvtsi32_si128(cost0); in vp9_diamond_search_sad_avx()
/external/apache-commons-compress/src/main/java/org/apache/commons/compress/compressors/bzip2/
DBZip2CompressorOutputStream.java839 short cost0 = 0; in sendMTFValues1() local
848 cost0 += len_0[icv] & 0xff; in sendMTFValues1()
856 cost[0] = cost0; in sendMTFValues1()