Home
last modified time | relevance | path

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

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