summaryrefslogtreecommitdiff
path: root/apps/codecs/libFLAC/include/private/coldfire.h
blob: 37fa3e2bd7499897f5bd08e9e458869346c08e2c (plain)
1
2
3
4
5
6
7
8
9
10
#ifndef SIMULATOR
#ifndef _FLAC_COLDFIRE_H
#define _FLAC_COLDFIRE_H

#include <FLAC/ordinals.h>

void FLAC__lpc_restore_signal_mcf5249(const FLAC__int32 residual[], unsigned data_len, const FLAC__int32 qlp_coeff[], unsigned order, int lp_quantization, FLAC__int32 data[]);

#endif
#endif