Displaying 2 results from an estimated 2 matches for "resj".
Did you mean:
  res
  
2004 Aug 06
2
Speex for videoconferencing
...d be treated 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 e...
2004 Aug 06
0
Speex for videoconferencing
...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....