[FFmpeg-devel] [PATCH] RealAudio SIPR @16k decoder (3/4) acelp_vectors
Diego Biurrun
diego
Sat Jul 12 15:46:09 CEST 2008
On Sat, Jul 12, 2008 at 04:03:48PM +0700, Vladimir Voroshilov wrote:
> 2008/7/12 Diego Biurrun <diego at biurrun.de>:
> > On Sat, Jul 12, 2008 at 02:16:48PM +0700, Vladimir Voroshilov wrote:
> >>
> >> Here is first draft version of fixed-point RealAudio sipr decoder
> >> (only 16kHz mode)
> >>
> >> This patch contains required changes in acelp_vectors
> >
> > Sure? :)
>
> Hm. I was sure :)
>
> --- a/libavcodec/acelp_vectors.h
> +++ b/libavcodec/acelp_vectors.h
> @@ -126,6 +126,34 @@ void ff_acelp_fc_pulse_per_track(
>
> + * First and second pulse signs are the same if first index is less or equal
> + * to second and opposite - otherwise
I would suggest
The first and second pulse signs are the same if the first index is
less than or equal to the second and opposite index
assuming that I understood what you wanted to say.
> + * to second and opposite - otherwise
Otherwise what?
> + * Used in SIPR @16k, AMR @12.2k
.
Diego
More information about the ffmpeg-devel
mailing list