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:
parent
197e3edce3
commit
c82518ce06
2 changed files with 38 additions and 1 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue