Lines Matching refs:total_gain
190 int total_gain)
247 mult = ff_exp10(total_gain * 0.05) / s->max_exponent[ch];
276 for (v = total_gain - 1; v >= 127; v -= 127)
280 coef_nb_bits = ff_wma_total_gain_to_bits(total_gain);
360 uint8_t *buf, int buf_size, int total_gain)
366 else if (encode_block(s, src_coefs, total_gain) < 0)
378 int i, total_gain, ret, error;
403 total_gain = 128;
406 total_gain - i);
408 total_gain -= i;
411 while(total_gain <= 128 && error > 0)
412 error = encode_frame(s, s->coefs, avpkt->data, avpkt->size, total_gain++);