Re: [FFmpeg-devel] [PATCHv2 1/2] avcodec/aactab: do not use floats for constants

2016-03-14 Thread Marton Balint
On Sun, 6 Mar 2016, Michael Niedermayer wrote: On Sun, Mar 06, 2016 at 01:10:48PM +0100, Marton Balint wrote: This may improve the precision of the fixed point decoder for some compilers and architectures. Signed-off-by: Marton Balint --- libavcodec/aac_defines.h | 6 +++--- libavcodec/aac

Re: [FFmpeg-devel] [PATCHv2 1/2] avcodec/aactab: do not use floats for constants

2016-03-06 Thread Michael Niedermayer
On Sun, Mar 06, 2016 at 01:10:48PM +0100, Marton Balint wrote: > This may improve the precision of the fixed point decoder for some compilers > and architectures. > > Signed-off-by: Marton Balint > --- > libavcodec/aac_defines.h | 6 +++--- > libavcodec/aactab.h | 22 +++---

[FFmpeg-devel] [PATCHv2 1/2] avcodec/aactab: do not use floats for constants

2016-03-06 Thread Marton Balint
This may improve the precision of the fixed point decoder for some compilers and architectures. Signed-off-by: Marton Balint --- libavcodec/aac_defines.h | 6 +++--- libavcodec/aactab.h | 22 +++--- 2 files changed, 14 insertions(+), 14 deletions(-) diff --git a/libavcodec