Searched refs:skip_rsv (Results 1 – 1 of 1) sorted by relevance
/external/libopus/celt/ |
D | rate.c | 250 … int skip_rsv, int *intensity, int intensity_rsv, int *dual_stereo, int dual_stereo_rsv, int *bits, in interp_bits2pulses() argument 330 total += skip_rsv; in interp_bits2pulses() 538 int skip_rsv; in clt_compute_allocation() local 551 skip_rsv = total >= 1<<BITRES ? 1<<BITRES : 0; in clt_compute_allocation() 552 total -= skip_rsv; in clt_compute_allocation() 639 total, balance, skip_rsv, intensity, intensity_rsv, dual_stereo, dual_stereo_rsv, in clt_compute_allocation()
|