as3525 usb: build as3525v2 file based on CONFIG_USBOTG, and fix warnings
[kugel-rb.git] / apps / codecs / libffmpegFLAC / arm.h
blob39080d7f75661faebec70198dea9386322cbe09c
1 #ifndef _FLAC_ARM_H
2 #define _FLAC_ARM_H
4 #include "bitstream.h"
6 void lpc_decode_arm(int blocksize, int qlevel, int pred_order, int32_t* data, int* coeffs);
8 #endif