X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=doc%2F08-residue.tex;h=ea382437d91b38adf6af51d1f677d9add7d0c335;hb=c78405727f8c5fcc9d1a8d23d57f16fc4c7dface;hp=2c1da67ebd36ab7184bfd04a7f701d520d6b1a3a;hpb=10064bfdd51f7c59aa7724c206aae84b62def5e8;p=platform%2Fupstream%2Flibvorbis.git diff --git a/doc/08-residue.tex b/doc/08-residue.tex index 2c1da67..ea38243 100644 --- a/doc/08-residue.tex +++ b/doc/08-residue.tex @@ -269,8 +269,8 @@ process. 1) [actual\_size] = current blocksize/2; 2) if residue encoding is format 2 3) [actual\_size] = [actual\_size] * [ch]; - 4) [limit\_residue\_begin] = maximum of ([residue\_begin],[actual\_size]); - 5) [limit\_residue\_end] = maximum of ([residue\_end],[actual\_size]); + 4) [limit\_residue\_begin] = minimum of ([residue\_begin],[actual\_size]); + 5) [limit\_residue\_end] = minimum of ([residue\_end],[actual\_size]); \end{programlisting} The following convenience values are conceptually useful to clarifying