Displaying 3 results from an estimated 3 matches for "cesarbrem".
Did you mean:
cesarbremer
2004 Aug 06
2
Speex in a PocketPc crashes sometimes.
...esar
I'm using Speex on a PPC2002 and PPC2003 with no problems. For tune-up
remember to define the FIXED_POINT macro in Project->Settings in eVC. With
this setting you ought to be able to at least decode in realtime while using
debug-mode.
Kind regards
Bjoern D. Rasmussen
>From: "cesarbremer@raseac.com.br" <cesarbremer@raseac.com.br>
>To: speex-dev@xiph.org
>Subject: [Speex-dev] Speex in a PocketPc crashes sometimes.
>Date: Tue, 22 Jun 2004 23:21:16 -0300
>
>I'm trying to port the speex codec (version 1.1.5) to my product (Raseac
>Secure Phone), the p...
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.
...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
> 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...