hi all: i am puzzled with the following equatation which is in ratecontrol.c rate_estimate_qscale() function: q *= pow( (double)total_bits / rcc->expected_bits_sum, w ); who can explain it to me, thanks. --michael.z