Searched refs:stop_thresh_rd (Results 1 – 1 of 1) sorted by relevance
2094 int64_t stop_thresh_rd; in rd_pick_partition() local2106 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() local2732 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()