Home
last modified time | relevance | path

Searched refs:i_cost (Results 1 – 20 of 20) sorted by relevance

/dports/emulators/vice/vice-3.5/src/lib/libx264/encoder/
H A Danalyse.c929 i_cost += i_best & 0xffff; in x264_mb_analyse_intra()
996 a->i_satd_i8x8 = i_cost; in x264_mb_analyse_intra()
1013 i_cost = (i_cost * cost_div_fix8[idx]) >> 8; in x264_mb_analyse_intra()
1122 a->i_satd_i4x4 = i_cost; in x264_mb_analyse_intra()
3150 int i_cost = COST_MAX; in x264_macroblock_analyse() local
3172 i_cost = analysis.i_satd_i16x16; in x264_macroblock_analyse()
3379 i_cost = 0; in x264_macroblock_analyse()
3437 i_satd_inter = i_cost; in x264_macroblock_analyse()
3453 if( i_cost < COST_MAX ) in x264_macroblock_analyse()
3829 i_satd_inter = i_cost; in x264_macroblock_analyse()
[all …]
H A Dslicetype.c637 int i_cost; \ in x264_slicetype_mb_cost()
656 i_cost = penalty * a->i_lambda + h->pixf.mbcmp[PIXEL_8x8]( \ in x264_slicetype_mb_cost()
658 COPY2_IF_LT( i_bcost, i_cost, list_used, 3 ); \ in x264_slicetype_mb_cost()
699 int i_cost; in x264_slicetype_mb_cost() local
701 i_cost = h->pixf.mbcmp[PIXEL_8x8]( m[0].p_fenc[0], FENC_STRIDE, pix1, 16 ); in x264_slicetype_mb_cost()
702 COPY2_IF_LT( i_bcost, i_cost, list_used, 3 ); in x264_slicetype_mb_cost()
H A Drdo.c237 int i_cost = x264_rd_cost_mb( h, i_lambda2 ); in x264_rd_cost_part() local
238 return i_cost; in x264_rd_cost_part()
/dports/multimedia/x264/x264-5db6aa6cab1b146e07b60cc1736a01f21da01154/encoder/
H A Danalyse.c775 i_cost += i_best & 0xffff; in mb_analyse_intra()
839 a->i_satd_i8x8 = i_cost; in mb_analyse_intra()
856 i_cost = (i_cost * cost_div_fix8[idx]) >> 8; in mb_analyse_intra()
964 a->i_satd_i4x4 = i_cost; in mb_analyse_intra()
2921 int i_cost = COST_MAX; in x264_macroblock_analyse() local
2943 i_cost = analysis.i_satd_i16x16; in x264_macroblock_analyse()
3142 i_cost = 0; in x264_macroblock_analyse()
3200 i_satd_inter = i_cost; in x264_macroblock_analyse()
3216 if( i_cost < COST_MAX ) in x264_macroblock_analyse()
3571 i_satd_inter = i_cost; in x264_macroblock_analyse()
[all …]
H A Dslicetype.c581 int i_cost; \ in slicetype_mb_cost()
600 i_cost = penalty * a->i_lambda + h->pixf.mbcmp[PIXEL_8x8]( \ in slicetype_mb_cost()
602 COPY2_IF_LT( i_bcost, i_cost, list_used, 3 ); \ in slicetype_mb_cost()
647 int i_cost; in slicetype_mb_cost() local
649 i_cost = h->pixf.mbcmp[PIXEL_8x8]( m[0].p_fenc[0], FENC_STRIDE, pix1, 16 ); in slicetype_mb_cost()
650 COPY2_IF_LT( i_bcost, i_cost, list_used, 3 ); in slicetype_mb_cost()
H A Drdo.c239 int i_cost = rd_cost_mb( h, i_lambda2 ); in x264_rd_cost_part() local
240 return i_cost; in x264_rd_cost_part()
/dports/multimedia/libx264/x264-5db6aa6cab1b146e07b60cc1736a01f21da01154/encoder/
H A Danalyse.c775 i_cost += i_best & 0xffff; in mb_analyse_intra()
839 a->i_satd_i8x8 = i_cost; in mb_analyse_intra()
856 i_cost = (i_cost * cost_div_fix8[idx]) >> 8; in mb_analyse_intra()
964 a->i_satd_i4x4 = i_cost; in mb_analyse_intra()
2921 int i_cost = COST_MAX; in x264_macroblock_analyse() local
2943 i_cost = analysis.i_satd_i16x16; in x264_macroblock_analyse()
3142 i_cost = 0; in x264_macroblock_analyse()
3200 i_satd_inter = i_cost; in x264_macroblock_analyse()
3216 if( i_cost < COST_MAX ) in x264_macroblock_analyse()
3571 i_satd_inter = i_cost; in x264_macroblock_analyse()
[all …]
H A Dslicetype.c581 int i_cost; \ in slicetype_mb_cost()
600 i_cost = penalty * a->i_lambda + h->pixf.mbcmp[PIXEL_8x8]( \ in slicetype_mb_cost()
602 COPY2_IF_LT( i_bcost, i_cost, list_used, 3 ); \ in slicetype_mb_cost()
647 int i_cost; in slicetype_mb_cost() local
649 i_cost = h->pixf.mbcmp[PIXEL_8x8]( m[0].p_fenc[0], FENC_STRIDE, pix1, 16 ); in slicetype_mb_cost()
650 COPY2_IF_LT( i_bcost, i_cost, list_used, 3 ); in slicetype_mb_cost()
H A Drdo.c239 int i_cost = rd_cost_mb( h, i_lambda2 ); in x264_rd_cost_part() local
240 return i_cost; in x264_rd_cost_part()
/dports/emulators/libretro-vice/vice-libretro-5725415/vice/src/lib/libx264/encoder/
H A Danalyse.c929 i_cost += i_best & 0xffff; in x264_mb_analyse_intra()
996 a->i_satd_i8x8 = i_cost; in x264_mb_analyse_intra()
1013 i_cost = (i_cost * cost_div_fix8[idx]) >> 8; in x264_mb_analyse_intra()
1122 a->i_satd_i4x4 = i_cost; in x264_mb_analyse_intra()
3150 int i_cost = COST_MAX; in x264_macroblock_analyse() local
3172 i_cost = analysis.i_satd_i16x16; in x264_macroblock_analyse()
3379 i_cost = 0; in x264_macroblock_analyse()
3437 i_satd_inter = i_cost; in x264_macroblock_analyse()
3453 if( i_cost < COST_MAX ) in x264_macroblock_analyse()
3829 i_satd_inter = i_cost; in x264_macroblock_analyse()
[all …]
H A Dslicetype.c637 int i_cost; \ in x264_slicetype_mb_cost()
656 i_cost = penalty * a->i_lambda + h->pixf.mbcmp[PIXEL_8x8]( \ in x264_slicetype_mb_cost()
658 COPY2_IF_LT( i_bcost, i_cost, list_used, 3 ); \ in x264_slicetype_mb_cost()
699 int i_cost; in x264_slicetype_mb_cost() local
701 i_cost = h->pixf.mbcmp[PIXEL_8x8]( m[0].p_fenc[0], FENC_STRIDE, pix1, 16 ); in x264_slicetype_mb_cost()
702 COPY2_IF_LT( i_bcost, i_cost, list_used, 3 ); in x264_slicetype_mb_cost()
H A Drdo.c237 int i_cost = x264_rd_cost_mb( h, i_lambda2 ); in x264_rd_cost_part() local
238 return i_cost; in x264_rd_cost_part()
/dports/finance/frontaccounting/frontaccounting/manufacturing/includes/db/
H A Dwork_orders_db.inc26 $i_cost = 0;
33 $i_cost += ($issue['qty_issued'] * $standard_cost) / $qty;
40 $material_cost = $myrow['material_cost'] - $i_cost; // $i_cost was already added to material cost
41 $m_cost += $i_cost;
/dports/games/powwow/powwow-1.2.17/
H A Dtty.c784 int r_cost, i_cost, p = pos; in __P2() local
801 i_cost = n; in __P2()
803 r_cost = nl, i_cost += insertfinish; in __P2()
808 if (n == 1 && inscharcost && inscharcost + i_cost < r_cost) { in __P2()
/dports/multimedia/kvazaar/kvazaar-2.1.0/src/
H A Dencoderstate.h87 int i_cost; member
H A Drate_control.c364 kvz_get_lcu_stats(state, x / 64, y / 64)->i_cost += cost; in pic_allocate_bits()
611 double mad = kvz_get_lcu_stats(state, pos.x, pos.y)->i_cost; in get_ctu_bits()
723 double cost_per_pixel = (double)ctu->i_cost / ctu->pixels; in kvz_set_ctu_qp_lambda()
804 ctu->i_cost = 0; in kvz_set_ctu_qp_lambda()
/dports/mail/rspamd/rspamd-3.1/contrib/kann/
H A Dkann.c185 int i_cost; in kann_cost_core() local
187 i_cost = kann_find(a, KANN_F_COST, cost_label); in kann_cost_core()
188 assert(i_cost >= 0); in kann_cost_core()
189 cost = *kad_eval_at(a->n, a->v, i_cost); in kann_cost_core()
190 if (cal_grad) kad_grad(a->n, a->v, i_cost); in kann_cost_core()
/dports/mail/rspamd-devel/rspamd-93430bb/contrib/kann/
H A Dkann.c185 int i_cost; in kann_cost_core() local
187 i_cost = kann_find(a, KANN_F_COST, cost_label); in kann_cost_core()
188 assert(i_cost >= 0); in kann_cost_core()
189 cost = *kad_eval_at(a->n, a->v, i_cost); in kann_cost_core()
190 if (cal_grad) kad_grad(a->n, a->v, i_cost); in kann_cost_core()
/dports/databases/spatialite/libspatialite-5.0.1/src/spatialite/
H A Dvirtualnetwork.c2095 int i_cost = -1; in vnet_best_index() local
2117 i_cost = i; in vnet_best_index()
2144 if (i_from < i_cost) in vnet_best_index()
H A Dvirtualrouting.c7318 int i_cost = -1; in vroute_best_index() local
7353 i_cost = i; in vroute_best_index()
7398 if (i_from < i_cost) in vroute_best_index()