search for: exc_10_16_tabl

Displaying 19 results from an estimated 19 matches for "exc_10_16_tabl".

Did you mean: exc_10_16_table
2006 Apr 17
2
How to create a compact Speex library
...e need to touch > >> anything else, the > >> following can be disabled as long as you disable > a > >> bit of code: > >> - VBR (vbr.c and references to VBR in nb_celp.c) > >> - codebooks for other bit-rates: > >> * all exc_*.c files except exc_10_16_table.c > >> * gain_table.c > >> > >> There might be a few bits more that can be > removed, > >> but I think this > >> summarizes it well. > >> > >> Jean-Marc > >> > > > > > > Thanks, that help a lot. I was...
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
...ian/speex.mmp (revision 12114) >> +++ symbian/speex.mmp (working copy) >> @@ -36,10 +36,10 @@ >> MACRO HAVE_CONFIG_H >> SOURCEPATH ..\libspeex >> SOURCE bits.c cb_search.c 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 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...
2006 Apr 13
4
How to create a compact Speex library
...; addition to all the > files you can remove without the need to touch > anything else, the > following can be disabled as long as you disable a > bit of code: > - VBR (vbr.c and references to VBR in nb_celp.c) > - codebooks for other bit-rates: > * all exc_*.c files except exc_10_16_table.c > * gain_table.c > > There might be a few bits more that can be removed, > but I think this > summarizes it well. > > Jean-Marc > Thanks, that help a lot. I was able to reduced the library from 522Kb to 296Kb per your suggestions. I want to reduce it more but d...
2006 Nov 15
0
[PATCH] symbian port
...========== > --- symbian/speex.mmp (revision 12114) > +++ symbian/speex.mmp (working copy) > @@ -36,10 +36,10 @@ > MACRO HAVE_CONFIG_H > SOURCEPATH ..\libspeex > SOURCE bits.c cb_search.c 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 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....
2009 Feb 04
1
Use Speex on embedded ARM-device...
...essage. I'm currently evaluating the work of stripping stuff on the win32 platform(nicer workflow ;-) and noticed that I could not just leave out the exc_*_table.c files without getting compiler/linker warning, but possibly I made a mistake there. Is my assumption correct that I just need the exc_10_16_table.c for my 6000 bps? Best regards, Tobias -- Jetzt 1 Monat kostenlos! GMX FreeDSL - Telefonanschluss + DSL f?r nur 17,95 Euro/mtl.!* http://dsl.gmx.de/?ac=OM.AD.PD003K11308T4569a
2005 May 10
0
Cross-compiling with Cirrus Logic MaverickCrunch support
...-version-info 3:0:2 nb_celp.lo sb_celp.lo lpc.lo ltp.lo lsp.lo quant_lsp.lo lsp_tables_nb.lo gain_table.lo gain_table_lbr.lo cb_search.lo filters.lo bits.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_...
2007 Dec 11
0
[PATCH] update symbian build
...========================================== --- symbian/speex.mmp (revision 14293) +++ symbian/speex.mmp (working copy) @@ -36,10 +36,10 @@ MACRO HAVE_CONFIG_H SOURCEPATH ..\libspeex SOURCE bits.c cb_search.c 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 -SOU...
2006 Apr 13
2
How to create a compact Speex library
Hi, Sorry if this a repost but I want to create the smallest Speex library possible to be put in TI's TMS320 DSP. I'm only interested in one configuration: 5.97 Kbps narrowband. What part of source code can I remove? Currently, when I compiled the version 1.1.12 libspeex.a library with the TI TMS320 and Fixed-Integer options, I get around 522Kb. I would like to reduce it to as small
2006 Apr 14
0
How to create a compact Speex library
...gt; files you can remove without the need to touch >> anything else, the >> following can be disabled as long as you disable a >> bit of code: >> - VBR (vbr.c and references to VBR in nb_celp.c) >> - codebooks for other bit-rates: >> * all exc_*.c files except exc_10_16_table.c >> * gain_table.c >> >> There might be a few bits more that can be removed, >> but I think this >> summarizes it well. >> >> Jean-Marc >> > > > Thanks, that help a lot. I was able to reduced the > library from 522Kb to 296Kb per you...
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
2005 Dec 29
0
libspeex_armce.lib
...nd linked through EVC LINK.exe? if the latter was done could I know how to link with EVC ? Objects in libspeex_armce.lib: vc_ce.obj // generated from vc_ce.c ? speex_lpc.obj // generated from speex_lpc.c? speex_ltp.obj // generated from speex_ltp.c ? bits.obj cb_search.obj exc_10_16_table.obj exc_10_32_table.obj exc_20_32_table.obj exc_5_256_table.obj exc_5_64_table.obj exc_8_128_table.obj filters.obj gain_table.obj gain_table_lbr.obj hexc_10_32_table.obj hexc_table.obj high_lsp_tables.obj jitter.obj lsp.obj lsp_tables_nb.obj math_approx.obj mdf.obj misc.obj modes.obj nb_celp.obj p...
2006 Apr 13
0
How to create a compact Speex library
...works, then it wasn't needed. In addition to all the files you can remove without the need to touch anything else, the following can be disabled as long as you disable a bit of code: - VBR (vbr.c and references to VBR in nb_celp.c) - codebooks for other bit-rates: * all exc_*.c files except exc_10_16_table.c * gain_table.c There might be a few bits more that can be removed, but I think this summarizes it well. Jean-Marc
2009 Feb 04
2
Use Speex on embedded ARM-device...
Hi everyone, I'm currently looking into using speex in an embedded project using an ST ARM-device (STR9 family) just with internal memory (96kbyte) and no O/S. Does anyone know if the optimizations included in the code for ARMv4 and ARMv5e are appliable to this device? I would also need to strip down libspeex pretty hard to fit into the available memory. I just want to use a fixed bitrate
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
2004 Aug 06
2
What is the format of the PCM/WAV dataforspeex_encode & speex_decode?
I thought it would be more update/better/faster, any thing wrong? In the future, would you use short, and forget about float? If so, I use 1.1.4, I wouldn't need to change my code in the future, right? You said, it's unstable, yes, I got compiling errors with MsVC6 and MsVC.net And I modified it a bit to get it compiled. Should I post the errors here? <p>-----Original Message-----
2017 May 29
0
[PATCH] Add CMake build script
...search.c + libspeex/exc_10_32_table.c + libspeex/exc_8_128_table.c + libspeex/filters.c + libspeex/gain_table.c + libspeex/hexc_table.c + libspeex/high_lsp_tables.c + libspeex/lsp.c + libspeex/ltp.c + libspeex/speex.c + libspeex/stereo.c + libspeex/vbr.c + libspeex/vq.c + libspeex/bits.c + libspeex/exc_10_16_table.c + libspeex/exc_20_32_table.c + libspeex/exc_5_256_table.c + libspeex/exc_5_64_table.c + libspeex/gain_table_lbr.c + libspeex/hexc_10_32_table.c + libspeex/lpc.c + libspeex/lsp_tables_nb.c + libspeex/modes.c + libspeex/modes_wb.c + libspeex/nb_celp.c + libspeex/quant_lsp.c + libspeex/sb_celp.c +...
2008 Mar 29
0
GCC/ELF Visibility patch
...---- next part -------------- --- libspeex.old 2008-03-29 03:05:36.000000000 +0100 +++ libspeex.new 2008-03-29 03:11:43.000000000 +0100 @@ -5,90 +5,8 @@ D speex_nb_mode D speex_uwb_mode D speex_wb_mode -R attenuation -R cdbk_nb -R cdbk_nb_high1 -R cdbk_nb_high2 -R cdbk_nb_low1 -R cdbk_nb_low2 -R exc_10_16_table -R exc_10_32_table -R exc_20_32_table -R exc_5_256_table -R exc_5_64_table -R exc_8_128_table -R exc_gain_quant_scal1 -R exc_gain_quant_scal1_bound -R exc_gain_quant_scal3 -R exc_gain_quant_scal3_bound -R gain_cdbk_lbr -R gain_cdbk_nb -R hexc_10_32_table -R hexc_table -R high_lsp_cdbk -R high_lsp_...
2008 Mar 29
2
GCC/ELF Visibility patch (fwd)
...---- next part -------------- --- libspeex.old 2008-03-29 03:05:36.000000000 +0100 +++ libspeex.new 2008-03-29 03:11:43.000000000 +0100 @@ -5,90 +5,8 @@ D speex_nb_mode D speex_uwb_mode D speex_wb_mode -R attenuation -R cdbk_nb -R cdbk_nb_high1 -R cdbk_nb_high2 -R cdbk_nb_low1 -R cdbk_nb_low2 -R exc_10_16_table -R exc_10_32_table -R exc_20_32_table -R exc_5_256_table -R exc_5_64_table -R exc_8_128_table -R exc_gain_quant_scal1 -R exc_gain_quant_scal1_bound -R exc_gain_quant_scal3 -R exc_gain_quant_scal3_bound -R gain_cdbk_lbr -R gain_cdbk_nb -R hexc_10_32_table -R hexc_table -R high_lsp_cdbk -R high_lsp_...