Home
last modified time | relevance | path

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

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
Dvp9_rdopt.c3002 int64_t rdcosty = INT64_MAX; in handle_inter_mode() local
3018 rdcosty = RDCOST(x->rdmult, x->rddiv, *rate2, *distortion); in handle_inter_mode()
3019 rdcosty = MIN(rdcosty, RDCOST(x->rdmult, x->rddiv, 0, *psse)); in handle_inter_mode()
3022 bsize, ref_best_rd - rdcosty); in handle_inter_mode()