search for: lbr_48k_tabl

Displaying 9 results from an estimated 9 matches for "lbr_48k_tabl".

Did you mean: lbr_48k_tables
2005 May 10
0
Cross-compiling with Cirrus Logic MaverickCrunch support
...ts.lo modes.lo speex.lo vq.lo high_lsp_tables.lo vbr.lo hexc_table.lo exc_5_256_table.lo exc_5_64_table.lo exc_8_128_table.lo exc_10_32_table.lo exc_10_16_table.lo exc_20_32_table.lo hexc_10_32_table.lo misc.lo speex_header.lo speex_callbacks.lo math_approx.lo stereo.lo preprocess.lo smallft.lo lbr_48k_tables.lo jitter.lo mdf.lo -lm arm-linux-gcc -shared .libs/nb_celp.o .libs/sb_celp.o .libs/lpc.o .libs/ltp.o .libs/lsp.o .libs/quant_lsp.o .libs/lsp_tables_nb.o .libs/gain_table.o .libs/gain_table_lbr.o .libs/cb_search.o .libs/filters.o .libs/bits.o .libs/modes.o .libs/speex.o .libs/vq.o .libs/hig...
2005 May 10
2
Encoder performance on ARM9
Hi Jean-Marc, >I think it's worth trying the float version on your CPU. However, I >wouldn't be surprised if the fixed-point was still faster than float. ok, I'll try both configurations. >BTW, you can use --enable-arm5-asm instead of --enable-arm4-asm. While >both are currently almost the same, eventually it would be possible to >get better performance using the
2006 Nov 15
2
[PATCH] symbian port
hi, this patch should fix the symbian build. /alfred -------------- next part -------------- A non-text attachment was scrubbed... Name: speex-symbian2.patch Type: text/x-patch Size: 2669 bytes Desc: not available Url : http://lists.xiph.org/pipermail/speex-dev/attachments/20061115/5ac4915e/speex-symbian2.bin
2006 Nov 15
1
[PATCH] symbian port
...ble.c filters.c gain_table.c >> +SOURCE exc_10_16_table.c exc_10_32_table.c exc_20_32_table.c fftwrap.c kiss_fft.c kiss_fftr.c filterbank.c filters.c gain_table.c >> SOURCE gain_table_lbr.c hexc_10_32_table.c hexc_table.c high_lsp_tables.c jitter.c >> SOURCE lbr_48k_tables.c lpc.c lsp.c lsp_tables_nb.c ltp.c math_approx.c mdf.c misc.c >> SOURCE modes.c nb_celp.c preprocess.c quant_lsp.c sb_celp.c smallft.c >> -SOURCE speex.c speex_callbacks.c speex_header.c stereo.c vbr.c vq.c >> +SOURCE speex.c speex_callbacks.c speex_header...
2006 Nov 15
0
[PATCH] symbian port
...exc_20_32_table.c filters.c gain_table.c > +SOURCE exc_10_16_table.c exc_10_32_table.c exc_20_32_table.c fftwrap.c kiss_fft.c kiss_fftr.c filterbank.c filters.c gain_table.c > SOURCE gain_table_lbr.c hexc_10_32_table.c hexc_table.c high_lsp_tables.c jitter.c > SOURCE lbr_48k_tables.c lpc.c lsp.c lsp_tables_nb.c ltp.c math_approx.c mdf.c misc.c > SOURCE modes.c nb_celp.c preprocess.c quant_lsp.c sb_celp.c smallft.c > -SOURCE speex.c speex_callbacks.c speex_header.c stereo.c vbr.c vq.c > +SOURCE speex.c speex_callbacks.c speex_header.c stereo.c...
2007 Dec 11
0
[PATCH] update symbian build
...exc_5_64_table.c exc_5_256_table.c exc_8_128_table.c -SOURCE exc_10_16_table.c exc_10_32_table.c exc_20_32_table.c fftwrap.c kiss_fft.c kiss_fftr.c filterbank.c filters.c gain_table.c -SOURCE gain_table_lbr.c hexc_10_32_table.c hexc_table.c high_lsp_tables.c jitter.c -SOURCE lbr_48k_tables.c lpc.c lsp.c lsp_tables_nb.c ltp.c math_approx.c mdf.c misc.c -SOURCE modes.c nb_celp.c preprocess.c quant_lsp.c sb_celp.c smallft.c +SOURCE exc_10_16_table.c exc_10_32_table.c exc_20_32_table.c filters.c gain_table.c +SOURCE gain_table_lbr.c hexc_10_32_table.c hexc_table...
2004 Aug 06
1
Speex bitrate
...Cc: Assunto: Re: [speex-dev] denoise.c missing from 1.1.4 archive Hi, I was indeed using Visual C++ to compile speex. I made the following changes and now it compiles: - Remove denoise.c from project - Add jitter.c, lbr_48k_tables.c, lmdf.c, preprocess.c to project - Add the following to quant_lsp.c in the floating point case #ifndef M_PI #define M_PI 3.14159265358979323846 /* pi */ #endif - Replace inline with __inline in lsp.c line 105 static inli...
2004 Aug 06
2
denoise.c missing from 1.1.4 archive
Hi, I just downloaded http://www.speex.org/download/speex-1.1.4.tar.gz and tried to build it but the file denoise.c seems to be missing from the archive. Can you fix this or is it better to get everything from cvs? Another question, when will a stable version of 1.1 be released. I'm interested in the preprocess features but I would also like a stable encoder/decoder :-) Best regards, Chris
2006 Oct 20
5
To symbian and speex developers! Building instructions
Hello to everyone! During building speex library for Symbian OS I encountered some problems. All thess problems can be solved by modifying the speex sources. I don't have access to SVN repository of speex, so I will just describe the changes to be done: 1) mmp file in symbian derictory misses windows.c sources. You need to add this string into speex.mmp: SOURCES windows.c 2) Symbian OS