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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Datrac3plus.c35 static VLC wl_vlc_tabs[4]; variable
161 wl_vlc_tabs[i].table = &tables_data[wl_vlc_offs];
162 wl_vlc_tabs[i].table_allocated = 1 << wl_nb_bits[i];
166 ff_init_vlc_sparse(&wl_vlc_tabs[i], wl_nb_bits[i], wl_nb_codes[i],
178 wl_vlc_offs += wl_vlc_tabs[i].table_allocated;
360 vlc_tab = &wl_vlc_tabs[get_bits(gb, 2)];
396 vlc_tab = &wl_vlc_tabs[get_bits(gb, 2)];
407 vlc_tab = &wl_vlc_tabs[get_bits(gb, 1)];
443 vlc_tab = &wl_vlc_tabs[get_bits(gb, 2)];

Completed in 162 milliseconds