Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
H A Dmpc8.c41 static VLC band_vlc, scfi_vlc[2], dscf_vlc[2], res_vlc[2]; variable
125 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()
H A Dmpc7.c43 static VLC scfi_vlc, dscf_vlc, hdr_vlc, quant_vlc[MPC7_QUANT_VLC_TABLES][2]; variable
50 INIT_VLC_STATIC_FROM_LENGTHS(&scfi_vlc, MPC7_SCFI_BITS, MPC7_SCFI_SIZE, in mpc7_init_static()
240 if(bands[i].res[ch]) bands[i].scfi[ch] = get_vlc2(&gb, scfi_vlc.table, MPC7_SCFI_BITS, 1); in mpc7_decode_frame()

Completed in 2 milliseconds