Home
last modified time | relevance | path

Searched defs:alpha_high (Results 1 – 5 of 5) sorted by relevance

/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/webrtc/rtc_base/experiments/
H A Dquality_scaling_experiment.h28 float alpha_high; // |alpha_| for ExpFilter used when checking high QP. member
35 float alpha_high = 0.9995f; member
/dports/net-im/tg_owt/tg_owt-d578c76/src/rtc_base/experiments/
H A Dquality_scaling_experiment.h28 float alpha_high; // |alpha_| for ExpFilter used when checking high QP. member
35 float alpha_high = 0.9995f; member
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/webrtc/rtc_base/experiments/
H A Dquality_scaling_experiment.h28 float alpha_high; // |alpha_| for ExpFilter used when checking high QP. member
35 float alpha_high = 0.9995f; member
/dports/www/firefox/firefox-99.0/third_party/libwebrtc/rtc_base/experiments/
H A Dquality_scaling_experiment.h28 float alpha_high; // |alpha_| for ExpFilter used when checking high QP. member
35 float alpha_high = 0.9995f; member
/dports/science/chrono/chrono-7.0.1/src/chrono_irrlicht/
H A DChIrrMeshTools.cpp131 f64 r_low, alpha_low, r_high, alpha_high; in createEllipticalMesh() local