Home
last modified time | relevance | path

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

/external/libvpx/libvpx/vp9/encoder/
Dvp9_encodeframe.c1769 if (rd_cost->rate == INT_MAX) rd_cost->rdcost = INT64_MAX; in rd_pick_sb_modes()
2387 none_rdc.rdcost = in rd_use_partition()
2420 last_part_rdc.rdcost += tmp_rdc.rdcost; in rd_use_partition()
2442 last_part_rdc.rdcost += tmp_rdc.rdcost; in rd_use_partition()
2453 last_part_rdc.rdcost = 0; in rd_use_partition()
2481 last_part_rdc.rdcost = in rd_use_partition()
2536 chosen_rdc.rdcost = in rd_use_partition()
2542 if (last_part_rdc.rdcost < chosen_rdc.rdcost) { in rd_use_partition()
2548 if (none_rdc.rdcost < chosen_rdc.rdcost) { in rd_use_partition()
2933 best_rdc.rdcost = best_rd; in rd_pick_partition()
[all …]
Dvp9_pickmode.c1124 this_rdc.rdcost = RDCOST(x->rdmult, x->rddiv, this_rdc.rate, this_rdc.dist); in vp9_pick_intra_mode()
1126 if (this_rdc.rdcost < best_rdc.rdcost) { in vp9_pick_intra_mode()
1272 this_rdc->rdcost = this_rdc->rdcost << 1; in vp9_NEWMV_diff_bias()
1274 this_rdc->rdcost = 3 * this_rdc->rdcost >> 1; in vp9_NEWMV_diff_bias()
1281 this_rdc->rdcost = 7 * (this_rdc->rdcost >> 3); in vp9_NEWMV_diff_bias()
1285 this_rdc->rdcost = 7 * (this_rdc->rdcost >> 3); in vp9_NEWMV_diff_bias()
1317 ctx_den->zero_last_cost_orig < (best_rdc->rdcost << 3) && in recheck_zeromv_after_denoising()
1340 this_rdc.rdcost = RDCOST(x->rdmult, x->rddiv, rate, dist); in recheck_zeromv_after_denoising()
1343 if (this_rdc.rdcost > best_rdc->rdcost) { in recheck_zeromv_after_denoising()
1743 rd_less_than_thresh_row_mt(best_rdc.rdcost, mode_rd_thresh, in vp9_pick_inter_mode()
[all …]
Dvp9_rd.h119 int64_t rdcost; member
Dvp9_rd.c51 rd_cost->rdcost = INT64_MAX; in vp9_rd_cost_reset()
57 rd_cost->rdcost = 0; in vp9_rd_cost_init()
Dvp9_rdopt.c2873 rd_cost->rdcost = RDCOST(x->rdmult, x->rddiv, rd_cost->rate, rd_cost->dist); in vp9_rd_pick_intra_mode_sb()
3478 rd_cost->rdcost = this_rd; in vp9_rd_pick_inter_mode_sb()
3597 rd_cost->rdcost = INT64_MAX; in vp9_rd_pick_inter_mode_sb()
3750 rd_cost->rdcost = this_rd; in vp9_rd_pick_inter_mode_sb_seg_skip()
3754 rd_cost->rdcost = INT64_MAX; in vp9_rd_pick_inter_mode_sb_seg_skip()
4240 rd_cost->rdcost = this_rd; in vp9_rd_pick_inter_mode_sub8x8()
4331 rd_cost->rdcost = INT64_MAX; in vp9_rd_pick_inter_mode_sub8x8()
4348 rd_cost->rdcost = INT64_MAX; in vp9_rd_pick_inter_mode_sub8x8()