Searched refs:new_height (Results 1 - 2 of 2) sorted by relevance

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/
H A Dfirstpass.c3212 int new_height = cpi->oxcf.Height; local
3286 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->twopass.frames_to_key, (int)(cpi->twopass.kf_group_bits / cpi->twopass.frames_to_key), new_height, new_width);
3338 new_height = ((vs - 1) + (cpi->oxcf.Height * vr)) / vs;
3344 effective_size_ratio = (double)(new_width * new_height) / (double)(cpi->oxcf.Width * cpi->oxcf.Height);
3357 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->twopass.frames_to_key, (int)(cpi->twopass.kf_group_bits / cpi->twopass.frames_to_key), new_height, new_width);
3363 if ((cpi->common.Width != new_width) || (cpi->common.Height != new_height))
3366 cpi->common.Height = new_height;
H A Donyx_if.c2695 int new_width, new_height; local
2716 new_height = ((vs - 1) + (cpi->oxcf.Height * vr)) / vs;
2721 if ((cm->Width != new_width) || (cm->Height != new_height))
2724 cm->Height = new_height;

Completed in 2229 milliseconds