changeset 7654:999b818c33cc libavcodec

Mention cut-off freq of ff_acelp_high_pass_filter() instead of some meaningless input dependent value.
author michael
date Thu, 21 Aug 2008 23:39:52 +0000
parents 155ec22a635a
children f91a738da9c3
files acelp_filters.h
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/acelp_filters.h	Thu Aug 21 23:25:41 2008 +0000
+++ b/acelp_filters.h	Thu Aug 21 23:39:52 2008 +0000
@@ -116,7 +116,7 @@
  * out[i] = 0.93980581 * in[i] - 1.8795834 * in[i-1] + 0.93980581 * in[i-2] +
  *          1.9330735 * out[i-1] - 0.93589199 * out[i-2]
  *
- * The filter has a cut-off frequency of 100Hz
+ * The filter has a cut-off frequency of 1/80 of the sampling freq
  *
  * @note Two items before the top of the out buffer must contain two items from the
  *       tail of the previous subframe.