search for: ogg_pi

Displaying 1 result from an estimated 1 matches for "ogg_pi".

Did you mean: ogg_
2003 Feb 05
2
vorbis on playstation 2
...I can turn on a compiler option to treat all constants as single-precision, but the code already uses a mix of single- and double-precision constants so it would seem possible to fix it in the source. M_PI is used in several places, and it's a double-precision constant; perhaps we could use an ogg_pi #define to isolate this dependency? - Several initialization functions use double-precision arithmetic just to set up lookup tables. Are things stabilized enough now that we could add the option of making them statically tabled in the code? Also, in my experience LUT's on the PS2 are often s...