Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
Dmsmpeg4dec.c71 static VLC v2_dc_chroma_vlc; variable
339 INIT_VLC_STATIC(&v2_dc_chroma_vlc, DC_VLC_BITS, 512, in msmpeg4_decode_init_static()
600 level = get_vlc2(&s->gb, v2_dc_chroma_vlc.table, DC_VLC_BITS, 3); in msmpeg4_decode_dc()