Searched refs:TSCC2_VLC_BITS (Results 1 – 1 of 1) sorted by relevance
/third_party/ffmpeg/libavcodec/ |
D | tscc2.c | 39 #define TSCC2_VLC_BITS 9 macro 63 ff_init_vlc_from_lengths(vlc, TSCC2_VLC_BITS, nb_codes, in tscc2_init_vlc() 152 dc = get_vlc2(gb, dc_vlc.table, TSCC2_VLC_BITS, 2); in tscc2_decode_mb() 160 nc = get_vlc2(gb, nc_vlc[vlc_set].table, TSCC2_VLC_BITS, 1); in tscc2_decode_mb() 165 ac = get_vlc2(gb, ac_vlc[vlc_set].table, TSCC2_VLC_BITS, 2); in tscc2_decode_mb()
|