Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
Dintrax8.c50 static VLC j_orient_vlc[2][4]; // [quant], [select] variable
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()
97 w->j_orient_vlc = NULL; in x8_reset_vlc_tables()
117 if (!w->j_orient_vlc) { in x8_get_orient_vlc()
119 w->j_orient_vlc = &j_orient_vlc[w->quant < 13][table_index]; in x8_get_orient_vlc()
122 return get_vlc2(w->gb, w->j_orient_vlc->table, OR_VLC_BITS, OR_VLC_MTD); in x8_get_orient_vlc()
Dintrax8.h31 VLC *j_orient_vlc; member