Browse Source

Mention the fixed-point scale of the FIR filter coefficients.

Originally committed as revision 14888 to svn://svn.ffmpeg.org/ffmpeg/trunk
tags/v0.5
Michael Niedermayer 17 years ago
parent
commit
7dd3e95a04
1 changed files with 2 additions and 1 deletions
  1. +2
    -1
      libavcodec/acelp_filters.h

+ 2
- 1
libavcodec/acelp_filters.h View File

@@ -28,7 +28,8 @@
/** /**
* low-pass Finite Impulse Response filter coefficients. * low-pass Finite Impulse Response filter coefficients.
* *
* Hamming windowed sinc filter with cutoff freq 3/40 of the sampling freq.
* Hamming windowed sinc filter with cutoff freq 3/40 of the sampling freq,
* the coefficients are scaled by 2^15.
* This array only contains the right half of the filter. * This array only contains the right half of the filter.
* This filter is likely identical to the one used in G.729, though this * This filter is likely identical to the one used in G.729, though this
* could not be determined from the original comments with certainity. * could not be determined from the original comments with certainity.


Loading…
Cancel
Save