mirror of
https://github.com/nyanmisaka/ffmpeg-rockchip.git
synced 2025-10-11 11:40:42 +08:00
libavcodec: Implementation of AAC_fixed_decoder (LC-module) [2/4]
Add fixed point implementation of functions for generating tables Signed-off-by: Nedeljko Babic <nedeljko.babic@imgtec.com> Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:

committed by
Michael Niedermayer

parent
f497a9e84e
commit
08be74ac81
@@ -46,7 +46,11 @@
|
||||
*/
|
||||
DECLARE_ALIGNED(32, extern float, ff_aac_kbd_long_1024)[1024];
|
||||
DECLARE_ALIGNED(32, extern float, ff_aac_kbd_short_128)[128];
|
||||
DECLARE_ALIGNED(32, extern int, ff_aac_kbd_long_1024_fixed)[1024];
|
||||
DECLARE_ALIGNED(32, extern int, ff_aac_kbd_long_512_fixed)[512];
|
||||
DECLARE_ALIGNED(32, extern int, ff_aac_kbd_short_128_fixed)[128];
|
||||
const DECLARE_ALIGNED(32, extern float, ff_aac_eld_window_512)[1920];
|
||||
const DECLARE_ALIGNED(32, extern int, ff_aac_eld_window_512_fixed)[1920];
|
||||
const DECLARE_ALIGNED(32, extern float, ff_aac_eld_window_480)[1800];
|
||||
// @}
|
||||
|
||||
|
Reference in New Issue
Block a user