mirror of
https://github.com/libretro/beetle-pce-fast-libretro.git
synced 2024-11-24 00:10:14 +00:00
12 lines
166 B
C
12 lines
166 B
C
#ifndef __MDFN_JREVDCT_H
|
|
#define __MDFN_JREVDCT_H
|
|
|
|
typedef int32* DCTBLOCK;
|
|
typedef int32 DCTELEM;
|
|
|
|
void j_rev_dct(DCTBLOCK data);
|
|
|
|
typedef int32 INT32;
|
|
|
|
#endif
|