search for: secondstages

Displaying 2 results from an estimated 2 matches for "secondstages".

2003 Feb 05
1
libvorbis on Classic MacOS
...res enabling the intrinsic alloca support), but there seems to be a problem with the code produced. As soon as real decode work starts, res2_inverse() dies because the decodemap it attempts to use has completely bogus values (so partword[l][k] is garbage, and the code faults on lookup into the secondstages array). I've been working on debugging this for a day or so, but I haven't found where it's actually screwing up. The optimization level makes not difference, which is strange. Presumably, this is a problem with the MrC compiler (which is unfortunate, generally it's code generat...
2000 Dec 19
0
what script or command makes the codebooks? (fwd)
...is nicer than the vq/ version, which will fail, at least for some programs, because brute force is not included). Oh yah, latticehint'ing the trivial lattice (a single quant-level) is not handled correctly. Don't try it. Hard-wire those guys directly to the first item (the '0') in secondstages[] (?name?) > At this point, I did a bunch of Perl or sed commands to produce the final mode_XX.h file, and use yet more Perl/'C' hackery to read the "final" mode_XX.h file in at run time into the encoder to actually use the new trial mode. All [my code] totally unclean, and...