Searched refs:dual_stereo_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 402 total += dual_stereo_rsv; in interp_bits2pulses() 403 dual_stereo_rsv = 0; in interp_bits2pulses() 405 if (dual_stereo_rsv > 0) in interp_bits2pulses() 534 int dual_stereo_rsv; in compute_allocation() local 548 intensity_rsv = dual_stereo_rsv = 0; in compute_allocation() 557 dual_stereo_rsv = total>=1<<BITRES ? 1<<BITRES : 0; in compute_allocation() 558 total -= dual_stereo_rsv; in compute_allocation() 633 total, balance, skip_rsv, intensity, intensity_rsv, dual_stereo, dual_stereo_rsv, in compute_allocation()
|