Searched refs:vr (Results 1 – 3 of 3) sorted by relevance
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/ |
D | onyx_if.c | 1700 int UNINITIALIZED_IS_SAFE(vr), UNINITIALIZED_IS_SAFE(vs); in vp8_change_config() 1703 Scale2Ratio(cm->vert_scale, &vr, &vs); in vp8_change_config() 1707 cm->Height = (vs - 1 + cpi->oxcf.Height * vr) / vs; in vp8_change_config() 2659 int UNINITIALIZED_IS_SAFE(vr), UNINITIALIZED_IS_SAFE(vs); in scale_and_extend_source() 2668 Scale2Ratio(cm->vert_scale, &vr, &vs); in scale_and_extend_source() 2671 tmp_height, hs, hr, vs, vr, 0); in scale_and_extend_source() 2694 int UNINITIALIZED_IS_SAFE(vr), UNINITIALIZED_IS_SAFE(vs); in resize_key_frame() 2714 Scale2Ratio(cm->vert_scale, &vr, &vs); in resize_key_frame() 2716 new_height = ((vs - 1) + (cpi->oxcf.Height * vr)) / vs; in resize_key_frame()
|
D | firstpass.c | 3210 int hr, hs, vr, vs; in find_next_key_frame() local 3335 Scale2Ratio(cpi->common.vert_scale, &vr, &vs); in find_next_key_frame() 3338 new_height = ((vs - 1) + (cpi->oxcf.Height * vr)) / vs; in find_next_key_frame()
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/ |
D | vp9_onyx_if.c | 3418 int hr = 0, hs = 0, vr = 0, vs = 0; local 3424 Scale2Ratio(vert_mode, &vr, &vs); 3428 cm->height = (vs - 1 + cpi->oxcf.height * vr) / vs;
|