comparison Plugins/Input/aac/libfaad2/specrec.c @ 208:82872e29d7cb trunk

[svn] Increase GCC happiness about libfaad code.
author chainsaw
date Sat, 19 Nov 2005 04:36:29 -0800
parents 0a2ad94e8607
children 29feaace84d0
comparison
equal deleted inserted replaced
207:e152a92d3f45 208:82872e29d7cb
408 return 1; 408 return 1;
409 } 409 }
410 } 410 }
411 411
412 /* iquant() * 412 /* iquant() *
413 /* output = sign(input)*abs(input)^(4/3) */ 413 * output = sign(input)*abs(input)^(4/3)
414 /**/ 414 */
415 static INLINE real_t iquant(int16_t q, const real_t *tab, uint8_t *error) 415 static INLINE real_t iquant(int16_t q, const real_t *tab, uint8_t *error)
416 { 416 {
417 #ifdef FIXED_POINT 417 #ifdef FIXED_POINT
418 /* For FIXED_POINT the iq_table is prescaled by 3 bits (iq_table[]/8) */ 418 /* For FIXED_POINT the iq_table is prescaled by 3 bits (iq_table[]/8) */
419 /* BIG_IQ_TABLE allows you to use the full 8192 value table, if this is not 419 /* BIG_IQ_TABLE allows you to use the full 8192 value table, if this is not