Home
last modified time | relevance | path

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

/external/libvpx/libvpx/vp9/encoder/
Dvp9_encodeframe.c1275 rd_cost->rdcost = INT64_MAX; in rd_pick_sb_modes()
1908 none_rdc.rdcost = RDCOST(x->rdmult, x->rddiv, none_rdc.rate, in rd_use_partition()
1943 last_part_rdc.rdcost += tmp_rdc.rdcost; in rd_use_partition()
1966 last_part_rdc.rdcost += tmp_rdc.rdcost; in rd_use_partition()
1977 last_part_rdc.rdcost = 0; in rd_use_partition()
2008 last_part_rdc.rdcost = RDCOST(x->rdmult, x->rddiv, in rd_use_partition()
2064 chosen_rdc.rdcost = RDCOST(x->rdmult, x->rddiv, in rd_use_partition()
2070 if (last_part_rdc.rdcost < chosen_rdc.rdcost) { in rd_use_partition()
2077 if (none_rdc.rdcost < chosen_rdc.rdcost) { in rd_use_partition()
2399 best_rdc.rdcost = best_rd; in rd_pick_partition()
[all …]
Dvp9_pickmode.c1014 this_rdc.rdcost = RDCOST(x->rdmult, x->rddiv, in vp9_pick_intra_mode()
1017 if (this_rdc.rdcost < best_rdc.rdcost) { in vp9_pick_intra_mode()
1260 if (rd_less_than_thresh(best_rdc.rdcost, mode_rd_thresh, in vp9_pick_inter_mode()
1297 &frame_mv[NEWMV][ref_frame], &rate_mv, best_rdc.rdcost)) { in vp9_pick_inter_mode()
1470 this_rdc.rdcost = RDCOST(x->rdmult, x->rddiv, this_rdc.rate, this_rdc.dist); in vp9_pick_inter_mode()
1480 this_rdc.rdcost = RDCOST(x->rdmult, x->rddiv, this_rdc.rate, in vp9_pick_inter_mode()
1492 if (this_rdc.rdcost < best_rdc.rdcost || x->skip) { in vp9_pick_inter_mode()
1531 if (best_rdc.rdcost == INT64_MAX || in vp9_pick_inter_mode()
1532 (!x->skip && best_rdc.rdcost > inter_mode_thresh && in vp9_pick_inter_mode()
1573 if (rd_less_than_thresh(best_rdc.rdcost, mode_rd_thresh, in vp9_pick_inter_mode()
[all …]
Dvp9_rd.h116 int64_t rdcost; member
Dvp9_rd.c52 rd_cost->rdcost = INT64_MAX; in vp9_rd_cost_reset()
58 rd_cost->rdcost = 0; in vp9_rd_cost_init()
Dvp9_rdopt.c2810 rd_cost->rdcost = RDCOST(x->rdmult, x->rddiv, rd_cost->rate, rd_cost->dist); in vp9_rd_pick_intra_mode_sb()
3428 rd_cost->rdcost = this_rd; in vp9_rd_pick_inter_mode_sb()
3543 rd_cost->rdcost = INT64_MAX; in vp9_rd_pick_inter_mode_sb()
3700 rd_cost->rdcost = this_rd; in vp9_rd_pick_inter_mode_sb_seg_skip()
3704 rd_cost->rdcost = INT64_MAX; in vp9_rd_pick_inter_mode_sb_seg_skip()
4195 rd_cost->rdcost = this_rd; in vp9_rd_pick_inter_mode_sub8x8()
4289 rd_cost->rdcost = INT64_MAX; in vp9_rd_pick_inter_mode_sub8x8()
4309 rd_cost->rdcost = INT64_MAX; in vp9_rd_pick_inter_mode_sub8x8()