Home | History | Annotate | Download | only in encoder

Lines Matching refs:new_height

2674         int new_width, new_height;
2693 new_height = ((vs - 1) + (cpi->oxcf.Height * vr)) / vs;
2697 if ((cm->Width != new_width) || (cm->Height != new_height))
2700 cm->Height = new_height;