search for: pxa255

Displaying 13 results from an estimated 13 matches for "pxa255".

2004 Aug 06
4
SmartPhone ARM
...ed compiler for eVC and XScale processors http://www.intel.com/software/products/compilers/techtopics/PCA_Optimization_WP.pdf If you have any luck getting the eVC compiler closer to realtime I'd really like to know. I'm still far from realtime when using Speex 1.1.3 on a HP iPAQ (Intel pxa255). Best regards Bjoern D. Rasmussen <p>>From: "Greg Cockroft" <greg@agog.com> >Reply-To: speex-dev@xiph.org >To: <speex-dev@xiph.org> >Subject: [speex-dev] SmartPhone ARM >Date: Wed, 17 Dec 2003 14:14:19 -0500 > >Target is Spv & Nokia phones AR...
2004 Aug 06
4
XScale realtime encoding possible?
Hi all, I've got a 400MHz XScale-PXA255 board, and I want to stream voice from it over a network connection at 28.8baud. This calls for a capable voice encoder which can encode at about 24kbps. I was damn happy when I found Speex and said goodbye to MP3 :) However, i'm still a long way from realtime encoding using speexenc, is...
2004 Aug 06
2
XScale realtime encoding possible?
...includes=/opt/arcom/arm-linux/include --with-ogg-lib=/opt/arcom/arm-linux/lib --enable-fixed-point I will of course try without ffast-math and funroll-loops, as they can decrease speed in some circumstances, but i'm open for further suggestions. The machine it's running on has an XScale-PXA255 processor at 400MHz, with a 200MHz bus. Regards, MAL --- >8 ---- List archives: http://www.xiph.org/archives/ Ogg project homepage: http://www.xiph.org/ogg/ To unsubscribe from this list, send a message to 'speex-dev-request@xiph.org' containing only the word 'unsubscribe' in...
2016 Feb 22
2
Re: Cubietruck: QEMU, KVM and Fedora
...DA (PXA270) > borzoi Sharp SL-C3100 (Borzoi) PDA (PXA270) > canon-a1100 Canon PowerShot A1100 IS > cheetah Palm Tungsten|E aka. Cheetah PDA (OMAP310) > collie Sharp SL-5500 (Collie) PDA (SA-1110) > connex Gumstix Connex (PXA255) > cubieboard cubietech cubieboard > highbank Calxeda Highbank (ECX-1000) > imx25-pdk ARM i.MX25 PDK board (ARM926) > integratorcp ARM Integrator/CP (ARM926EJ-S) > kzm ARM KZM Emulation Baseboard (ARM1136) > lm3s6965evb...
2004 Aug 06
0
XScale realtime encoding possible?
...try without ffast-math and funroll-loops, as they can > decrease speed in some circumstances, but i'm open for further suggestions. I don't think it's worth playing with the compile switches yet. Still lots of other stuff to do. > The machine it's running on has an XScale-PXA255 processor at 400MHz, > with a 200MHz bus. I managed to log on the XSCALE 400 on handhelds.org. It helped, but I can't do everything with it (and by attempts at profiling failed). Jean-Marc -- Jean-Marc Valin, M.Sc.A., ing. jr. LABORIUS (http://www.gel.usherb.ca/laborius) Univer...
2004 Aug 06
0
SmartPhone ARM
> If you have any luck getting the eVC compiler closer to realtime I'd really > like to know. I'm still far from realtime when using Speex 1.1.3 on a HP > iPAQ (Intel pxa255). That's odd. I've been able to do real-time with about 20% CPU on an ARM 400 MHz. Here are the settings I used: - Compiled with FIXED_POINT (--enable-fixed-point) and ARM_ASM (--enable-arm-asm) - Compiled with gcc 3.3. (if you don't have gcc, you won't be able to use ARM_ASM) - Ru...
2005 Sep 27
0
question regarding compression %
...some choices for the encoder based upon how quickly the pocket pc could convert files. I think that I chose flac -0 because of this and also I think that I may have increased the buffer already to 4608. However, I will do some additional testing. The cpu's used are in the ARM family. Xscale (PXA255) as found on the hp 5100/5500 series and 2200 series. The best performer right now is the Dell X50v 624mHz(PXA270), again same processor family. Because this is programmed I/O, media writes contribute largely to cpu utilization. FLAC helps, but it is a trade-off between lowering the amount of da...
2004 Aug 06
0
SmartPhone ARM
...> processors > > http://www.intel.com/software/products/compilers/techtopics/PCA_Optimization_WP.pdf > > If you have any luck getting the eVC compiler closer to realtime I'd really > like to know. I'm still far from realtime when using Speex 1.1.3 on a HP > iPAQ (Intel pxa255). > > Best regards > > Bjoern D. Rasmussen > > > >From: "Greg Cockroft" <greg@agog.com> > >Reply-To: speex-dev@xiph.org > >To: <speex-dev@xiph.org> > >Subject: [speex-dev] SmartPhone ARM > >Date: Wed, 17 Dec 2003 14:14:19 -0500 &...
2004 Aug 06
0
XScale realtime encoding possible?
...(much better than MP3 at 24 kbps anyway :) Last thing, can you try the code that's in CVS right now? I removed many float ops since 1.1.1, so it may already work better. Jean-Marc <p>Le jeu 06/11/2003 à 10:29, MAL a écrit : > Hi all, > > I've got a 400MHz XScale-PXA255 board, and I want to stream voice from > it over a network connection at 28.8baud. This calls for a capable > voice encoder which can encode at about 24kbps. I was damn happy when I > found Speex and said goodbye to MP3 :) > > However, i'm still a long way from realtime enc...
2014 Dec 16
1
[LLVMdev] Newbee question: LLVM backend regression tests for thumb1 targets on simulator possible?
> > $ qemu-arm -cpu ? > > Available CPUs: > > arm926 arm946 arm1026 arm1136 arm1136-r2 arm1176 arm11mpcore > > cortex-m3 > > cortex-a8 > > cortex-a8-r2 cortex-a9 cortex-a15 ti925t pxa250 sa1100 sa1110 > pxa255 pxa260 > > pxa261 pxa262 pxa270 pxa270-a0 pxa270-a1 pxa270-b0 pxa270-b1 xa270- > c0 > > pxa270-c5 any > > > > Still your procedure will work, just by using the m3 instead :-). > Yeah, that should work for the most part, unless you emit thumb2 > instructions (w...
2004 Aug 06
0
Speex 1.1.2 - Try it on ARM
...s it off by default. speexenc --help doesn't make it obvious. > As usual, please test it and see if it breaks. I'm especially interested > in feedback about how it behaves when decoding files that were encoded > with a floating point version or vice versa. Encoding on an XScale-PXA255 @ 400MHz: First I tried narrowband, at 24kbps, with verbose output: # time speexenc -n --bitrate 24000 --comp 1 -V test-8kHz-60sec.wav test-8kHz-60sec.spx Encoding 8000 Hz audio using narrowband mode (mono) Bitrate is use: 18200 bps real 1m8.042s user 0m48.240s sys 0m11.220s I guessed...
2014 Dec 16
2
[LLVMdev] Newbee question: LLVM backend regression tests for thumb1 targets on simulator possible?
On 12/16/14 3:53 AM, Kristof Beyls wrote: > I've been wondering too about how to get better ARM v6m compile-and-execute > testing going. > > As you say Jon, the non-execution-based regression tests are surprisingly > good at catching issues; but they're no full substitute for executing the > code produced by the backend for a reasonably-sized test suite. > > If
2004 Aug 06
2
Speex 1.1.2 - Try it on ARM
Hi, I just released unstable version 1.1.2 that contains more fixed-point work. Though it's still not 100% complete, enough have been done to make it run in real-time on ARM. In order to do that, compile with --enable-fixed-point --enable-arm-asm. All narrowband modes work in real-time with complexity 1 (some work with higher complexity) and some wideband modes also work (up to ~20 kbps) at