search for: power64

Displaying 3 results from an estimated 3 matches for "power64".

Did you mean: power6
2004 Oct 29
2
speex on TI C5x fixed-point DSP
Jean-Marc Valin wrote: >Hi Jamey, > >Really cool to see Speex being ported to the C55xx and I'd be glad to >integrate the changes required in Speex (and the style's fine with me). > > I have the encoder and decoder running now and have verified that the encoder is bit-exact wrt to the fixed-point code running on x86 for the same 30-second audio sample. Encode and
2004 Oct 29
0
speex on TI C5x fixed-point DSP
..." in the name. The are two other places that use other codebooks. > Patch is attached. I looked at the patch. Seems mostly OK, though there are some minor issues. First, I don't think it's right to say spx_int_32_t=long except for alpha. This will likely cause problems on Itanium, Power64, SPARC64 and probably x86-64. I suggest either an explicit check for C55xx (and later others) or a test in configure.ac. Also, I'm not sure I get your use of "+#ifdef UNUSED" in the SpeexBits code. Finally, there's a few changes which I think should be removed, like for speex_all...
2004 Nov 01
4
speex on TI C5x fixed-point DSP
...f the DSP. We're going to profile the code to see if we can speed it up. > >I looked at the patch. Seems mostly OK, though there are some minor >issues. First, I don't think it's right to say spx_int_32_t=long except >for alpha. This will likely cause problems on Itanium, Power64, SPARC64 >and probably x86-64. I suggest either an explicit check for C55xx (and >later others) or a test in configure.ac. > >Also, I'm not sure I get your use of "+#ifdef UNUSED" in the SpeexBits >code. Finally, there's a few changes which I think should be removed...