Searched refs:res_vlc (Results 1 - 2 of 2) 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
197 res_vlc[i].table = &codes_table[vlc_offsets[0+i]];
198 res_vlc[i].table_allocated = vlc_offsets[1+i] - vlc_offsets[0+i];
199 init_vlc(&res_vlc[i], MPC8_RES_BITS, MPC8_RES_SIZE,
282 last[ch] = get_vlc2(gb, res_vlc[last[ch] > 2].table, MPC8_RES_BITS, 2) + last[ch];
/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
201 res_vlc[i].table = &codes_table[vlc_offsets[0+i]];
202 res_vlc[i].table_allocated = vlc_offsets[1+i] - vlc_offsets[0+i];
203 init_vlc(&res_vlc[i], MPC8_RES_BITS, MPC8_RES_SIZE,
285 last[ch] = get_vlc2(gb, res_vlc[last[ch] > 2].table, MPC8_RES_BITS, 2) + last[ch];

Completed in 56 milliseconds