search for: arm926ej_

Displaying 1 result from an estimated 1 matches for "arm926ej_".

Did you mean: arm926ej
2008 Mar 03
1
Speex requirements on a TI Davinci / ARM926EJ-Sid(wb)
...results before I continue. Brief version: WB decode takes ~24MIPS, encode takes ~243MIPS. NB decode takes ~10MIPS, encode takes ~102MIPS. (And by MIPS, I mean ARM CPU cycles, not Dhrystone MIPS) If I manually (because I couldn't figure out how to make configure do it) add "-mpcu=arm926ej_s" and "-DSHORTCUTS", the wideband numbers drop to 22MIPS and 219MIPS, respectively. More Details: The commands/options I used to config Speex: # export ARM_INSTALL_TREE=/extern/toddk/workdir/filesys export CC=arm_v5t_le-gcc export CXX=arm_v5t_le-g++ export AR=arm_v5t_l...