Home | History | Annotate | Download | only in encoder

Lines Matching refs:new_height

2716         int new_height = cpi->oxcf.Height;
2780 fprintf(f, " %8d %8d %8d %8d %12.0f %8d %8d %8d\n", cpi->common.current_video_frame, kf_q, cpi->common.horiz_scale, cpi->common.vert_scale, kf_group_err / cpi->frames_to_key, (int)(cpi->kf_group_bits / cpi->frames_to_key), new_height, new_width);
2825 new_height = ((vs - 1) + (cpi->oxcf.Height * vr)) / vs;
2829 effective_size_ratio = (double)(new_width * new_height) / (double)(cpi->oxcf.Width * cpi->oxcf.Height);
2838 fprintf(f, "******** %8d %8d %8d %12.0f %8d %8d %8d\n", kf_q, cpi->common.horiz_scale, cpi->common.vert_scale, kf_group_err / cpi->frames_to_key, (int)(cpi->kf_group_bits / cpi->frames_to_key), new_height, new_width);
2844 if ((cpi->common.Width != new_width) || (cpi->common.Height != new_height))
2847 cpi->common.Height = new_height;