search for: fixed_arm4

Displaying 4 results from an estimated 4 matches for "fixed_arm4".

Did you mean: fixed_arm64
2005 Apr 01
2
Speex for the Intel XScale with WMMX.
I work with the Microsoft Embedded Visual C++, and i don't have a linux machine with me. I need to have the best performance in order to run my application for the Intel XSCale with MMX. I don't know if i can compile for this processor with the best performance using the Microsoft compiler. I would like a help regarding how to get or build this .obj. Thank you. Cesar Bremer Pinheiro
2005 Apr 01
0
Speex for the Intel XScale with WMMX.
...or sure you would at least need to write some assembly. As for the current inline assembly parts (for the ARMv4 arch), you would need to convert them to VC++. It shouldn't be too hard, just push/load the registers at the beginning and then save/pop at the end. It's just the small macros (in fixed_arm4.h) that you won't be able to use because with VC++ inline assembly, the overhead will be larger than the benefit. Jean-Marc Le vendredi 01 avril 2005 ? 17:29 -0300, cesarbremer@raseac.com.br a ?crit : > I work with the Microsoft Embedded Visual C++, and i don't have a linux > mach...
2017 May 29
0
[PATCH] Add CMake build script
...ibspeex/speex_callbacks.c + libspeex/speex_header.c + libspeex/window.c + libspeex/arch.h + libspeex/bfin.h + libspeex/cb_search_arm4.h + libspeex/cb_search_bfin.h + libspeex/cb_search_sse.h + libspeex/filters.h + libspeex/filters_arm4.h + libspeex/filters_bfin.h + libspeex/filters_sse.h + libspeex/fixed_arm4.h + libspeex/fixed_arm5e.h + libspeex/fixed_bfin.h + libspeex/fixed_debug.h + libspeex/lpc.h + libspeex/lpc_bfin.h + libspeex/ltp.h + libspeex/ltp_arm4.h + libspeex/ltp_sse.h + libspeex/math_approx.h + libspeex/misc_bfin.h + libspeex/nb_celp.h + libspeex/quant_lsp.h + libspeex/sb_celp.h + libspeex/...
2005 May 25
3
Speex on TI C6x, Problem with TI C5x Patch
...ine SIG_SCALING 16384 #define LSP_SCALING 8192. #define GAMMA_SCALING 32768. #define GAIN_SCALING 64 #define GAIN_SCALING_1 0.015625 #define LPC_SHIFT 13 #define SIG_SHIFT 14 #define VERY_SMALL 0 #ifdef ARM5E_ASM #include "fixed_arm5e.h" #elif defined (ARM4_ASM) #include "fixed_arm4.h" #elif defined (FIXED_DEBUG) #include "fixed_debug.h" #elif defined (C55X_ASM) #include "fixed_c55x.h" #else #include "fixed_generic.h" #endif #else typedef float spx_mem_t; typedef float spx_coef_t; typedef float spx_lsp_t; typedef float spx_sig_t; typedef...