Searched refs:j_dc_vlc (Results 1 – 2 of 2) sorted by relevance
/third_party/ffmpeg/libavcodec/ |
D | intrax8.c | 49 static VLC j_dc_vlc[2][8]; // [quant], [select] variable 79 x8_init_vlc(&j_dc_vlc[i][j], DC_VLC_BITS, 34, &offset, in x8_vlc_init() 95 memset(w->j_dc_vlc, 0, sizeof(w->j_dc_vlc)); in x8_reset_vlc_tables() 258 if (!w->j_dc_vlc[mode]) { in x8_get_dc_rlf() 261 w->j_dc_vlc[mode] = &j_dc_vlc[w->quant < 13][table_index]; in x8_get_dc_rlf() 264 i = get_vlc2(w->gb, w->j_dc_vlc[mode]->table, DC_VLC_BITS, DC_VLC_MTD); in x8_get_dc_rlf()
|
D | intrax8.h | 32 VLC *j_dc_vlc[3]; member
|