Home
last modified time | relevance | path

Searched refs:alpha_low (Results 1 – 5 of 5) sorted by relevance

/external/webrtc/rtc_base/experiments/
Dquality_scaling_experiment.cc54 &s.alpha_low, &s.drop) != 11) { in ParseSettings()
90 if (settings->alpha_high < 0 || settings->alpha_low < settings->alpha_high) { in GetConfig()
95 config.alpha_low = settings->alpha_low; in GetConfig()
Dquality_scaling_experiment_unittest.cc29 EXPECT_EQ(a.alpha_low, b.alpha_low); in ExpectEqualSettings()
36 EXPECT_EQ(a.alpha_low, b.alpha_low); in ExpectEqualConfig()
78 EXPECT_EQ(0.99f, config.alpha_low); in TEST()
Dquality_scaling_experiment.h29 float alpha_low; // |alpha_| for ExpFilter used when checking low QP. member
36 float alpha_low = 0.9999f; member
/external/webrtc/modules/video_coding/utility/
Dquality_scaler.cc280 qp_smoother_low_.reset(new QpSmoother(config_.alpha_low)); in QualityScaler()
/external/mesa3d/src/gallium/auxiliary/gallivm/
Dlp_bld_format_s3tc.c763 LLVMValueRef alpha_low, in s3tc_dxt3_to_rgba_aos() argument
809 tmp = lp_build_select(&bld, sel_mask, alpha_low, alpha_hi); in s3tc_dxt3_to_rgba_aos()