Parent Directory
|
Revision Log
Cosmetic - CodingStyle Applied - Legal Headers will be added later
#ifndef _IDCT_H_ #define _IDCT_H_ void idct_int32_init(); typedef void (idctFunc) (short *const block); typedef idctFunc *idctFuncPtr; extern idctFuncPtr idct; idctFunc idct_int32; idctFunc idct_mmx; idctFunc idct_xmm; idctFunc idct_sse2; idctFunc idct_altivec; #endif /* _IDCT_H_ */
No admin address has been configured | ViewVC Help |
Powered by ViewVC 1.0.4 |