more idct_permute docs
authorMichael Niedermayer <michaelni@gmx.at>
Sun, 11 May 2003 10:19:05 +0000 (10:19 +0000)
committerMichael Niedermayer <michaelni@gmx.at>
Sun, 11 May 2003 10:19:05 +0000 (10:19 +0000)
Originally committed as revision 1852 to svn://svn.ffmpeg.org/ffmpeg/trunk

libavcodec/dsputil.h

index 8643e9a..138e6f4 100644 (file)
@@ -240,6 +240,10 @@ typedef struct DSPContext {
     
     /**
      * idct input permutation.
+     * several optimized IDCTs need a permutated input (relative to the normal order of the reference
+     * IDCT)
+     * this permutation must be performed before the idct_put/add, note, normally this can be merged
+     * with the zigzag/alternate scan<br>
      * an example to avoid confusion:
      * - (->decode coeffs -> zigzag reorder -> dequant -> reference idct ->...)
      * - (x -> referece dct -> reference idct -> x)