FFmpeg
Loading...
Searching...
No Matches
rv30dsp.c File Reference

RV30 decoder motion compensation functions. More...

#include <stddef.h>
#include <stdint.h>
#include "libavutil/attributes.h"
#include "h264chroma.h"
#include "h264qpel.h"
#include "mathops.h"
#include "qpeldsp.h"
#include "rv34dsp.h"

Go to the source code of this file.

Macros

#define RV30_LOWPASS(OPNAME, OP)
 
#define RV30_MC(OPNAME, SIZE)
 
#define op_avg(a, b)
 
#define op_put(a, b)
 

Functions

av_cold void ff_rv30dsp_init (RV34DSPContext *c)
 

Detailed Description

RV30 decoder motion compensation functions.

Definition in file rv30dsp.c.

Macro Definition Documentation

◆ RV30_LOWPASS

#define RV30_LOWPASS ( OPNAME,
OP )

Definition at line 36 of file rv30dsp.c.

◆ RV30_MC

#define RV30_MC ( OPNAME,
SIZE )

Definition at line 216 of file rv30dsp.c.

◆ op_avg

#define op_avg ( a,
b )
Value:
a = (((a)+cm[b]+1)>>1)
#define cm
Definition dvbsubdec.c:40
int a
#define b
Definition input.c:43

Definition at line 258 of file rv30dsp.c.

◆ op_put

#define op_put ( a,
b )
Value:
a = cm[b]

Definition at line 259 of file rv30dsp.c.

Function Documentation

◆ ff_rv30dsp_init()

av_cold void ff_rv30dsp_init ( RV34DSPContext * c)

Definition at line 268 of file rv30dsp.c.

Referenced by ff_rv30dsp_init(), and rv30_decode_init().