Mercurial > libavcodec.hg
changeset 1100:207f27932628 libavcodec
ff_block_permute() dox
author | michaelni |
---|---|
date | Wed, 05 Mar 2003 23:55:52 +0000 |
parents | 988b180afd31 |
children | a3a8017dee70 |
files | dsputil.c |
diffstat | 1 files changed, 6 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/dsputil.c Wed Mar 05 20:13:11 2003 +0000 +++ b/dsputil.c Wed Mar 05 23:55:52 2003 +0000 @@ -1625,6 +1625,12 @@ return pix_abs8x8_c(a,b,stride); } +/** + * permutes an 8x8 block. + * @param block the block :) + * @param permutation the permutation vector + * @param last the last non zero coefficient in scantable order, used to speed the permutation up + */ void ff_block_permute(DCTELEM *block, uint8_t *permutation, const uint8_t *scantable, int last) { int i;