Home
last modified time | relevance | path

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

/external/webrtc/api/video_codecs/
Dvideo_encoder.h88 struct QpThresholds { struct
89 QpThresholds(int l, int h) : low(l), high(h) {} in QpThresholds() function
90 QpThresholds() : low(-1), high(-1) {} in QpThresholds() argument
114 absl::optional<QpThresholds> thresholds; argument