Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
Dh264_cavlc.c277 #define TOTAL_ZEROS_VLC_BITS 9 macro
386 TOTAL_ZEROS_VLC_BITS, 16, in ff_h264_decode_init_vlc()
574 zeros_left= get_vlc2(gb, total_zeros_vlc[ total_coeff ].table, TOTAL_ZEROS_VLC_BITS, 1); in decode_residual()