Searched refs:kMaxQpValue (Results 1 – 1 of 1) sorted by relevance
25 const int kMaxQpValue = 51; variable311 if (parsed_qp < kMinQpValue || parsed_qp > kMaxQpValue) { in GetLastSliceQp()