FFmpeg
|
Include dependency graph for vp56dsp.c:
Go to the source code of this file.
Macros | |
#define | VP56_EDGE_FILTER(pfx, suf, pix_inc, line_inc) |
Functions | |
static int | vp5_adjust (int v, int t) |
static int | vp6_adjust (int v, int t) |
void | ff_vp56dsp_init (VP56DSPContext *s, enum AVCodecID codec) |
Macro Definition Documentation
#define VP56_EDGE_FILTER | ( | pfx, | |
suf, | |||
pix_inc, | |||
line_inc | |||
) |
Value:
{ \
int pix2_inc = 2 * pix_inc; \
yuv[-pix_inc] = av_clip_uint8(yuv[-pix_inc] + v); \
yuv[0] = av_clip_uint8(yuv[0] - v); \
yuv += line_inc; \
} \
}
Function Documentation
void ff_vp56dsp_init | ( | VP56DSPContext * | s, |
enum AVCodecID | codec | ||
) |
Definition at line 78 of file vp56dsp.c.
Referenced by ff_vp56_init_context().
Generated on Mon Nov 18 2024 06:52:10 for FFmpeg by 1.8.11