Searched refs:hr (Results 1 – 7 of 7) 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 73 *hr = 1; in Scale2Ratio() 77 *hr = 4; in Scale2Ratio() 81 *hr = 3; in Scale2Ratio() 85 *hr = 1; in Scale2Ratio() 89 *hr = 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 99 *hr = 1; in Scale2Ratio() 103 *hr = 4; in Scale2Ratio() 107 *hr = 3; in Scale2Ratio() 111 *hr = 1; in Scale2Ratio() 115 *hr = 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()
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/googletest/src/src/ |
D | gtest-all.cc | 2826 long hr) { // NOLINT in HRESULTFailureHelper() argument 2844 hr, // the error in HRESULTFailureHelper() 2857 const std::string error_hex("0x" + String::FormatHexInt(hr)); in HRESULTFailureHelper() 2865 AssertionResult IsHRESULTSuccess(const char* expr, long hr) { // NOLINT in IsHRESULTSuccess() argument 2866 if (SUCCEEDED(hr)) { in IsHRESULTSuccess() 2869 return HRESULTFailureHelper(expr, "succeeds", hr); in IsHRESULTSuccess() 2872 AssertionResult IsHRESULTFailure(const char* expr, long hr) { // NOLINT in IsHRESULTFailure() argument 2873 if (FAILED(hr)) { in IsHRESULTFailure() 2876 return HRESULTFailureHelper(expr, "fails", hr); in IsHRESULTFailure()
|
/hardware/intel/img/libdrm/ |
D | configure | 1060 -help=r* | --help=r* | --hel=r* | --he=r* | -hr*)
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/googletest/src/include/gtest/ |
D | gtest.h | 7424 long hr); // NOLINT 7426 long hr); // NOLINT
|