Skip to content

Commit

Permalink
Fixed VP8 QP definition
Browse files Browse the repository at this point in the history
  • Loading branch information
alvestrand committed Dec 1, 2016
1 parent f02a921 commit cd1149b
Showing 1 changed file with 10 additions and 5 deletions.
15 changes: 10 additions & 5 deletions webrtc-stats.html
Expand Up @@ -473,14 +473,19 @@ <h2>
The sum of the QP values of frames passed. The count
of frames is in <a>framesDecoded</a> for inbound
stream stats, and in <a>framesEncoded</a> for
outbound stream stats. If QP varies across the frame,
an average or typical QP value is recorded.
outbound stream stats.
</p>
<p>
The definition of QP value depends on
the <a>codec</a>; for VP8, QP values are defined in
[[RFC6386]]. <!-- Need appropriate references for
VP8, VP9 and H.264 - RFC 6386 doesn't use the term -->
the <a>codec</a>; for VP8, the QP value is the value carried
in the frame header as the syntax element "y_ac_qi", and
defined in [[RFC6386]] section 19.2. Its range is 0..127.
<!-- Need appropriate references for VP9 and H.264 -->
</p>
<p>
Note that the QP value is only
an indication of quantizer values used; many formats have
ways to vary the quantizer value within the frame.
</p>
<p>Only valid for video.</p>
</dd>
Expand Down

0 comments on commit cd1149b

Please sign in to comment.