/* * copyright (c) 2005 Denes Balatoni ( dbalatoni programozo hu ) * * This file is part of FFmpeg. * * FFmpeg is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 2.1 of the License, or (at your option) any later version. * * FFmpeg is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public * License along with FFmpeg; if not, write to the Free Software * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA */ #include "libavutil/channel_layout.h" #include "libavutil/mem_internal.h" #include "vorbis_data.h" const uint8_t ff_vorbis_channel_layout_offsets[8][8] = …; const AVChannelLayout ff_vorbis_ch_layouts[9] = …; DECLARE_ALIGNED(16, static const float, vwin64)[32] = …; DECLARE_ALIGNED(16, static const float, vwin128)[64] = …; DECLARE_ALIGNED(16, static const float, vwin256)[128] = …; DECLARE_ALIGNED(16, static const float, vwin512)[256] = …; DECLARE_ALIGNED(16, static const float, vwin1024)[512] = …; DECLARE_ALIGNED(16, static const float, vwin2048)[1024] = …; DECLARE_ALIGNED(16, static const float, vwin4096)[2048] = …; DECLARE_ALIGNED(16, static const float, vwin8192)[4096] = …; const float ff_vorbis_floor1_inverse_db_table[256]= …; const float * const ff_vorbis_vwin[8] = …;