Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
Dh261dec.c49 static VLC h261_cbp_vlc; variable
62 INIT_VLC_STATIC(&h261_cbp_vlc, H261_CBP_VLC_BITS, 63, in h261_decode_init_static()
429 cbp = get_vlc2(&s->gb, h261_cbp_vlc.table, H261_CBP_VLC_BITS, 1) + 1; in h261_decode_mb()