Searched refs:qp_high (Results 1 – 2 of 2) sorted by relevance
/external/webrtc/rtc_base/experiments/ |
D | balanced_degradation_settings.h | 30 CodecTypeSpecific(int qp_low, int qp_high, int fps, int kbps, int kbps_res) in CodecTypeSpecific() 32 qp_high(qp_high), in CodecTypeSpecific() 38 return qp_low == o.qp_low && qp_high == o.qp_high && fps == o.fps && 50 int qp_high = 0; member
|
D | balanced_degradation_settings.cc | 81 (config1.qp_high > 0) == (config2.qp_high > 0) && in IsValid() 293 return (qp_high > 0) ? absl::optional<int>(qp_high) : absl::nullopt; in GetQpHigh() 346 [](Config* c) { return &c->vp8.qp_high; }), in BalancedDegradationSettings() 355 [](Config* c) { return &c->vp9.qp_high; }), in BalancedDegradationSettings() 364 [](Config* c) { return &c->h264.qp_high; }), in BalancedDegradationSettings() 374 [](Config* c) { return &c->av1.qp_high; }), in BalancedDegradationSettings() 383 [](Config* c) { return &c->generic.qp_high; }), in BalancedDegradationSettings()
|