Any changes are to allow conversion to BMP

Dependents:   Color_Targeting_Catapult

Fork of BaseJpegDecode by Norimasa Okamoto

aanIDCT.h

Committer:
va009039
Date:
2012-11-05
Revision:
3:a7547692071d

File content as of revision 3:a7547692071d:

#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