Home | History | Annotate | Download | only in encoder

Lines Matching refs:stop_thresh

2093         int64_t stop_thresh = 4096;
2103 stop_thresh >>= 8 - (b_width_log2_lookup[bsize] +
2106 stop_thresh_rd = RDCOST(x->rdmult, x->rddiv, 0, stop_thresh);
2719 int64_t stop_thresh = 4096;
2729 stop_thresh >>= 8 - (b_width_log2_lookup[bsize] +
2732 stop_thresh_rd = RDCOST(x->rdmult, x->rddiv, 0, stop_thresh);