forked from len0rd/rockbox
Assembler optimised LPC routines for Coldfire. Will enable them when codec has seen further testing.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@7657 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
273d2e81f7
commit
0b38c7dcbe
2 changed files with 245 additions and 0 deletions
8
apps/codecs/libffmpegFLAC/coldfire.h
Normal file
8
apps/codecs/libffmpegFLAC/coldfire.h
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
#ifndef _FLAC_COLDFIRE_H
|
||||
#define _FLAC_COLDFIRE_H
|
||||
|
||||
#include "bitstream.h"
|
||||
|
||||
void lpc_decode_emac(int blocksize, int qlevel, int pred_order, int32_t* data, int* coeffs);
|
||||
|
||||
#endif
|
||||
Loading…
Add table
Add a link
Reference in a new issue