Home | History | Annotate | Download | only in encoder

Lines Matching refs:new_width

2674         int new_width, new_height;
2692 new_width = ((hs - 1) + (cpi->oxcf.Width * hr)) / hs;
2697 if ((cm->Width != new_width) || (cm->Height != new_height))
2699 cm->Width = new_width;