|
FFmpeg
|
#include "config.h"#include "libavutil/attributes.h"#include "libavutil/common.h"#include "mpeg4videodsp.h"Go to the source code of this file.
Functions | |
| static void | gmc1_c (uint8_t *dst, const uint8_t *src, int stride, int h, int x16, int y16, int rounder) |
| void | ff_gmc_c (uint8_t *dst, const uint8_t *src, int stride, int h, int ox, int oy, int dxx, int dxy, int dyx, int dyy, int shift, int r, int width, int height) |
| av_cold void | ff_mpeg4videodsp_init (Mpeg4VideoDSPContext *c) |
|
static |
Definition at line 24 of file mpeg4videodsp.c.
Referenced by ff_mpeg4videodsp_init().
| void ff_gmc_c | ( | uint8_t * | dst, |
| const uint8_t * | src, | ||
| int | stride, | ||
| int | h, | ||
| int | ox, | ||
| int | oy, | ||
| int | dxx, | ||
| int | dxy, | ||
| int | dyx, | ||
| int | dyy, | ||
| int | shift, | ||
| int | r, | ||
| int | width, | ||
| int | height | ||
| ) |
Definition at line 47 of file mpeg4videodsp.c.
Referenced by ff_mpeg4videodsp_init().
| av_cold void ff_mpeg4videodsp_init | ( | Mpeg4VideoDSPContext * | c | ) |
Definition at line 110 of file mpeg4videodsp.c.
1.8.17