Displaying 6 results from an estimated 6 matches for "ddisable_float_api".
Did you mean:
disable_float_api
2017 Oct 18
4
Global stack on Cortex-M4
...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 memory
allocation is su...
2019 Feb 17
2
Custom mode
..._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/opus/attachments/2019...
2013 Jun 25
0
error compiling when FIXED_POINT and DISABLE_FLOAT_API are defined
Hello,
is the following a valid build option?
./configure CFLAGS="-g -O2 -DDISABLE_FLOAT_API" \
--enable-assertions --enable-fixed-point
src/opus_multistream_encoder.c does not compile with that configuration.
--
Pedro Becerra
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
2019 Feb 20
0
Fwd: Custom mode
..._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
>> ___________________________...
2017 May 29
0
[PATCH] Add CMake build script
...orbis-psy"
- - CONFIG="--disable-binaries"
+ matrix:
+ - CMAKE=1 CONFIG=""
+ - CMAKE=1 CONFIG="-DENABLE_FIXED_POINT:BOOL=TRUE -DENABLE_FLOATING_POINT:BOOL=FALSE"
+ - CMAKE=1 CONFIG="-DENABLE_FIXED_POINT:BOOL=TRUE -DENABLE_FLOATING_POINT:BOOL=FALSE -DDISABLE_FLOAT_API:BOOL=TRUE"
+ - CMAKE=1 CONFIG="-DENABLE_VORBIS_PSY:BOOL=TRUE"
+ - CMAKE=1 CONFIG="-DDISABLE_BINARIES:BOOL=TRUE"
+ - AUTOTOOLS=1 CONFIG=""
+ - AUTOTOOLS=1 CONFIG="--enable-fixed-point"
+ - AUTOTOOLS=1 CONFIG="--enable-fixed-point --dis...