Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
H A Dasvdec.c81 static inline int asv2_get_vlc2(GetBitContext *gb, const VLCElem *table, int bits) in asv2_get_vlc2() function
101 int code = asv2_get_vlc2(gb, asv2_level_vlc.table, ASV2_LEVEL_VLC_BITS); in asv2_get_level()
148 ccp = asv2_get_vlc2(&a->gb, dc_ccp_vlc.table, DC_CCP_VLC_BITS); in asv2_decode_block()
159 const int ccp = asv2_get_vlc2(&a->gb, ac_ccp_vlc.table, AC_CCP_VLC_BITS); in asv2_decode_block()

Completed in 2 milliseconds