Home
last modified time | relevance | path

Searched refs:scfi_vlc (Results 1 – 2 of 2) sorted by relevance

/third_party/ffmpeg/libavcodec/
Dmpc8.c40 static VLC band_vlc, scfi_vlc[2], dscf_vlc[2], res_vlc[2]; variable
124 build_vlc(&scfi_vlc[i], &offset, mpc8_scfi_len_counts[i], &scfi_syms, 0); in mpc8_init_static()
261 t = get_vlc2(gb, scfi_vlc[cnt].table, scfi_vlc[cnt].bits, 1); in mpc8_decode_frame()
Dmpc7.c42 static VLC scfi_vlc, dscf_vlc, hdr_vlc, quant_vlc[MPC7_QUANT_VLC_TABLES][2]; variable
49 INIT_VLC_STATIC_FROM_LENGTHS(&scfi_vlc, MPC7_SCFI_BITS, MPC7_SCFI_SIZE, in mpc7_init_static()
239 … if(bands[i].res[ch]) bands[i].scfi[ch] = get_vlc2(&gb, scfi_vlc.table, MPC7_SCFI_BITS, 1); in mpc7_decode_frame()