FFmpeg
|
#include "tableprint.h"
#include "get_bits.h"
#include "mathtables.c"
#include "libavutil/reverse.c"
#include "bitstream.c"
Go to the source code of this file.
Macros | |
#define | FFMPEG_CONFIG_H |
#define | AVUTIL_LOG_H |
#define | av_log(a, ...) while(0) |
#define | ff_dlog(a, ...) while(0) |
#define | AVUTIL_MEM_H |
#define | av_malloc(s) NULL |
#define | av_malloc_array(a, b) NULL |
#define | av_realloc_f(p, o, n) NULL |
#define | av_free(p) while(0) |
#define | av_freep(p) while(0) |
#define | AVCODEC_AVCODEC_H |
#define | AVCODEC_INTERNAL_H |
#define | AV_INPUT_BUFFER_PADDING_SIZE 64 |
#define | avpriv_request_sample(...) |
#define | REPLACE_DEFINE2(type) write_##type##_array |
#define | REPLACE_DEFINE(type) REPLACE_DEFINE2(type) |
#define | WRITE_VLC_TYPE(prefix, name, base_table) |
#define | WRITE_VLC_ARRAY(prefix, name, base_table) |
Functions | |
static void | write_VLC_TYPE_array (const VLC_TYPE *p, int s) |
static void | write_vlc_type (const VLC *vlc, VLC_TYPE(*base_table)[2], const char *base_table_name) |
#define FFMPEG_CONFIG_H |
Definition at line 26 of file tableprint_vlc.h.
#define AVUTIL_LOG_H |
Definition at line 27 of file tableprint_vlc.h.
#define av_log | ( | a, | |
... | |||
) | while(0) |
Definition at line 28 of file tableprint_vlc.h.
#define ff_dlog | ( | a, | |
... | |||
) | while(0) |
Definition at line 29 of file tableprint_vlc.h.
#define AVUTIL_MEM_H |
Definition at line 30 of file tableprint_vlc.h.
Definition at line 31 of file tableprint_vlc.h.
Definition at line 32 of file tableprint_vlc.h.
Definition at line 33 of file tableprint_vlc.h.
#define av_free | ( | p | ) | while(0) |
Definition at line 34 of file tableprint_vlc.h.
#define av_freep | ( | p | ) | while(0) |
Definition at line 35 of file tableprint_vlc.h.
#define AVCODEC_AVCODEC_H |
Definition at line 36 of file tableprint_vlc.h.
#define AVCODEC_INTERNAL_H |
Definition at line 37 of file tableprint_vlc.h.
#define AV_INPUT_BUFFER_PADDING_SIZE 64 |
Definition at line 38 of file tableprint_vlc.h.
#define avpriv_request_sample | ( | ... | ) |
Definition at line 39 of file tableprint_vlc.h.
Definition at line 46 of file tableprint_vlc.h.
#define REPLACE_DEFINE | ( | type | ) | REPLACE_DEFINE2(type) |
Definition at line 47 of file tableprint_vlc.h.
#define WRITE_VLC_TYPE | ( | prefix, | |
name, | |||
base_table | |||
) |
Definition at line 63 of file tableprint_vlc.h.
#define WRITE_VLC_ARRAY | ( | prefix, | |
name, | |||
base_table | |||
) |
Definition at line 70 of file tableprint_vlc.h.
Definition at line 48 of file tableprint_vlc.h.
|
static |
Definition at line 54 of file tableprint_vlc.h.