Searched refs:fclamp (Results 1 - 2 of 2) sorted by relevance

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/
H A Dvp9_common.h59 static INLINE double fclamp(double value, double low, double high) { function
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
H A Dvp9_firstpass.c274 return fclamp(modified_error,
900 return fclamp(pow(error_term, power_term), 0.05, 5.0);
1008 sum_iiratio += fclamp(iiratio, 1.0, 20.0);
1050 ? fclamp(pow(1.0 - (mb_sr_err_diff / 512.0), 0.5), 0.85, 1.0)

Completed in 87 milliseconds