test
Dependencies: Nanopb iSerial mbed BaseJpegDecode FatFileSystem SDFileSystem RingBuffer Camera_LS_Y201
Diff: extlib/BaseJpegDecode/aanIDCT.h
- Revision:
- 0:d69efd0ee139
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/extlib/BaseJpegDecode/aanIDCT.h Thu Sep 18 15:21:47 2014 +0000 @@ -0,0 +1,11 @@ +#ifndef AAN_IDCT_H +#define AAN_IDCT_H + +class aanIDCT { +public: + void conv(int8_t output[], int16_t input[]); +private: + int ws[64]; +}; + +#endif // ANN_IDCT_H