FFmpeg
|
Go to the source code of this file.
Macros | |
#define | IS_FIL(a) ((a) & MB_TYPE_H261_FIL) |
Functions | |
static void | h261_loop_filter (uint8_t *src, int stride) |
void | ff_h261_loop_filter (MpegEncContext *s) |
H.261 codec
Definition in file h261.c.
#define IS_FIL | ( | a | ) | ((a) & MB_TYPE_H261_FIL) |
|
static |
Definition at line 33 of file h261.c.
Referenced by ff_h261_loop_filter().
void ff_h261_loop_filter | ( | MpegEncContext * | s | ) |
Definition at line 61 of file h261.c.
Referenced by mpeg_motion_internal().