Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
Dasvdec.c79 static inline int asv2_get_vlc2(GetBitContext *gb, VLC_TYPE (*table)[2], int bits) in asv2_get_vlc2() function
99 int code = asv2_get_vlc2(gb, asv2_level_vlc.table, ASV2_LEVEL_VLC_BITS); in asv2_get_level()
146 ccp = asv2_get_vlc2(&a->gb, dc_ccp_vlc.table, DC_CCP_VLC_BITS); in asv2_decode_block()
157 const int ccp = asv2_get_vlc2(&a->gb, ac_ccp_vlc.table, AC_CCP_VLC_BITS); in asv2_decode_block()