search for: dfixed_point

Displaying 14 results from an estimated 14 matches for "dfixed_point".

Did you mean: fixed_point
2004 Sep 14
2
white noise problem when using -DFIXED_POINT
Hi there. We're trying to build a speex decoder for Palm OS (i.e. ARM7). No major problems porting thus far, but when compiling the speex modules with -DFIXED_POINT all the silent parts of the output are replaced with what sounds like high-power white noise. The spoken parts sound great, but all the silent parts in between speaking just sounds like white noise. We're using speex 1.1.6, and current libogg sources pulled down from subversion. Any help muc...
2004 Sep 14
0
white noise problem when using -DFIXED_POINT
...700, wrote: > Jean-Marc Valin wrote: > > On mar, 2004-09-14 at 16:31 -0700, wrote: > > > >>Hi there. We're trying to build a speex decoder for Palm OS (i.e. ARM7). > >> > >>No major problems porting thus far, but when compiling the speex modules with -DFIXED_POINT all the silent parts of the output are replaced with what sounds like high-power white noise. The spoken parts sound great, but all the silent parts in between speaking just sounds like white noise. > >> > >>We're using speex 1.1.6, and current libogg sources pulled down from...
2004 Sep 14
2
white noise problem when using -DFIXED_POINT
Jean-Marc Valin wrote: > On mar, 2004-09-14 at 16:31 -0700, wrote: > >>Hi there. We're trying to build a speex decoder for Palm OS (i.e. ARM7). >> >>No major problems porting thus far, but when compiling the speex modules with -DFIXED_POINT all the silent parts of the output are replaced with what sounds like high-power white noise. The spoken parts sound great, but all the silent parts in between speaking just sounds like white noise. >> >>We're using speex 1.1.6, and current libogg sources pulled down from subversio...
2004 Sep 15
1
white noise problem when using -DFIXED_POINT
...ote: >> >>>On mar, 2004-09-14 at 16:31 -0700, wrote: >>> >>> >>>>Hi there. We're trying to build a speex decoder for Palm OS (i.e. ARM7). >>>> >>>>No major problems porting thus far, but when compiling the speex modules with -DFIXED_POINT all the silent parts of the output are replaced with what sounds like high-power white noise. The spoken parts sound great, but all the silent parts in between speaking just sounds like white noise. >>>> >>>>We're using speex 1.1.6, and current libogg sources pulled dow...
2004 Sep 29
1
ARM w/ assembly & fixed point crash
...frame, &bits); t2 = cyg_current_time(); speex_frame += (frame_size / sizeof(speex_frame)); printf("Frame: %d (%lld ticks)\n", i, (t2 - t1)); } printf("\n"); speex_bits_destroy(&bits); speex_encoder_destroy(enc_state); return 0; } Compiling with -DFIXED_POINT, or -DFIXED_POINT/-DFIXED_ARM it works totally fine (in ARM or Thumb mode). Compiling with either of these and -DARM_ASM seems to cause it to crash. (gdb) where #0 0x0004b324 in MULT16_16 (x=0, y=1310) at fixed_arm.h:57 #1 0x00044284 in nb_encode (state=0x86df8, vin=0x7f798, bits=0x7fce4) at .....
2017 Oct 18
4
Global stack on Cortex-M4
...et.   I've been struggling a bit with the "trival_example.c" setup but repeatedly run into "hard fault" crashes when stepping through the code. Firstly; for a "bare bone" configuration, does the following compiler directives make sense ? UDEFS = -DOPUS_BUILD -DFIXED_POINT -DDISABLE_FLOAT_API \         -DOPUS_ARM_INLINE_EDSP -DEMBEDDED_ARM -DNONTHREADSAFE_PSEUDOSTACK \         -DOVERRIDE_OPUS_ALLOC  -DOVERRIDE_OPUS_FREE  \          -D'opus_alloc(x)=NULL' -D'opus_free(x)=NULL' Secondly; With the "overide" directives above no dynamic memo...
2004 Aug 06
1
Status of fixed point
Hello, Can somebody tell me something about the status of the fixed point code at this moment ? I did some tests today with the latest CVS version of speex, but enabling -DFIXED_POINT results in distorted sound in my test application. Is the fixed point code supposed to work properly at this moment ? Regards, /Ico -- :wq ^X^Cy^K^X^C^C^C --- >8 ---- List archives: http://www.xiph.org/archives/ Ogg project homepage: http://www.xiph.org/ogg/ To unsubscribe from this list...
2007 Sep 17
1
Possible fixed point overflow/div 0 preprocess.c
...rocessState_ member 'nb_adapt' is a signed integer. nb_adapt is only modified during 'speex_preprocess_run' when an unbounded increment is performed. When calculating 'beta' within 'speex_preprocess_run', I received a floating point exception even when compiled with -DFIXED_POINT. The reason is as follows: <original beta calculation within speex_preprocess_run> ... st->nb_adapt++; st->min_count++; beta = MAX16(QCONST16(.03,15),DIV32_16(Q15_ONE,st->nb_adapt)); beta_1 = Q15_ONE-beta; ... </> On my architecture(x86) at least the DIV32_16...
2019 Feb 17
2
Custom mode
...AR_T=4 -D__ARM_ARCH_7EM__ -D__SES_ARM -D__ARM_ARCH_FPV4_SP_D16__ -D__SES_VERSION=35000 -DARM_MATH_CM4 -D__FPU_PRESENT -DDEBUG "-D DEBUG_NRF" -DCONFIG_GPIO_AS_PINRESET -DINITIALIZE_USER_SECTIONS -DNO_VTOR_CONFIG -DNRF52 -DNRF52832_XXAA -DCONFIG_NFCT_PINS_AS_GPIOS -DOPUS_BUILD -DVAR_ARRAYS -DFIXED_POINT -DDISABLE_FLOAT_API -DCUSTOM_MODES "-DARM_MATH_CM4 " "-DOPUS_ARM_INLINE_EDSP " -DDOPUS_ARM_INLINE_ASM -DOPUS_ARM_INLINE_MEDIA -MD Any ideas? Regards Peter -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.xiph.org/pipermail/o...
2004 Aug 06
0
Fixed-point update
Just one thing I forgot to say: you need to add -DFIXED_POINT to the compile options. Jean-Marc Le dim 28/09/2003 à 19:30, Jean-Marc Valin a écrit : > Hi, > > Now that Speex is getting pretty stable, I have decided to make a > fixed-point/integer port the #1 priority. At this point, I'm looking for > help from people with prior f...
2016 Feb 18
0
Use opus-tools on Android
...s on Android? OPUS is the first citizen in my app but not sure which flags I need to add to build this. LOCAL_CFLAGS := -w -std=gnu99 -O2 -DNULL=0 -DSOCKLEN_T=socklen_t -DLOCALE_NOT_USED -D_LARGEFILE_SOURCE=1 -D_FILE_OFFSET_BITS=64 LOCAL_CFLAGS += -Drestrict='' -D__EMX__ -DOPUS_BUILD -DFIXED_POINT -DUSE_ALLOCA -DHAVE_LRINT -DHAVE_LRINTF -fno-math-errno LOCAL_CFLAGS += -DANDROID_NDK -DDISABLE_IMPORTGL -fno-strict-aliasing -fprefetch-loop-arrays -DAVOID_TABLES -DANDROID_TILE_BASED_DECODE -DANDROID_ARMV6_IDCT -ffast-math LOCAL_CPPFLAGS := -DBSD=1 -ffast-math -O3 -funroll-loops LOCAL_LDLIBS...
2019 Oct 29
1
implement opus codec
Dear expert: I would like to ask about the CPU resources need if implement the "opus codec" as the Bluetooth transmission devices?(music ) we do have DSP with SRAM..., how much-approximated memory space need for running the encode, decode algorithm? any minimum CPU power requirement ?? Thanks for idea. Regards sound analyst hogn kong -------------- next part -------------- An HTML
2004 Aug 06
2
Fixed-point update
Hi, Now that Speex is getting pretty stable, I have decided to make a fixed-point/integer port the #1 priority. At this point, I'm looking for help from people with prior fixed-point experience and/or a good signal processing background. Anyone would like to volunteer? I have already started the port by converting to int some of the most used functions. While this should only have a small
2019 Feb 20
0
Fwd: Custom mode
...M >> -D__ARM_ARCH_FPV4_SP_D16__ -D__SES_VERSION=35000 -DARM_MATH_CM4 >> -D__FPU_PRESENT -DDEBUG "-D DEBUG_NRF" -DCONFIG_GPIO_AS_PINRESET >> -DINITIALIZE_USER_SECTIONS -DNO_VTOR_CONFIG -DNRF52 -DNRF52832_XXAA >> -DCONFIG_NFCT_PINS_AS_GPIOS -DOPUS_BUILD -DVAR_ARRAYS -DFIXED_POINT >> -DDISABLE_FLOAT_API -DCUSTOM_MODES "-DARM_MATH_CM4 " >> "-DOPUS_ARM_INLINE_EDSP " -DDOPUS_ARM_INLINE_ASM -DOPUS_ARM_INLINE_MEDIA >> -MD >> >> >> >> Any ideas? >> >> >> >> Regards >> >> Peter >&gt...