Home
last modified time | relevance | path

Searched defs:max_scale_factor (Results 1 – 2 of 2) sorted by relevance

/third_party/boost/boost/math/special_functions/
Dhypergeometric_1F1.hpp595 static const thread_local T max_scale_factor = exp(T(max_scaling)); in hypergeometric_1F1_imp() local
598 T max_scale_factor = exp(T(max_scaling)); in hypergeometric_1F1_imp() local
641 static const thread_local T max_scale_factor = exp(max_scaling); in hypergeometric_1F1_regularized_imp() local
644 T max_scale_factor = exp(max_scaling); in hypergeometric_1F1_regularized_imp() local
/third_party/ffmpeg/libavcodec/
Dwmaprodec.c153 …int max_scale_factor; ///< maximum scale factor for the current subfra… member