libavcodec: Implementation of AAC_fixed_decoder (LC-module) [2/4]

Add fixed point implementation of functions for generating tables

Signed-off-by: Nedeljko Babic <nedeljko.babic@imgtec.com>
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
Jovan Zelincevic
2015-06-30 11:53:04 +02:00
committed by Michael Niedermayer
parent f497a9e84e
commit 08be74ac81
16 changed files with 680 additions and 35 deletions

View File

@@ -19,3 +19,6 @@
* License along with FFmpeg; if not, write to the Free Software
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
*/
#define USE_FIXED 0
#include "cbrt_tablegen_template.c"