diff options
author | Diego Biurrun <diego@biurrun.de> | 2013-02-07 21:04:32 +0100 |
---|---|---|
committer | Diego Biurrun <diego@biurrun.de> | 2013-02-07 22:05:25 +0100 |
commit | 0b016eb99d38738e2c53e36549a4732a0f863b2e (patch) | |
tree | 2402133365339f6e203b1c21da89363e49d9cf40 /libavcodec/dsputil.h | |
parent | a1d36730342edf7281e5992a7f8aafabc2464ed0 (diff) | |
download | ffmpeg-0b016eb99d38738e2c53e36549a4732a0f863b2e.tar.gz |
dsputil: Move ff_block_permute to mpegvideo_enc
Diffstat (limited to 'libavcodec/dsputil.h')
-rw-r--r-- | libavcodec/dsputil.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/libavcodec/dsputil.h b/libavcodec/dsputil.h index ef3b39b8fb..8898ece305 100644 --- a/libavcodec/dsputil.h +++ b/libavcodec/dsputil.h @@ -435,12 +435,6 @@ void ff_dsputil_init(DSPContext* p, AVCodecContext *avctx); int ff_check_alignment(void); -/** - * permute block according to permuatation. - * @param last last non zero element in scantable order - */ -void ff_block_permute(int16_t *block, uint8_t *permutation, const uint8_t *scantable, int last); - void ff_set_cmp(DSPContext* c, me_cmp_func *cmp, int type); #define BYTE_VEC32(c) ((c)*0x01010101UL) |