[vorbis-dev] New LSP code committed

Monty xiphmont at xiph.org
Wed Aug 30 19:50:14 PDT 2000



> Actually, I wouldn't use CORDIC for this. It was a thinko. A simple iteration
> will do:
> 
> w_0 = 1.0;
> w_1 = cos(theta);
> w_{n+1} = 2 * cos(theta) * w_n - w_{n-1}

OK, that's the computation I thought you meant. 

> Do the lspcos's or the w's need the resolution? If the lspcos's do, yes,
> use the same table for w lookup. If it is fast, of course.

It's the lspcos array that needs fine angle precision, so I'm going to the same
lookup for both.

Monty

--- >8 ----
List archives:  http://www.xiph.org/archives/
Ogg project homepage: http://www.xiph.org/ogg/
To unsubscribe from this list, send a message to 'vorbis-dev-request at xiph.org'
containing only the word 'unsubscribe' in the body.  No subject is needed.
Unsubscribe messages sent to the list will be ignored/filtered.



More information about the Vorbis-dev mailing list