[FFmpeg-soc] [soc]: r375 - qcelp/qcelpdec.c
Michael Niedermayer
michaelni at gmx.at
Wed Jul 11 22:54:11 CEST 2007
Hi
On Wed, Jul 11, 2007 at 10:26:02PM +0200, reynaldo wrote:
> Author: reynaldo
> Date: Wed Jul 11 22:26:02 2007
> New Revision: 375
>
> Log:
> - Fixes outbound reading spoted by benjamin
> - Sketches qcelp_compute_cdn()
>
>
> Modified:
> qcelp/qcelpdec.c
>
> Modified: qcelp/qcelpdec.c
> ==============================================================================
> --- qcelp/qcelpdec.c (original)
> +++ qcelp/qcelpdec.c Wed Jul 11 22:26:02 2007
> @@ -149,10 +149,10 @@ void qcelp_ctc2GI(const QCELPFrame *fram
> g0[i]=QCELP_CBGAIN2G0(cbgain[i]);
>
> /* FIXME this needs to be further examinated */
> - if(frame->rate == RATE_HALF || !((i+1)%4))
> - predictor=0;
> - else
> + if(frame->rate == RATE_FULL && i > 0 && !((i+1)%4))
% is slow, use & if possible
[...]
--
Michael GnuPG fingerprint: 9FF2128B147EF6730BADF133611EC787040B0FAB
In a rich man's house there is no place to spit but his face.
-- Diogenes of Sinope
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 189 bytes
Desc: not available
URL: <http://lists.mplayerhq.hu/pipermail/ffmpeg-soc/attachments/20070711/3c0c9b60/attachment.pgp>
More information about the FFmpeg-soc
mailing list