Home
last modified time | relevance | path

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

/external/webrtc/video/
Dquality_threshold_unittest.cc19 const int kHighThreshold = 1; in TEST() local
23 QualityThreshold thresh(kLowThreshold, kHighThreshold, kFraction, in TEST()
35 thresh.AddMeasurement(kHighThreshold); in TEST()
48 const int kHighThreshold = 1; in TEST() local
58 QualityThreshold thresh(kLowThreshold, kHighThreshold, kFraction, in TEST()
81 const int kHighThreshold = 2; in TEST() local
85 const int kBetweenThresholds = (kLowThreshold + kHighThreshold) / 2; in TEST()
87 QualityThreshold thresh(kLowThreshold, kHighThreshold, kFraction, in TEST()
99 const int kHighThreshold = 2; in TEST() local
103 const int kBetweenThresholds = (kLowThreshold + kHighThreshold) / 2; in TEST()
[all …]
/external/webrtc/api/video_codecs/test/
Dvideo_encoder_software_fallback_wrapper_unittest.cc54 const int kHighThreshold = 20; variable
148 info.scaling_settings = ScalingSettings(kLowThreshold, kHighThreshold); in GetEncoderInfo()
666 EXPECT_EQ(kHighThreshold, settings.thresholds->high); in TEST_F()