Home
last modified time | relevance | path

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

/external/libvpx/libvpx/vp9/encoder/
Dvp9_pickmode.c2825 int64_t b_best_rd = INT64_MAX; in vp9_pick_inter_mode_sub8x8() local
2894 if (RDCOST(x->rdmult, x->rddiv, b_rate, 0) > b_best_rd) continue; in vp9_pick_inter_mode_sub8x8()
2941 if (this_rdc.rdcost < b_best_rd) { in vp9_pick_inter_mode_sub8x8()
2942 b_best_rd = this_rdc.rdcost; in vp9_pick_inter_mode_sub8x8()
2952 this_rd += b_best_rd; in vp9_pick_inter_mode_sub8x8()