Re: [MP3 ENCODER] MPEG 2 scalefactor table bug

2000-01-27 Thread Mark Taylor
Date: Wed, 26 Jan 2000 12:30:22 +0100 From: "Lionel Bonnet" [EMAIL PROTECTED] I think there is a bug in scale_bitcount_lsf : for ( over = 0, partition = 0; partition 4; partition++ ) { if ( max_sfac[partition] max_sfac_tab[table_number][partition] )

[MP3 ENCODER] MPEG 2 scalefactor table bug

2000-01-26 Thread Lionel Bonnet
I think there is a bug in scale_bitcount_lsf : for ( over = 0, partition = 0; partition 4; partition++ ) { if ( max_sfac[partition] max_sfac_tab[table_number][partition] ) over++; } max_sfac_tab gives the length in bits of the maximum scale factor