PDA

View Full Version : Performance of XviD on ARM946


ruian.xu
19th October 2009, 10:13
Hi:

I'm trying to port XviD on ARM946(270MHz). The target is to get VGA video encoded@60fps. I seriously doubt the performance. I think it would be rather difficult to get 30fps@VGA on such a chip, let alone VGA.

Does anyone has experience with the performance requirements of XviD? Can you give me some information?


:thanks:

Dark Shikari
19th October 2009, 10:20
No way in hell you'll get it running that fast.

If you want to have a chance at all, grab a Cortex chip and port all the assembly code to NEON. Or just use x264, which is already optimized for NEON.