Searched defs:QpThresholds (Results 1 – 1 of 1) sorted by relevance
86 struct QpThresholds { struct87 QpThresholds(int l, int h) : low(l), high(h) {} in QpThresholds() argument88 QpThresholds() : low(-1), high(-1) {} in QpThresholds() function89 int low;90 int high;