RFC Errata
RFC 6386, "VP8 Data Format and Decoding Guide", November 2011
Source of RFC: INDEPENDENT
Errata ID: 7950
Status: Reported
Type: Editorial
Publication Format(s) : TEXT
Reported By: Felix Pahl
Date Reported: 2024-05-22
Section 12.3 says:
B[2][0] = B[3][2] = svg2p(E + 1); /* ( 3/2, -1) */
It should say:
B[2][0] = B[3][2] = avg2p(E + 1); /* ( 3/2, -1) */
Notes:
This is a typo; the call to avg2p computes the desired value, and svg2p is not defined.