Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
H A Dh264_cavlc.c265 static VLC run7_vlc; variable
399 run7_vlc.table = run7_vlc_table; in ff_h264_decode_init_vlc()
400 run7_vlc.table_allocated = run7_vlc_table_size; in ff_h264_decode_init_vlc()
401 init_vlc(&run7_vlc, RUN7_VLC_BITS, 16, in ff_h264_decode_init_vlc()
584 run_before= get_vlc2(gb, run7_vlc.table, RUN7_VLC_BITS, 2); \ in decode_residual()
599 run_before= get_vlc2(gb, run7_vlc.table, RUN7_VLC_BITS, 2); \ in decode_residual()

Completed in 3 milliseconds