File iDCTcompare.str
Version 1.0


This file contains functions that implement Discrete Cosine Transforms and their inverses. When reference is made to the IEEE DCT specification, it is refering to the IEEE DCT specification used by both MPEG and JPEG. A definition of what makes an 8x8 DCT conform to the IEEE specification, as well as a pseudocode implementation, can be found in Appendix A of the MPEG-2 specification (ISO/IEC 13818-2) on P. 125.


Component Summary
void->void iDCTcompare
          Compare the output of the various inverse Discrete Cosine Transform implementation accordance withasdf

Component Detail

iDCTcompare

void->void iDCTcompare
Compare the output of the various inverse Discrete Cosine Transform implementation accordance with

Input:
<void> - none
Output:
<void> - none

Please contact the author (Matthew Drake) for more information.