Searched refs:x8_init_vlc (Results 1 - 1 of 1) sorted by relevance
/third_party/ffmpeg/libavcodec/ |
H A D | intrax8.c | 52 static av_cold void x8_init_vlc(VLC *vlc, int nb_bits, int nb_codes, in x8_init_vlc() function 73 x8_init_vlc(&j_ac_vlc[i][j][k], AC_VLC_BITS, 77, in x8_vlc_init() 79 x8_init_vlc(&j_dc_vlc[i][j], DC_VLC_BITS, 34, &offset, in x8_vlc_init() 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()
|
Completed in 2 milliseconds