Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
H A Dh264_cavlc.c274 #define COEFF_TOKEN_VLC_BITS 8 macro
347 init_vlc(&coeff_token_vlc[i], COEFF_TOKEN_VLC_BITS, 4*17, in ff_h264_decode_init_vlc()
452 coeff_token= get_vlc2(gb, coeff_token_vlc[ coeff_token_table_index[total_coeff] ].table, COEFF_TOKEN_VLC_BITS, 2); in decode_residual()
456 coeff_token= get_vlc2(gb, coeff_token_vlc[ coeff_token_table_index[total_coeff] ].table, COEFF_TOKEN_VLC_BITS, 2); in decode_residual()

Completed in 2 milliseconds