comparison aac.h @ 8109:7baa25290231 libavcodec

Fix perceptual noise shaping scaling including an oversight of the offset for the EIGHT_SHORT window type. Fixes issue 664. Patch by Alex Converse (alex converse gmail com)
author superdump
date Wed, 05 Nov 2008 13:59:42 +0000
parents 43fabceb40f2
children 8a8d40fe77d9
comparison
equal deleted inserted replaced
8108:5de6db4225d6 8109:7baa25290231
44 44
45 #define MAX_CHANNELS 64 45 #define MAX_CHANNELS 64
46 #define MAX_ELEM_ID 16 46 #define MAX_ELEM_ID 16
47 47
48 #define TNS_MAX_ORDER 20 48 #define TNS_MAX_ORDER 20
49 #define PNS_MEAN_ENERGY 3719550720.0f // sqrt(3.0) * 1<<31
50 49
51 enum AudioObjectType { 50 enum AudioObjectType {
52 AOT_NULL, 51 AOT_NULL,
53 // Support? Name 52 // Support? Name
54 AOT_AAC_MAIN, ///< Y Main 53 AOT_AAC_MAIN, ///< Y Main