Searched refs:dscf_vlc (Results 1 - 4 of 4) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/
H A Dmpc8.c39 static VLC band_vlc, scfi_vlc[2], dscf_vlc[2], res_vlc[2]; variable
172 dscf_vlc[0].table = dscf0_table;
173 dscf_vlc[0].table_allocated = 560;
174 init_vlc(&dscf_vlc[0], MPC8_DSCF0_BITS, MPC8_DSCF0_SIZE,
177 dscf_vlc[1].table = dscf1_table;
178 dscf_vlc[1].table_allocated = 598;
179 init_vlc(&dscf_vlc[1], MPC8_DSCF1_BITS, MPC8_DSCF1_SIZE,
330 t = get_vlc2(gb, dscf_vlc[1].table, MPC8_DSCF1_BITS, 2);
339 t = get_vlc2(gb, dscf_vlc[0].table, MPC8_DSCF0_BITS, 2);
H A Dmpc7.c42 static VLC scfi_vlc, dscf_vlc, hdr_vlc, quant_vlc[MPC7_QUANT_VLC_TABLES][2]; variable
110 dscf_vlc.table = dscf_table;
111 dscf_vlc.table_allocated = 1 << MPC7_DSCF_BITS;
112 if(init_vlc(&dscf_vlc, MPC7_DSCF_BITS, MPC7_DSCF_SIZE,
193 int t = get_vlc2(gb, dscf_vlc.table, MPC7_DSCF_BITS, 1) - 7;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dmpc8.c39 static VLC band_vlc, scfi_vlc[2], dscf_vlc[2], res_vlc[2]; variable
176 dscf_vlc[0].table = dscf0_table;
177 dscf_vlc[0].table_allocated = 560;
178 init_vlc(&dscf_vlc[0], MPC8_DSCF0_BITS, MPC8_DSCF0_SIZE,
181 dscf_vlc[1].table = dscf1_table;
182 dscf_vlc[1].table_allocated = 598;
183 init_vlc(&dscf_vlc[1], MPC8_DSCF1_BITS, MPC8_DSCF1_SIZE,
333 t = get_vlc2(gb, dscf_vlc[1].table, MPC8_DSCF1_BITS, 2);
342 t = get_vlc2(gb, dscf_vlc[0].table, MPC8_DSCF0_BITS, 2);
H A Dmpc7.c39 static VLC scfi_vlc, dscf_vlc, hdr_vlc, quant_vlc[MPC7_QUANT_VLC_TABLES][2]; variable
106 dscf_vlc.table = dscf_table;
107 dscf_vlc.table_allocated = 1 << MPC7_DSCF_BITS;
108 if(init_vlc(&dscf_vlc, MPC7_DSCF_BITS, MPC7_DSCF_SIZE,
186 int t = get_vlc2(gb, dscf_vlc.table, MPC7_DSCF_BITS, 1) - 7;

Completed in 117 milliseconds