search for: be_int

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

Did you mean: le_int
2004 Sep 17
1
speex on TI C5x fixed-point DSP
...est working, then try to pack the codebooks. >Regarding 32 bit ints, I don't think they will be required much (except >for the header). I don't think there is any loop in the code that goes >past 2^15. > > > The thing that got me worried about this was the le_int() and be_int() routines that operate on 32-bit quantities now. Thanks for the feedback. I'll keep you posted on progress. Jamey
2004 Sep 16
3
speex on TI C5x fixed-point DSP
Greetings, I've just started porting speex to a TI C5509 DSP. It doesn't look like it's going to be too painful, but there are a couple of quirks about the C5x. 1) chars are 16 bits because memory addresses are for 16bit words 2) ints and short are also 16 bits (so sizeof(char) = sizeof(short) = sizeof(int) = 1) 3) the c5x is essentially big endian My plan is to change int and