#ifndef IDCT_SSE_H
#define IDCT_SSE_H

#ifdef __cplusplus
extern "C" {
#endif

#ifndef IDCT_SSE_C
extern void __stdcall idct_sse32(short *block);
#endif

#ifdef __cplusplus
}
#endif
	
#endif