Displaying 10 results from an estimated 10 matches for "high_lsp_tables".
2004 Aug 06
1
Compile issue with gcc3.2
I've been able to get Speex to compile on gcc 2.95.3 with no problems. When using gcc 3.2 I get the following output:
gcc -DHAVE_DLFCN_H=1 -DHAVE_SYS_SOUNDCARD_H=1 -DHAVE_LIBOGG=1 -DHAVE_LIBM=1 -DVERSION=\"1.0beta1\" -I. -I. -march=pentium4 -mcpu=pentium4 -O3 -pipe -c high_lsp_tables.c -o high_lsp_tables.o
cb_search.c: In function `split_cb_search_shape_sign':
cb_search.c:500: unable to find a register to spill in class `FLOAT_REGS'
cb_search.c:500: this is the insn:
(insn 716 713 717 (set (reg:SF 8 st(0) [214])
(subreg:SF (reg/v:DI 22 rxmm1 [186]) 0)) 90 {*movs...
2005 May 10
0
Cross-compiling with Cirrus Logic MaverickCrunch support
...f.o >/dev/null 2>&1
/bin/sh ../libtool --mode=link arm-linux-gcc -g -O2 -o libspeex.la
-rpath /usr/lib -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-...
2007 Dec 11
0
[PATCH] update symbian build
...ibspeex
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
-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_t...
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
...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.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
>> +SOUR...
2005 Dec 29
0
libspeex_armce.lib
...rated 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
preprocess.obj
quant_lsp.obj
sb_celp.obj
smallft.obj
speex.obj
speex_callbacks.obj
speex_header.obj
stereo.obj
vbr.obj
Thanks
- --
- ------------------------------------------------------------------...
2006 Nov 15
0
[PATCH] symbian port
...RCE 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.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....
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
2017 May 29
0
[PATCH] Add CMake build script
.../speex/speex_stereo.h
+ include/speex/speex_types.h
+ ${CMAKE_CURRENT_BINARY_DIR}/include/speex/speex_config_types.h)
+
+set(speex_SOURCES
+ libspeex/cb_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...