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() 532 int skip_rsv; in compute_allocation() local 545 skip_rsv = total >= 1<<BITRES ? 1<<BITRES : 0; in compute_allocation() 546 total -= skip_rsv; in compute_allocation() 633 total, balance, skip_rsv, intensity, intensity_rsv, dual_stereo, dual_stereo_rsv, in compute_allocation()
|