Mercurial > libavcodec.hg
changeset 1241:6a873cad413e libavcodec
more idct_permute docs
author | michaelni |
---|---|
date | Sun, 11 May 2003 10:19:05 +0000 |
parents | c95ff60bc1a1 |
children | db903b6fd197 |
files | dsputil.h |
diffstat | 1 files changed, 4 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/dsputil.h Sun May 11 04:47:45 2003 +0000 +++ b/dsputil.h Sun May 11 10:19:05 2003 +0000 @@ -240,6 +240,10 @@ /** * 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)