search for: mac16_32_q11

Displaying 5 results from an estimated 5 matches for "mac16_32_q11".

Did you mean: mac16_32_q15
2004 Aug 06
2
Speex for videoconferencing
...as errors and aditionale checks with a tool like PC-Lint should be made. However, here are the errors i got from the current CVS: libspeex: - File denoise.c is missing - M_PI is not defined in some files. This should be made in a basic include. - cbsearch.c: line 147 : resj = MAC16_32_Q11((float)resj,shape[k],(int)r[j-k]); Ilegal use of float. - There are some problems with: - speex_preprocess. - speex_preprocess_ctl. - SpeexPreprocessState *speex_preprocess_state_init. They produce link errors. Looks like preprocessing is experimental at the m...
2004 Aug 06
0
Speex for videoconferencing
...nt should > be made. > > However, here are the errors i got from the current CVS: > > libspeex: > > - File denoise.c is missing > - M_PI is not defined in some files. This should be made in a > basic include. > - cbsearch.c: line 147 : resj = > MAC16_32_Q11((float)resj,shape[k],(int)r[j-k]); > Ilegal use of float. > - There are some problems with: > - speex_preprocess. > - speex_preprocess_ctl. > - SpeexPreprocessState *speex_preprocess_state_init. > They produce link errors. > Looks like pre...
2004 Aug 06
0
[ANNOUNCE] PocketPC Port for speex-1.1.5 with sample code
...)+(b)) #define MULT16_16_16(a,b) ((a)*(b)) #define MULT16_16(a,b) ((a)*(b)) #define MAC16_16(c,a,b) ((c)+(a)*(b)) #define MULT16_32_Q11(a,b) ((a)*(b)) #define MULT16_32_Q13(a,b) ((a)*(b)) #define MULT16_32_Q14(a,b) ((a)*(b)) #define MULT16_32_Q15(a,b) ((a)*(b)) #define MAC16_32_Q11(c,a,b) ((c)+(a)*(b)) #define MAC16_32_Q15(c,a,b) ((c)+(a)*(b)) #define MAC16_16_Q11(c,a,b) ((c)+(a)*(b)) #define MULT16_16_Q11(a,b) ((a)*(b)) #define MULT16_16_Q13(a,b) ((a)*(b)) #define MULT16_16_Q14(a,b) ((a)*(b)) #define MULT16_16_Q15(a,b) ((a)*(b)) #define DIV32_16...
2004 Aug 06
2
[ANNOUNCE] PocketPC Port for speex-1.1.5 with sample code
Hi Jean-Marc, Based on the wonderful Speex project, I've created SpeexOutLoud, essentially a Speex codec port for Windows Mobile 2003 devices. I've included a sample project intended to show the usage of SpeexOutLoud codec in a Pocket PC application based on .NET Compact Framework. I'd request you to please go through the attached build, and include it as a contribution to the
2005 May 25
3
Speex on TI C6x, Problem with TI C5x Patch
...ULT16_16(a,b) ((spx_word32_t)(a)*(spx_word32_t)(b)) #define MAC16_16(c,a,b) ((c)+(spx_word32_t)(a)*(spx_word32_t)(b)) #define MULT16_32_Q11(a,b) ((a)*(b)) #define MULT16_32_Q13(a,b) ((a)*(b)) #define MULT16_32_Q14(a,b) ((a)*(b)) #define MULT16_32_Q15(a,b) ((a)*(b)) #define MAC16_32_Q11(c,a,b) ((c)+(a)*(b)) #define MAC16_32_Q15(c,a,b) ((c)+(a)*(b)) #define MAC16_16_Q11(c,a,b) ((c)+(a)*(b)) #define MAC16_16_Q13(c,a,b) ((c)+(a)*(b)) #define MULT16_16_Q11_32(a,b) ((a)*(b)) #define MULT16_16_Q13(a,b) ((a)*(b)) #define MULT16_16_Q14(a,b) ((a)*(b)) #define M...