Searched refs:stop_thresh (Results 1 – 1 of 1) sorted by relevance
2093 int64_t stop_thresh = 4096; in rd_pick_partition() local2103 stop_thresh >>= 8 - (b_width_log2_lookup[bsize] + in rd_pick_partition()2106 stop_thresh_rd = RDCOST(x->rdmult, x->rddiv, 0, stop_thresh); in rd_pick_partition()2719 int64_t stop_thresh = 4096; in nonrd_pick_partition() local2729 stop_thresh >>= 8 - (b_width_log2_lookup[bsize] + in nonrd_pick_partition()2732 stop_thresh_rd = RDCOST(x->rdmult, x->rddiv, 0, stop_thresh); in nonrd_pick_partition()