Searched refs:dscf_vlc (Results 1 - 2 of 2) sorted by relevance
/third_party/ffmpeg/libavcodec/ |
H A D | mpc8.c | 41 static VLC band_vlc, scfi_vlc[2], dscf_vlc[2], res_vlc[2]; variable 127 build_vlc(&dscf_vlc[i], &offset, mpc8_dscf_len_counts[i], &dscf_syms, 0); in mpc8_init_static() 276 t = get_vlc2(gb, dscf_vlc[1].table, MPC8_DSCF1_BITS, 2); in mpc8_decode_frame() 285 t = get_vlc2(gb, dscf_vlc[0].table, MPC8_DSCF0_BITS, 2); in mpc8_decode_frame()
|
H A D | mpc7.c | 43 static VLC scfi_vlc, dscf_vlc, hdr_vlc, quant_vlc[MPC7_QUANT_VLC_TABLES][2]; variable 53 INIT_VLC_STATIC_FROM_LENGTHS(&dscf_vlc, MPC7_DSCF_BITS, MPC7_DSCF_SIZE, in mpc7_init_static() 169 int t = get_vlc2(gb, dscf_vlc.table, MPC7_DSCF_BITS, 1); in get_scale_idx()
|
Completed in 2 milliseconds