FFmpeg
|
#include <stdint.h>
#include <string.h>
#include "libavutil/attributes.h"
#include "libavutil/avassert.h"
#include "libavutil/mem.h"
#include "rl.h"
Go to the source code of this file.
Functions | |
av_cold void | ff_rl_init (RLTable *rl, uint8_t static_store[2][2 *MAX_RUN+MAX_LEVEL+3]) |
av_cold void | ff_rl_init_vlc (RLTable *rl, unsigned static_size) |
static_store | static uint8_t array[2][2*MAX_RUN + MAX_LEVEL + 3] to hold the level and run tables. |
Definition at line 28 of file rl.c.
Referenced by encode_init(), ff_h263_encode_init(), ff_mpeg4videodec_static_init(), ff_msmpeg4_decode_init(), ff_msmpeg4_encode_init(), h261_encode_init_static(), h263_init_rl_inter(), and speedhq_init_static_data().