Home
last modified time | relevance | path

Searched refs:bancmc (Results 1 – 2 of 2) sorted by last modified time

/dports/audio/mctoolame-encoder/mctoolame-01a/
H A Dencode.c1910 bancmc += 43; in II_bits_for_nonoise()
1928 bancmc += 12 * tca_bits; in II_bits_for_nonoise()
1930 bancmc += tca_bits; in II_bits_for_nonoise()
1953 bancmc += 3; in II_bits_for_nonoise()
1958 bancmc = 0; in II_bits_for_nonoise()
2396 bancmc = 0; in II_a_bit_allocation()
2446 bancmc += 43; in II_a_bit_allocation()
2463 bancmc += 12 * tca_bits; in II_a_bit_allocation()
2465 bancmc += tca_bits; in II_a_bit_allocation()
2479 bancmc += 12 * dynx_bits + 1; in II_a_bit_allocation()
[all …]
H A Dpredisto.c96 int bbal, bancmc, pred, bancext, bbal_mpg1; in bit_all() local
111 bancmc = 0; in bit_all()
149 bancmc += 43; in bit_all()
154 bancmc += 36; in bit_all()
156 bancmc += 3; in bit_all()
159 bancmc += 49; /* now with dyn_cross_LR, 505/04/94, SR */ in bit_all()
163 bancmc += 1; in bit_all()
165 bancmc += n_pred_coef[fr_ps->header->dyn_cross[i]] * 2; in bit_all()
270 *adb -= bbal + berr + banc + bancmc + pred + bits; in bit_all()
272 *adb = *adb - bbal - berr - banc - bancmc - pred - bits - in bit_all()
[all …]