Home
last modified time | relevance | path

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

/external/webrtc/common_video/h264/
Dh264_bitstream_parser.cc25 const int kMaxQpValue = 51; variable
311 if (parsed_qp < kMinQpValue || parsed_qp > kMaxQpValue) { in GetLastSliceQp()