]> git.sesse.net Git - ffmpeg/commit
avcodec/aacdec_template: Use VLC symbols table
authorAndreas Rheinhardt <andreas.rheinhardt@gmail.com>
Thu, 19 Nov 2020 14:57:23 +0000 (15:57 +0100)
committerAndreas Rheinhardt <andreas.rheinhardt@gmail.com>
Tue, 8 Dec 2020 16:51:47 +0000 (17:51 +0100)
commitd9e6e9360d6b79f4517ec79bcc2d8511cd064e6c
treeaaedcf2dcb1384bef6ef488069c06e313cda62a5
parent097277f31aa2f589b5658715683fb0706b1695ad
avcodec/aacdec_template: Use VLC symbols table

Expressions like array[get_vlc2()] can be optimized by using a symbols
table if the array is always the same for a given VLC. This requirement
is fulfilled for several VLCs used by the AAC decoders.

Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@gmail.com>
libavcodec/aacdec_template.c