Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
H A Dintrax8.c48 static VLC j_ac_vlc[2][2][8]; // [quant < 13], [intra / inter], [select] variable
73 x8_init_vlc(&j_ac_vlc[i][j][k], AC_VLC_BITS, 77, in x8_vlc_init()
96 memset(w->j_ac_vlc, 0, sizeof(w->j_ac_vlc)); in x8_reset_vlc_tables()
106 if (w->j_ac_vlc[mode]) in x8_select_ac_table()
111 w->j_ac_vlc[mode] = &j_ac_vlc[w->quant < 13][mode >> 1][table_index]; in x8_select_ac_table()
112 av_assert2(w->j_ac_vlc[mode]); in x8_select_ac_table()
178 i = get_vlc2(w->gb, w->j_ac_vlc[mode]->table, AC_VLC_BITS, AC_VLC_MTD); in x8_get_ac_rlf()
H A Dintrax8.h30 VLC *j_ac_vlc[4]; // they point to the static j_mb_vlc member

Completed in 3 milliseconds