Home
last modified time | relevance | path

Searched refs:new_width (Results 1 – 2 of 2) sorted by relevance

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/
Dfirstpass.c3211 int new_width = cpi->oxcf.Width; in find_next_key_frame() local
3286 …mes_to_key, (int)(cpi->twopass.kf_group_bits / cpi->twopass.frames_to_key), new_height, new_width); in find_next_key_frame()
3337 new_width = ((hs - 1) + (cpi->oxcf.Width * hr)) / hs; in find_next_key_frame()
3344 …effective_size_ratio = (double)(new_width * new_height) / (double)(cpi->oxcf.Width * cpi->oxcf.Hei… in find_next_key_frame()
3357 …mes_to_key, (int)(cpi->twopass.kf_group_bits / cpi->twopass.frames_to_key), new_height, new_width); in find_next_key_frame()
3363 if ((cpi->common.Width != new_width) || (cpi->common.Height != new_height)) in find_next_key_frame()
3365 cpi->common.Width = new_width; in find_next_key_frame()
Donyx_if.c2695 int new_width, new_height; in resize_key_frame() local
2715 new_width = ((hs - 1) + (cpi->oxcf.Width * hr)) / hs; in resize_key_frame()
2721 if ((cm->Width != new_width) || (cm->Height != new_height)) in resize_key_frame()
2723 cm->Width = new_width; in resize_key_frame()