Home
last modified time | relevance | path

Searched refs:log2f (Results 1 – 11 of 11) sorted by relevance

/hardware/qcom/display/msm8994/liboverlay/
DoverlayUtils.cpp282 horDscale = powf(2.0f, ceilf(log2f(horDscale))); in getDecimationFactor()
283 verDscale = powf(2.0f, ceilf(log2f(verDscale))); in getDecimationFactor()
291 horzDeci = (uint8_t)log2f(horDscale); in getDecimationFactor()
294 vertDeci = (uint8_t)log2f(verDscale); in getDecimationFactor()
DoverlayMdssRot.cpp391 downscale = (uint32_t) powf(2.0f, floorf(log2f((float)downscale))); in getDownscaleFactor()
/hardware/qcom/display/msm8226/liboverlay/
DoverlayUtils.cpp290 horDscale = powf(2.0f, ceilf(log2f(horDscale))); in getDecimationFactor()
291 verDscale = powf(2.0f, ceilf(log2f(verDscale))); in getDecimationFactor()
299 horzDeci = (uint8_t)log2f(horDscale); in getDecimationFactor()
302 vertDeci = (uint8_t)log2f(verDscale); in getDecimationFactor()
/hardware/qcom/display/msm8084/liboverlay/
DoverlayUtils.cpp294 horDscale = powf(2.0f, ceilf(log2f(horDscale))); in getDecimationFactor()
295 verDscale = powf(2.0f, ceilf(log2f(verDscale))); in getDecimationFactor()
DoverlayMdp.cpp162 mOVInfo.horz_deci = (int)log2f(horDscale); in doDownscale()
165 mOVInfo.vert_deci = (int)log2f(verDscale); in doDownscale()
/hardware/google/camera/devices/EmulatedCamera/hwl/utils/
DExifUtils.cpp232 return 2.0f * log2f(val); in ConvertToApex()
668 float shutter_speed = -log2f(exposure_time); in SetShutterSpeed()
/hardware/qcom/media/msm8974/mm-video-v4l2/vidc/vdec/test/
Domx_vdec_test.cpp179 static inline float log2f(const float& x) in log2f() function
3816 horDscale = powf(2.0f, ceilf(log2f(horDscale))); in overlay_set()
3817 verDscale = powf(2.0f, ceilf(log2f(verDscale))); in overlay_set()
3827 overlayp->horz_deci = (int)log2f(horDscale); in overlay_set()
3830 overlayp->vert_deci = (int)log2f(verDscale); in overlay_set()
/hardware/qcom/sm7250/display/sdm/libs/core/
Dresource_default.cpp911 *decimation = UINT8(ceilf(log2f(downscale / max_down_scale))); in CalculateDecimation()
/hardware/qcom/display/msm8998/sdm/libs/core/
Dresource_default.cpp922 *decimation = UINT8(ceilf(log2f(downscale / max_down_scale))); in CalculateDecimation()
/hardware/qcom/sm8150/display/sdm/libs/core/
Dresource_default.cpp914 *decimation = UINT8(ceilf(log2f(downscale / max_down_scale))); in CalculateDecimation()
/hardware/qcom/display/msm8909/sdm/libs/core/
Dresource_default.cpp922 *decimation = UINT8(ceilf(log2f(downscale / max_down_scale))); in CalculateDecimation()