Searched refs:OR_VLC_BITS (Results 1 - 1 of 1) sorted by relevance
/third_party/ffmpeg/libavcodec/ |
H A D | intrax8.c | 42 #define OR_VLC_BITS 7 macro 46 #define OR_VLC_MTD MAX_TABLE_DEPTH(OR_VLC_BITS, MAX_OR_VLC_BITS) 84 x8_init_vlc(&j_orient_vlc[0][i], OR_VLC_BITS, 12, in x8_vlc_init() 87 x8_init_vlc(&j_orient_vlc[1][i], OR_VLC_BITS, 12, in x8_vlc_init() 122 return get_vlc2(w->gb, w->j_orient_vlc->table, OR_VLC_BITS, OR_VLC_MTD); in x8_get_orient_vlc()
|
Completed in 2 milliseconds