Searched refs:vlc_tab_fft_tone_offset (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.c219 static VLC vlc_tab_fft_tone_offset[5]; variable
305 vlc_tab_fft_tone_offset[0].table = &qdm2_table[qdm2_vlc_offs[12]];
306 vlc_tab_fft_tone_offset[0].table_allocated = qdm2_vlc_offs[13] - qdm2_vlc_offs[12];
307 init_vlc (&vlc_tab_fft_tone_offset[0], 8, 23,
311 vlc_tab_fft_tone_offset[1].table = &qdm2_table[qdm2_vlc_offs[13]];
312 vlc_tab_fft_tone_offset[1].table_allocated = qdm2_vlc_offs[14] - qdm2_vlc_offs[13];
313 init_vlc (&vlc_tab_fft_tone_offset[1], 8, 28,
317 vlc_tab_fft_tone_offset[2].table = &qdm2_table[qdm2_vlc_offs[14]];
318 vlc_tab_fft_tone_offset[2].table_allocated = qdm2_vlc_offs[15] - qdm2_vlc_offs[14];
319 init_vlc (&vlc_tab_fft_tone_offset[
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dqdm2.c213 static VLC vlc_tab_fft_tone_offset[5]; variable
320 vlc_tab_fft_tone_offset[0].table =
322 vlc_tab_fft_tone_offset[0].table_allocated = qdm2_vlc_offs[13] -
324 init_vlc(&vlc_tab_fft_tone_offset[0], 8, 23,
329 vlc_tab_fft_tone_offset[1].table =
331 vlc_tab_fft_tone_offset[1].table_allocated = qdm2_vlc_offs[14] -
333 init_vlc(&vlc_tab_fft_tone_offset[1], 8, 28,
338 vlc_tab_fft_tone_offset[2].table =
340 vlc_tab_fft_tone_offset[2].table_allocated = qdm2_vlc_offs[15] -
342 init_vlc(&vlc_tab_fft_tone_offset[
[all...]

Completed in 97 milliseconds