56 #include <boost/noncopyable.hpp> 66 class DCT : boost::noncopyable {
78 void calc(
float *data);
98 #endif // COMMON_DCT_H
(Inverse) Discrete Cosine Transforms.
ScopedArray< float > _csc2
A simple scoped smart pointer template.
void calcDSTI(float *data)
Low-level type definitions to handle fixed width types portably.
A scoped plain pointer, allowing pointer-y access and normal deletion.
void calcDCTIII(float *data)
DCT(int bits, TransformType trans)
void calcDCTI(float *data)
void calcDCTII(float *data)