Home
last modified time | relevance | path

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

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
Dvp9_encodeframe.c2094 int64_t stop_thresh_rd; in rd_pick_partition() local
2106 stop_thresh_rd = RDCOST(x->rdmult, x->rddiv, 0, stop_thresh); in rd_pick_partition()
2109 if (!x->e_mbd.lossless && best_rd < stop_thresh_rd) { in rd_pick_partition()
2720 int64_t stop_thresh_rd; in nonrd_pick_partition() local
2732 stop_thresh_rd = RDCOST(x->rdmult, x->rddiv, 0, stop_thresh); in nonrd_pick_partition()
2735 if (!x->e_mbd.lossless && best_rd < stop_thresh_rd) { in nonrd_pick_partition()