Searched refs:res_vlc (Results 1 – 1 of 1) sorted by relevance
/third_party/ffmpeg/libavcodec/ |
D | mpc8.c | 40 static VLC band_vlc, scfi_vlc[2], dscf_vlc[2], res_vlc[2]; variable 128 build_vlc(&res_vlc[i], &offset, mpc8_res_len_counts[i], &res_syms, 0); in mpc8_init_static() 228 last[ch] = get_vlc2(gb, res_vlc[last[ch] > 2].table, MPC8_RES_BITS, 2) + last[ch]; in mpc8_decode_frame()
|