Displaying 5 results from an estimated 5 matches for "vorbis_psycho".
2006 Oct 04
2
Crash in cb_search.c, line 414
...--enable-libgcj
--disable-java-awt --without-x --enable-java-gc=boehm
--disable-libgcj-debug --enable-interpreter
--enable-hash-synchronization --enable-libstdcxx-debug
Thread model: win32
gcc version 3.4.5 (mingw special)
Compile flags:
DEFINES += NDEBUG WIN32 _WINDOWS HAVE_CONFIG_H VAR_ARRAYS VORBIS_PSYCHO
CFLAGS:
-O3 -march=pentium3 -mtune=pentium4 -mmmx -msse -fomit-frame-pointer
-ffast-math -g -Wall
SSE technically enabled in the compiler, but not used by libspeex.
As for the CPU and the values of best_ntarget[j], I have no way to find
out. I almost had to bully the enduser in question just t...
2006 Oct 04
2
Crash in cb_search.c, line 414
...32) doesn't officially support using gcc 4.0
and 4.1 yet (apparantly there have been some issues), so there are no
binary packages. But if you think it helps, I can compile gcc 4.1 and
give it a shot.
>> Compile flags:
>> DEFINES += NDEBUG WIN32 _WINDOWS HAVE_CONFIG_H VAR_ARRAYS VORBIS_PSYCHO
>
> VORBIS_PSYCHO is an *experimental* feature and should not be enabled
> unless you want to do research with it.
A while back you asked for testers of this and I volunteered :) So far,
my testers seem positive, but I have no idea if that is because I told
them to expect better qualit...
2017 May 29
0
[PATCH] Add CMake build script
....html#package-configuration-file)
* Configured conditionals (`config.h`):
* `WORDS_BIGENDIAN`
* `FLOATING_POINT`
* `FIXED_POINT`
* `FIXED_POINT_DEBUG`
* `DISABLE_FLOAT_API`
* `_USE_SSE`
* `ARM4_ASM`
* `ARM5E_ASM`
* `BFIN_ASM`
* `TI_C55X`
* `DISABLE_VBR`
* `USE_SPEEXDSP`
* `VORBIS_PSYCHO`
* `HAVE_GETOPT_H`
* `HAVE_GETOPT_LONG`
* `VAR_ARRAYS`
* `USE_ALLOCA`
* `HAVE_ALLOCA_H`
* `USE_SMALLFT`
* `USE_KISS_FFT`
* `USE_GPL_FFTW3`
* `EXPORT`
* Installation supported
* Package config mode supported
How to use
==========
Required tools and libraries:
* CMake >= 3.1
*...
2013 Apr 24
0
vorbis-psy compilation fix
...DEFINE([TI_C55X], , [Enable support for TI C55X DSP])
fi])
-AC_ARG_ENABLE(vorbis-psy, [ --enable-psy Enable the Vorbis psy model],
+AC_ARG_ENABLE(vorbis-psy, [ --enable-vorbis-psy Enable the Vorbis psy model],
[if test "$enableval" = yes; then
vorbis_psy=yes;
AC_DEFINE([VORBIS_PSYCHO], , [Enable support for the Vorbis psy model])
diff -r -u speex/libspeex/Makefile.am speex/libspeex/Makefile.am
--- speex/libspeex/Makefile.am 2013-04-24 19:08:00.729566052 +0400
+++ speex/libspeex/Makefile.am 2013-04-24 20:05:18.870721435 +0400
@@ -55,8 +55,8 @@
testenc_uwb_SOURCES = testenc_uwb....
2006 Oct 04
2
Crash in cb_search.c, line 414
Ok, I got a strange case..
I got a bugreport from a user about my application crashing on him.
After a bit of trouble, I got him to report back the module and offset
it crashed at (win32). I always retain a copy of my symbol files for my
release builds, so tracking down the crash address leads to:
(gdb) list *0x6d5c2213
0x6d5c2213 is in split_cb_search_shape_sign (cb_search.c:414).
409