Home
last modified time | relevance | path

Searched refs:IsHigh (Results 1 – 8 of 8) sorted by relevance

/external/webrtc/video/
Dquality_threshold_unittest.cc29 EXPECT_FALSE(thresh.IsHigh()); in TEST()
32 ASSERT_TRUE(thresh.IsHigh()); in TEST()
34 EXPECT_FALSE(*thresh.IsHigh()); in TEST()
37 EXPECT_TRUE(*thresh.IsHigh()); in TEST()
40 EXPECT_TRUE(*thresh.IsHigh()); in TEST()
43 EXPECT_FALSE(*thresh.IsHigh()); in TEST()
91 EXPECT_FALSE(thresh.IsHigh()); in TEST()
94 EXPECT_FALSE(thresh.IsHigh()); in TEST()
Dreceive_statistics_proxy.cc487 bool prev_fps_bad = !fps_threshold_.IsHigh().value_or(true); in QualitySample()
488 bool prev_qp_bad = qp_threshold_.IsHigh().value_or(false); in QualitySample()
489 bool prev_variance_bad = variance_threshold_.IsHigh().value_or(false); in QualitySample()
501 bool fps_bad = !fps_threshold_.IsHigh().value_or(true); in QualitySample()
502 bool qp_bad = qp_threshold_.IsHigh().value_or(false); in QualitySample()
503 bool variance_bad = variance_threshold_.IsHigh().value_or(false); in QualitySample()
539 if (fps_threshold_.IsHigh() || variance_threshold_.IsHigh() || in QualitySample()
540 qp_threshold_.IsHigh()) { in QualitySample()
Dreceive_statistics_proxy2.cc510 bool prev_fps_bad = !fps_threshold_.IsHigh().value_or(true); in QualitySample()
511 bool prev_qp_bad = qp_threshold_.IsHigh().value_or(false); in QualitySample()
512 bool prev_variance_bad = variance_threshold_.IsHigh().value_or(false); in QualitySample()
524 bool fps_bad = !fps_threshold_.IsHigh().value_or(true); in QualitySample()
525 bool qp_bad = qp_threshold_.IsHigh().value_or(false); in QualitySample()
526 bool variance_bad = variance_threshold_.IsHigh().value_or(false); in QualitySample()
563 if (fps_threshold_.IsHigh() || variance_threshold_.IsHigh() || in QualitySample()
564 qp_threshold_.IsHigh()) { in QualitySample()
Dquality_threshold.h31 absl::optional<bool> IsHigh() const;
Dquality_threshold.cc78 absl::optional<bool> QualityThreshold::IsHigh() const { in IsHigh() function in webrtc::QualityThreshold
/external/llvm/lib/Target/SystemZ/
DSystemZInstrInfo.cpp113 bool IsHigh = isHighReg(Reg); in expandRIPseudo() local
114 MI.setDesc(get(IsHigh ? HighOpcode : LowOpcode)); in expandRIPseudo()
115 if (IsHigh && ConvertHigh) in expandRIPseudo()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/SystemZ/
DSystemZInstrInfo.cpp141 bool IsHigh = SystemZ::isHighReg(Reg); in expandRIPseudo() local
142 MI.setDesc(get(IsHigh ? HighOpcode : LowOpcode)); in expandRIPseudo()
143 if (IsHigh && ConvertHigh) in expandRIPseudo()
/external/llvm-project/llvm/lib/Target/SystemZ/
DSystemZInstrInfo.cpp141 bool IsHigh = SystemZ::isHighReg(Reg); in expandRIPseudo() local
142 MI.setDesc(get(IsHigh ? HighOpcode : LowOpcode)); in expandRIPseudo()
143 if (IsHigh && ConvertHigh) in expandRIPseudo()