Home
last modified time | relevance | path

Searched defs:static_size (Results 1 – 5 of 5) sorted by relevance

/third_party/ffmpeg/libavcodec/
Dvlc.h104 h, i, j, flags, static_size) \ argument
113 #define INIT_VLC_SPARSE_STATIC(vlc, bits, a, b, c, d, e, f, g, h, i, j, static_size) \ argument
117 #define INIT_LE_VLC_SPARSE_STATIC(vlc, bits, a, b, c, d, e, f, g, h, i, j, static_size) \ argument
121 #define INIT_CUSTOM_VLC_STATIC(vlc, bits, a, b, c, d, e, f, g, flags, static_size) \ argument
125 #define INIT_VLC_STATIC(vlc, bits, a, b, c, d, e, f, g, static_size) \ argument
128 #define INIT_LE_VLC_STATIC(vlc, bits, a, b, c, d, e, f, g, static_size) \ argument
133 offset, flags, static_size) \ argument
Drl.h73 #define INIT_VLC_RL(rl, static_size)\ argument
83 #define INIT_FIRST_VLC_RL(rl, static_size) \ argument
Dmpeg12dec.h29 #define INIT_2D_VLC_RL(rl, static_size, flags)\ argument
Drl.c62 av_cold void ff_rl_init_vlc(RLTable *rl, unsigned static_size) in ff_rl_init_vlc()
Dmpeg12.c66 av_cold void ff_init_2d_vlc_rl(RLTable *rl, unsigned static_size, int flags) in ff_init_2d_vlc_rl()