Greg Maxwell wrote:
> Well with the fac .33 caused by the ms_ener_ratio=0.0;  
> this line save_bits[gr][1]=((1+fac)/(1-fac))*save_bits[gr][0]
> allocates twice the bits to mid as it does side.

if you mean
         number of bits for side = 2* number of bits for mid
you are right.
I think the line was intented to be
        save_bits[gr][1]=((1-fac)/(1+fac))*save_bits[gr][0];

Robert

--
MP3 ENCODER mailing list ( http://geek.rcc.se/mp3encoder/ )

Reply via email to