RV30 decoder motion compensation functions. More...
#include "avcodec.h"#include "dsputil.h"Go to the source code of this file.
Defines | |
| #define | RV30_LOWPASS(OPNAME, OP) |
| #define | RV30_MC(OPNAME, SIZE) |
| #define | op_avg(a, b) a = (((a)+cm[b]+1)>>1) |
| #define | op_put(a, b) a = cm[b] |
Functions | |
| void | ff_rv30dsp_init (DSPContext *c, AVCodecContext *avctx) |
RV30 decoder motion compensation functions.
Definition in file rv30dsp.c.
| void ff_rv30dsp_init | ( | DSPContext * | c, | |
| AVCodecContext * | avctx | |||
| ) |
Definition at line 254 of file rv30dsp.c.
Referenced by dsputil_init().
1.7.1