Home
last modified time | relevance | path

Searched refs:ceil (Results 1 – 12 of 12) sorted by relevance

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/
Dvp9_systemdependent.h39 return (int)ceil(x - 0.5); in round()
Dvp9_tapify.py24 return int(math.ceil(b))
/hardware/invensense/60xx/libsensors_iio/software/core/driver/include/
Dmlmath.h55 #define ceil(x) ml_ceil(x) macro
/hardware/invensense/60xx/mlsdk/platform/include/
Dmlmath.h67 #define ceil(x) ml_ceil(x) macro
/hardware/invensense/65xx/libsensors_iio/software/core/driver/include/
Dmlmath.h55 #define ceil(x) ml_ceil(x) macro
/hardware/invensense/6515/libsensors_iio/software/core/driver/include/
Dmlmath.h55 #define ceil(x) ml_ceil(x) macro
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/test/
Didct8x8_test.cc29 return static_cast<int>(ceil(x - 0.5)); in round()
Ddct32x32_test.cc32 return static_cast<int>(ceil(x - 0.5)); in round()
Ddct16x16_test.cc36 return static_cast<int>(ceil(x - 0.5)); in round()
/hardware/qcom/display/msm8084/libhwcomposer/
Dhwc_copybit.cpp507 tmp_w = (int)ceil((float)src_crop_width/copybitsMinScale); in drawLayerUsingCopybit()
508 tmp_h = (int)ceil((float)src_crop_height/copybitsMinScale); in drawLayerUsingCopybit()
/hardware/intel/common/utils/ISV/base/
Disv_processor.cpp460 *fps = ceil(1.0 / delta * 1E6 * (WINDOW_SIZE-1)); in calculateFps()
/hardware/qcom/display/msm8226/libhwcomposer/
Dhwc_copybit.cpp883 tmp_w = (int)ceil((float)src_crop_width/copybitsMinScale); in drawLayerUsingCopybit()
884 tmp_h = (int)ceil((float)src_crop_height/copybitsMinScale); in drawLayerUsingCopybit()