Searched refs:code_vlc (Results 1 – 2 of 2) sorted by relevance
/third_party/ffmpeg/libavcodec/ |
D | wnv1.c | 41 static VLC code_vlc; variable 46 int v = get_vlc2(gb, code_vlc.table, CODE_VLC_BITS, 1); in wnv1_get_code() 119 INIT_VLC_STATIC_FROM_LENGTHS(&code_vlc, CODE_VLC_BITS, 16, in wnv1_init_static()
|
D | ralf.c | 233 VLC *code_vlc; int range, range2, add_bits; in decode_channel() local 291 code_vlc = set->long_codes + (code_params - 15); in decode_channel() 296 code_vlc = set->short_codes + code_params; in decode_channel() 302 t = get_vlc2(gb, code_vlc->table, code_vlc->bits, 2); in decode_channel()
|