From bfd0e02dd64e912a6b67c25d9f86b3b0b849ad10 Mon Sep 17 00:00:00 2001 From: Michael Niedermayer Date: Thu, 19 Nov 2015 12:03:22 +0100 Subject: avcodec/aacsbr: Split pre dequantization noise factors table This allows removing a special case for the fixed point decoder and will make error checks simpler Signed-off-by: Michael Niedermayer --- libavcodec/sbr.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'libavcodec/sbr.h') diff --git a/libavcodec/sbr.h b/libavcodec/sbr.h index 66a88a2898..f22c47501b 100644 --- a/libavcodec/sbr.h +++ b/libavcodec/sbr.h @@ -96,8 +96,10 @@ typedef struct SBRData { AAC_FLOAT q_temp[42][48]; uint8_t s_indexmapped[8][48]; ///Envelope scalefactors + uint8_t env_facs_q[6][48]; AAC_FLOAT env_facs[6][48]; ///Noise scalefactors + uint8_t noise_facs_q[6][48]; AAC_FLOAT noise_facs[3][5]; ///Envelope time borders uint8_t t_env[8]; -- cgit v1.2.3