Parent Directory | Revision Log
moved sources
#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; #endif /* _IDCT_H_ */
No admin address has been configured | ViewVC Help |
Powered by ViewVC 1.0.4 |