comparison aaccoder.c @ 12264:aff96d44f992 libavcodec

10l: Remove some commented out code that slipped in.
author alexc
date Sat, 24 Jul 2010 17:01:50 +0000
parents c7c07caedd2f
children b120f1854e35
comparison
equal deleted inserted replaced
12263:c7c07caedd2f 12264:aff96d44f992
815 sce->sf_idx[w*16+g] = av_clip(sce->sf_idx[w*16+g], minscaler, minscaler + SCALE_MAX_DIFF); 815 sce->sf_idx[w*16+g] = av_clip(sce->sf_idx[w*16+g], minscaler, minscaler + SCALE_MAX_DIFF);
816 sce->sf_idx[w*16+g] = FFMIN(sce->sf_idx[w*16+g], 219); 816 sce->sf_idx[w*16+g] = FFMIN(sce->sf_idx[w*16+g], 219);
817 if (sce->sf_idx[w*16+g] != prevsc) 817 if (sce->sf_idx[w*16+g] != prevsc)
818 fflag = 1; 818 fflag = 1;
819 sce->band_type[w*16+g] = find_min_book(find_max_val(sce->ics.group_len[w], sce->ics.swb_sizes[g], scaled), sce->sf_idx[w*16+g]); 819 sce->band_type[w*16+g] = find_min_book(find_max_val(sce->ics.group_len[w], sce->ics.swb_sizes[g], scaled), sce->sf_idx[w*16+g]);
820 //av_log(NULL, AV_LOG_ERROR, "w %d swb %2d sf %3d bt %2d dist %f uplim %f ratio %f\n", w, g, sce->sf_idx[w*16+g], sce->band_type[w*16+g], dists[w*16+g], uplims[w*16+g], dists[w*16+g]/uplims[w*16+g]);
821 start += sce->ics.swb_sizes[g]; 820 start += sce->ics.swb_sizes[g];
822 } 821 }
823 } 822 }
824 its++; 823 its++;
825 } while (fflag && its < 10); 824 } while (fflag && its < 10);