Searched refs:vlc_tab_diff (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 Dqdm2.c208 static VLC vlc_tab_diff; variable
238 vlc_tab_diff.table = &qdm2_table[qdm2_vlc_offs[1]];
239 vlc_tab_diff.table_allocated = qdm2_vlc_offs[2] - qdm2_vlc_offs[1];
240 init_vlc (&vlc_tab_diff, 8, 37,
976 diff = qdm2_get_se_vlc(&vlc_tab_diff, gb, 2);
1075 diff = qdm2_get_se_vlc(&vlc_tab_diff, &gb, 2);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dqdm2.c202 static VLC vlc_tab_diff; variable
234 vlc_tab_diff.table = &qdm2_table[qdm2_vlc_offs[1]];
235 vlc_tab_diff.table_allocated = qdm2_vlc_offs[2] - qdm2_vlc_offs[1];
236 init_vlc(&vlc_tab_diff, 8, 37,
1054 diff = qdm2_get_se_vlc(&vlc_tab_diff, gb, 2);
1153 diff = qdm2_get_se_vlc(&vlc_tab_diff, &gb, 2);

Completed in 81 milliseconds