summaryrefslogtreecommitdiff
path: root/libavcodec/lpc.h
diff options
context:
space:
mode:
authorRostislav Pehlivanov <atomnuker@gmail.com>2015-09-01 06:32:35 +0100
committerRostislav Pehlivanov <atomnuker@gmail.com>2015-09-01 06:32:35 +0100
commita70ee2bdcd88e34ab9c82cb78262248b95757122 (patch)
tree02f46e57cafb51203537f42b6d971a2f1b360a53 /libavcodec/lpc.h
parent139c2f93fd67230bfabd4820b35b89f5a75d0a98 (diff)
lpc: remove unused ff_lpc_calc_levinson() function
Not needed anymore, it was only used by the AAC TNS encoder and was replaced with a more suitable function in the following commit. Signed-off-by: Rostislav Pehlivanov <atomnuker@gmail.com>
Diffstat (limited to 'libavcodec/lpc.h')
-rw-r--r--libavcodec/lpc.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/libavcodec/lpc.h b/libavcodec/lpc.h
index 00c8d96514..3aef6231a8 100644
--- a/libavcodec/lpc.h
+++ b/libavcodec/lpc.h
@@ -100,9 +100,6 @@ int ff_lpc_calc_coefs(LPCContext *s,
int ff_lpc_calc_ref_coefs(LPCContext *s,
const int32_t *samples, int order, double *ref);
-int ff_lpc_calc_levinson(LPCContext *s, const float *samples, int len,
- double lpc[][MAX_LPC_ORDER], int min_order,
- int max_order, int omethod);
/**
* Initialize LPCContext.