1
0
Fork 0
forked from len0rd/rockbox

Replaced critical loop with assembler. A bit closer to realtime now. This codec really needs all the 64 bit muls replaced with EMAC equivalents.

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6667 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Thom Johansen 2005-06-11 01:04:59 +00:00
parent 197e3edce3
commit c82518ce06
2 changed files with 38 additions and 1 deletions

View file

@ -46,6 +46,7 @@ extern "C" {
#include <stdlib.h>
//#include <string.h>
#include "../codec.h"
#include "config_types.h"
#include "decoder.h"
#include "math.h"