Searched refs:hs (Results 1 – 4 of 4) sorted by relevance
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/ |
D | onyx.h | 68 static void Scale2Ratio(int mode, int *hr, int *hs) in Scale2Ratio() argument 74 *hs = 1; in Scale2Ratio() 78 *hs = 5; in Scale2Ratio() 82 *hs = 5; in Scale2Ratio() 86 *hs = 2; in Scale2Ratio() 90 *hs = 1; in Scale2Ratio()
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/ |
D | vp9_onyx_if.c | 96 static INLINE void Scale2Ratio(VPX_SCALING mode, int *hr, int *hs) { in Scale2Ratio() argument 100 *hs = 1; in Scale2Ratio() 104 *hs = 5; in Scale2Ratio() 108 *hs = 5; in Scale2Ratio() 112 *hs = 2; in Scale2Ratio() 116 *hs = 1; in Scale2Ratio() 3418 int hr = 0, hs = 0, vr = 0, vs = 0; local 3423 Scale2Ratio(horiz_mode, &hr, &hs); 3427 cm->width = (hs - 1 + cpi->oxcf.width * hr) / hs;
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/ |
D | onyx_if.c | 1699 int UNINITIALIZED_IS_SAFE(hr), UNINITIALIZED_IS_SAFE(hs); in vp8_change_config() 1702 Scale2Ratio(cm->horiz_scale, &hr, &hs); in vp8_change_config() 1706 cm->Width = (hs - 1 + cpi->oxcf.Width * hr) / hs; in vp8_change_config() 2658 int UNINITIALIZED_IS_SAFE(hr), UNINITIALIZED_IS_SAFE(hs); in scale_and_extend_source() 2667 Scale2Ratio(cm->horiz_scale, &hr, &hs); in scale_and_extend_source() 2671 tmp_height, hs, hr, vs, vr, 0); in scale_and_extend_source() 2693 int UNINITIALIZED_IS_SAFE(hr), UNINITIALIZED_IS_SAFE(hs); in resize_key_frame() 2713 Scale2Ratio(cm->horiz_scale, &hr, &hs); in resize_key_frame() 2715 new_width = ((hs - 1) + (cpi->oxcf.Width * hr)) / hs; in resize_key_frame()
|
D | firstpass.c | 3210 int hr, hs, vr, vs; in find_next_key_frame() local 3334 Scale2Ratio(cpi->common.horiz_scale, &hr, &hs); in find_next_key_frame() 3337 new_width = ((hs - 1) + (cpi->oxcf.Width * hr)) / hs; in find_next_key_frame()
|