aboutsummaryrefslogtreecommitdiffstats
path: root/libavcodec/aacenc_tns.c
diff options
context:
space:
mode:
authorAndreas Rheinhardt <andreas.rheinhardt@outlook.com>2024-02-29 18:55:13 +0100
committerAndreas Rheinhardt <andreas.rheinhardt@outlook.com>2024-03-04 02:11:38 +0100
commitaaf26cffbac108cc3a4916e3284590e68b816865 (patch)
tree7b5cbf0140c69e81c9cb5f0bfe9564572d624ecb /libavcodec/aacenc_tns.c
parent08aa791d203869b8f490a9482aba753fc25184e6 (diff)
downloadffmpeg-aaf26cffbac108cc3a4916e3284590e68b816865.tar.gz
avcodec/lpc: Split inline functions into a header of their own
And move compute_ref_coefs() to its only user: lpc.c There is no overlap between the users of compute_lpc_coefs() and lpc proper. Reviewed-by: Lynne <dev@lynne.ee> Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
Diffstat (limited to 'libavcodec/aacenc_tns.c')
-rw-r--r--libavcodec/aacenc_tns.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/libavcodec/aacenc_tns.c b/libavcodec/aacenc_tns.c
index 8dc6dfcf62..b2418a0236 100644
--- a/libavcodec/aacenc_tns.c
+++ b/libavcodec/aacenc_tns.c
@@ -30,6 +30,7 @@
#include "aacenc_tns.h"
#include "aactab.h"
#include "aacenc_utils.h"
+#include "lpc_functions.h"
/* Could be set to 3 to save an additional bit at the cost of little quality */
#define TNS_Q_BITS 4