comparison aactab.c @ 8590:7a463923ecd1 libavcodec

Change semantic of CONFIG_*, HAVE_* and ARCH_*. They are now always defined to either 0 or 1.
author aurel
date Tue, 13 Jan 2009 23:44:16 +0000
parents 8a8d40fe77d9
children e9d9d946f213
comparison
equal deleted inserted replaced
8589:a29b5b5c3c9d 8590:7a463923ecd1
897 codebook_vector2, codebook_vector4, codebook_vector4, 897 codebook_vector2, codebook_vector4, codebook_vector4,
898 codebook_vector6, codebook_vector6, codebook_vector8, 898 codebook_vector6, codebook_vector6, codebook_vector8,
899 codebook_vector8, codebook_vector10, 899 codebook_vector8, codebook_vector10,
900 }; 900 };
901 901
902 #ifdef CONFIG_HARDCODED_TABLES 902 #if CONFIG_HARDCODED_TABLES
903 903
904 /** 904 /**
905 * Table of pow(2, (i - 200)/4.) used for different purposes depending on the 905 * Table of pow(2, (i - 200)/4.) used for different purposes depending on the
906 * range of indices to the table: 906 * range of indices to the table:
907 * [ 0, 255] scale factor decoding when using C dsp.float_to_int16 907 * [ 0, 255] scale factor decoding when using C dsp.float_to_int16