in quantize.c, iteration_loop()
int VBRbits[2][2];
....
for ( gr = 0; gr < mode_gr; gr++ ) {
if (convert_psy) {
....
outer_loop_dual( xr, xr_org, mean_bits, VBRbits, bit_rate, over,
&l3_xmin,l3_enc, fr_ps,
scalefac,gr,stereo, l3_side, ratio, pe, ms_ener_ratio);
} else {
int targ_bits[2];
....
for (ch=0 ; ch < stereo ; ch ++) targ_bits[ch]=VBRbits[gr][ch];
....
}
}
in loopold.c, outer_loop_dual()
if (VBR) {
for (ch=0 ; ch < stereo ; ch ++ )
targ_bits[ch]=VBRbits[gr][ch];
}else {
....
Where VBRbits is initialized ?
Iwasa Kazmi
[EMAIL PROTECTED]
--
MP3 ENCODER mailing list ( http://geek.rcc.se/mp3encoder/ )