forked from len0rd/rockbox
flac: remove ARM assembly
Using current gcc it only makes decoding a tiny bit slower Using eabi gcc it makes no speed difference Tested on fuzev1 git-svn-id: svn://svn.rockbox.org/rockbox/trunk@25929 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
4fad74e6f6
commit
aee2dcf958
4 changed files with 0 additions and 287 deletions
|
|
@ -1,8 +0,0 @@
|
|||
#ifndef _FLAC_ARM_H
|
||||
#define _FLAC_ARM_H
|
||||
|
||||
#include "bitstream.h"
|
||||
|
||||
void lpc_decode_arm(int blocksize, int qlevel, int pred_order, int32_t* data, int* coeffs);
|
||||
|
||||
#endif
|
||||
Loading…
Add table
Add a link
Reference in a new issue