FFmpeg
Data Structures | Macros | Functions | Variables
dv_tablegen.h File Reference
#include <stdint.h>
#include "libavutil/attributes.h"
#include "dvdata.h"

Go to the source code of this file.

Data Structures

struct  dv_vlc_pair
 

Macros

#define DV_VLC_MAP_RUN_SIZE   64
 
#define DV_VLC_MAP_LEV_SIZE   512
 

Functions

static av_cold void dv_vlc_map_tableinit (void)
 

Variables

static struct dv_vlc_pair dv_vlc_map [DV_VLC_MAP_RUN_SIZE][DV_VLC_MAP_LEV_SIZE]
 

Macro Definition Documentation

◆ DV_VLC_MAP_RUN_SIZE

#define DV_VLC_MAP_RUN_SIZE   64

Definition at line 35 of file dv_tablegen.h.

◆ DV_VLC_MAP_LEV_SIZE

#define DV_VLC_MAP_LEV_SIZE   512

Definition at line 36 of file dv_tablegen.h.

Function Documentation

◆ dv_vlc_map_tableinit()

static av_cold void dv_vlc_map_tableinit ( void  )
static

Definition at line 51 of file dv_tablegen.h.

Referenced by dvvideo_encode_init(), and WRITE_1D_FUNC_ARGV().

Variable Documentation

◆ dv_vlc_map

Definition at line 49 of file dv_tablegen.h.

Referenced by dv_rl2vlc(), dv_rl2vlc_size(), dv_vlc_map_tableinit(), and WRITE_1D_FUNC_ARGV().