Searched refs:new_height (Results 1 – 2 of 2) sorted by relevance
3212 int new_height = cpi->oxcf.Height; in find_next_key_frame() local3286 …mes_to_key, (int)(cpi->twopass.kf_group_bits / cpi->twopass.frames_to_key), new_height, new_width); in find_next_key_frame()3338 new_height = ((vs - 1) + (cpi->oxcf.Height * vr)) / vs; 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()3366 cpi->common.Height = new_height; in find_next_key_frame()
2695 int new_width, new_height; in resize_key_frame() local2716 new_height = ((vs - 1) + (cpi->oxcf.Height * vr)) / vs; in resize_key_frame()2721 if ((cm->Width != new_width) || (cm->Height != new_height)) in resize_key_frame()2724 cm->Height = new_height; in resize_key_frame()