Searched refs:btype_vlc (Results 1 - 1 of 1) sorted by relevance
/third_party/ffmpeg/libavcodec/ |
H A D | rv40.c | 45 static VLC ptype_vlc[NUM_PTYPE_VLCS], btype_vlc[NUM_BTYPE_VLCS]; variable 100 rv40_init_table(&btype_vlc[i], &offset, BTYPE_VLC_BITS, BTYPE_VLC_SIZE, in rv40_init_tables() 280 q = get_vlc2(gb, btype_vlc[prev_type].table, BTYPE_VLC_BITS, 1); in rv40_decode_mb_info() 283 q = get_vlc2(gb, btype_vlc[prev_type].table, BTYPE_VLC_BITS, 1); in rv40_decode_mb_info()
|
Completed in 2 milliseconds