[FFmpeg-soc] [soc]: r3381 - aacenc/aacpsy.c

Diego Biurrun diego at biurrun.de
Sun Aug 17 11:36:20 CEST 2008


On Sun, Aug 17, 2008 at 10:24:28AM +0200, kostya wrote:
> 
> Log:
> Break long lines of code

Ummm,...

> --- aacenc/aacpsy.c	(original)
> +++ aacenc/aacpsy.c	Sun Aug 17 10:24:28 2008
> @@ -687,7 +696,6 @@ static void psy_3gpp_process(AACPsyConte
>              IndividualChannelStream *ics = &cpe->ch[ch].ics;
> -            prev_scale = -1;
>              for(w = 0; w < ics->num_windows*16; w += 16){
> @@ -695,9 +703,6 @@ static void psy_3gpp_process(AACPsyConte
>                      cpe->ch[ch].sf_idx[w+g] = (int)(2.66667 * (log2(6.75*band->thr) - log2(band->ffac)));
> -                    if(prev_scale != -1)
> -                        cpe->ch[ch].sf_idx[w+g] = av_clip(cpe->ch[ch].sf_idx[w+g], prev_scale - SCALE_MAX_DIFF, prev_scale + SCALE_MAX_DIFF);
> -                    prev_scale = cpe->ch[ch].sf_idx[w+g];

?

Diego



More information about the FFmpeg-soc mailing list