Searched refs:tab_offset (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.c50 * @param[in,out] tab_offset starting offset to the generated vlc table
54 int *tab_offset, VLC *out_vlc)
74 out_vlc->table = &tables_data[*tab_offset];
80 *tab_offset += 1 << max_len;
85 int i, wl_vlc_offs, ct_vlc_offs, sf_vlc_offs, tab_offset; local
194 tab_offset = 2564;
201 &tab_offset, &spec_vlc_tabs[i]);
208 build_canonical_huff(gain_cbs[i], gain_xlats[i], &tab_offset, &gain_vlc_tabs[i]);
212 build_canonical_huff(tone_cbs[i], tone_xlats[i], &tab_offset, &tone_vlc_tabs[i]);
53 build_canonical_huff(const uint8_t *cb, const uint8_t *xlat, int *tab_offset, VLC *out_vlc) argument

Completed in 53 milliseconds