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.c2695 int64_t b_best_rd = INT64_MAX; in vp9_pick_inter_mode_sub8x8() local
2764 if (RDCOST(x->rdmult, x->rddiv, b_rate, 0) > b_best_rd) continue; in vp9_pick_inter_mode_sub8x8()
2811 if (this_rdc.rdcost < b_best_rd) { in vp9_pick_inter_mode_sub8x8()
2812 b_best_rd = this_rdc.rdcost; in vp9_pick_inter_mode_sub8x8()
2822 this_rd += b_best_rd; in vp9_pick_inter_mode_sub8x8()