Mercurial > libavcodec.hg
changeset 6899:61283b6e5f73 libavcodec
Update comment
author | vitor |
---|---|
date | Mon, 26 May 2008 18:21:09 +0000 |
parents | 27b34839f1db |
children | 9333cbdc4524 |
files | ra144.c |
diffstat | 1 files changed, 4 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/ra144.c Mon May 26 18:18:33 2008 +0000 +++ b/ra144.c Mon May 26 18:21:09 2008 +0000 @@ -56,7 +56,10 @@ return 0; } -/* lookup square roots in table */ +/** + * Evaluate sqrt(x << 24). x must fit in 20 bits. This value is evaluated in a + * odd way to make the output identical to the binary decoder. + */ static int t_sqrt(unsigned int x) { int s = 0;