Home
last modified time | relevance | path

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

/external/libvpx/libvpx/vp9/encoder/
Dvp9_rdopt.c2776 int64_t rdcosty = INT64_MAX; in handle_inter_mode() local
2793 rdcosty = RDCOST(x->rdmult, x->rddiv, *rate2, *distortion); in handle_inter_mode()
2794 rdcosty = VPXMIN(rdcosty, RDCOST(x->rdmult, x->rddiv, 0, *psse)); in handle_inter_mode()
2797 &sseuv, bsize, ref_best_rd - rdcosty)) { in handle_inter_mode()