test

Dependencies:   Nanopb iSerial mbed BaseJpegDecode FatFileSystem SDFileSystem RingBuffer Camera_LS_Y201

Embed: (wiki syntax)

« Back to documentation index

Show/hide line numbers aanIDCT.h Source File

aanIDCT.h

00001 #ifndef AAN_IDCT_H
00002 #define AAN_IDCT_H
00003 
00004 class aanIDCT {
00005 public:
00006     void conv(int8_t output[], int16_t input[]);
00007 private:
00008     int ws[64];
00009 };
00010 
00011 #endif // ANN_IDCT_H