Home
last modified time | relevance | path

Searched refs:run7_vlc (Results 1 – 1 of 1) sorted by relevance

/third_party/ffmpeg/libavcodec/
Dh264_cavlc.c267 static VLC run7_vlc; variable
401 run7_vlc.table = run7_vlc_table; in ff_h264_decode_init_vlc()
402 run7_vlc.table_allocated = run7_vlc_table_size; in ff_h264_decode_init_vlc()
403 init_vlc(&run7_vlc, RUN7_VLC_BITS, 16, in ff_h264_decode_init_vlc()
586 run_before= get_vlc2(gb, run7_vlc.table, RUN7_VLC_BITS, 2); \ in decode_residual()
601 run_before= get_vlc2(gb, run7_vlc.table, RUN7_VLC_BITS, 2); \ in decode_residual()