Home | History | Annotate | Download | only in encoder

Lines Matching refs:THR_NEWA

281         thresh      = &cpi->rd_threshes[THR_NEWA];
282 threshmult = cpi->sf.thresh_mult[THR_NEWA];
1740 tmp_rd = vp8_rd_pick_best_mbsegmentation(cpi, x, &best_ref_mv, breakout_rd, mdcounts, &rate, &rate_y, &distortion, cpi->compressor_speed, x->mvcost, cpi->rd_threshes[THR_NEWA], cpi->common.full_pixel) ;
2193 best_adjustment = 4; //(cpi->rd_thresh_mult[THR_NEWA] >> 4);
2194 cpi->rd_thresh_mult[THR_NEWA] = (cpi->rd_thresh_mult[THR_NEWA] >= (MIN_THRESHMULT+best_adjustment)) ? cpi->rd_thresh_mult[THR_NEWA]-best_adjustment: MIN_THRESHMULT;
2195 cpi->rd_threshes[THR_NEWA] = (cpi->rd_baseline_thresh[THR_NEWA] >> 7) * cpi->rd_thresh_mult[THR_NEWA];