Home | History | Annotate | Download | only in encoder

Lines Matching refs:new_height

2940         int new_width, new_height;
2959 new_height = ((vs - 1) + (cpi->oxcf.Height * vr)) / vs;
2963 if ((cm->Width != new_width) || (cm->Height != new_height))
2966 cm->Height = new_height;