Home | History | Annotate | Download | only in encoder

Lines Matching refs:RDMULT

649     x->rdmult = cpi->RDMULT;
653 // 2 Pass - Possibly set Rdmult based on last frame distortion + this frame target bits or other metrics
657 //x->rdmult = ((cpi->last_frame_distortion * 256)/cpi->common.MBs)/ cpi->target_bits_per_mb;
658 x->rdmult = (int)(cpi->RDMULT * cpi->rate_correction_factor);
661 x->rdmult = cpi->RDMULT; */
662 //x->rdmult = (int)(cpi->RDMULT * pow( (cpi->rate_correction_factor * 2.0), 0.75 ));
1118 this_rd = RD_ESTIMATE(x->rdmult, x->rddiv, rate2, distortion2);
1132 Error4x4 = RD_ESTIMATE(x->rdmult, x->rddiv, rate2, distortion2);