Commit 41119bd5 authored by michaelni's avatar michaelni

more idct_permute docs


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@1852 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent d5a09bd5
...@@ -240,6 +240,10 @@ typedef struct DSPContext { ...@@ -240,6 +240,10 @@ typedef struct DSPContext {
/** /**
* idct input permutation. * 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: * an example to avoid confusion:
* - (->decode coeffs -> zigzag reorder -> dequant -> reference idct ->...) * - (->decode coeffs -> zigzag reorder -> dequant -> reference idct ->...)
* - (x -> referece dct -> reference idct -> x) * - (x -> referece dct -> reference idct -> x)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment