Home | History | Annotate | Download | only in encoder

Lines Matching defs:vr

2523         int hr, hs, vr, vs;
2631 Scale2Ratio(cpi->common.vert_scale, &vr, &vs);
2634 new_height = ((vs - 1) + (cpi->oxcf.Height * vr)) / vs;