summaryrefslogtreecommitdiff
path: root/libavutil/lls.h
diff options
context:
space:
mode:
Diffstat (limited to 'libavutil/lls.h')
-rw-r--r--libavutil/lls.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/libavutil/lls.h b/libavutil/lls.h
index 27c0d5e3fe..9b2b3a4091 100644
--- a/libavutil/lls.h
+++ b/libavutil/lls.h
@@ -61,11 +61,4 @@ void avpriv_init_lls(LLSModel *m, int indep_count);
void ff_init_lls_x86(LLSModel *m);
void avpriv_solve_lls(LLSModel *m, double threshold, unsigned short min_order);
-#if FF_API_LLS_PRIVATE
-void av_init_lls(LLSModel *m, int indep_count);
-void av_update_lls(LLSModel *m, double *param, double decay);
-void av_solve_lls(LLSModel *m, double threshold, int min_order);
-double av_evaluate_lls(LLSModel *m, double *param, int order);
-#endif /* FF_API_LLS_PRIVATE */
-
#endif /* AVUTIL_LLS_H */