#include "dsputil.h"
#include "avcodec.h"
#include "h261.h"
Go to the source code of this file.
Defines | |
#define | IS_FIL(a) ((a)&MB_TYPE_H261_FIL) |
Functions | |
void | ff_h261_loop_filter (MpegEncContext *s) |
Variables | |
uint8_t | ff_h261_rl_table_store [2][2 *MAX_RUN+MAX_LEVEL+3] |
Definition in file h261.c.
#define IS_FIL | ( | a | ) | ((a)&MB_TYPE_H261_FIL) |
void ff_h261_loop_filter | ( | MpegEncContext * | s | ) |
uint8_t ff_h261_rl_table_store[2][2 *MAX_RUN+MAX_LEVEL+3] |
Definition at line 34 of file h261.c.
Referenced by ff_h261_encode_init(), and h261_decode_init_vlc().