Searched refs:TSCC2_VLC_BITS (Results 1 - 1 of 1) sorted by relevance
/third_party/ffmpeg/libavcodec/ |
H A D | tscc2.c | 40 #define TSCC2_VLC_BITS 9 macro 64 ff_init_vlc_from_lengths(vlc, TSCC2_VLC_BITS, nb_codes, in tscc2_init_vlc() 153 dc = get_vlc2(gb, dc_vlc.table, TSCC2_VLC_BITS, 2); in tscc2_decode_mb() 161 nc = get_vlc2(gb, nc_vlc[vlc_set].table, TSCC2_VLC_BITS, 1); in tscc2_decode_mb() 166 ac = get_vlc2(gb, ac_vlc[vlc_set].table, TSCC2_VLC_BITS, 2); in tscc2_decode_mb()
|
Completed in 1 milliseconds