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 407 total += dual_stereo_rsv; in interp_bits2pulses() 408 dual_stereo_rsv = 0; in interp_bits2pulses() 410 if (dual_stereo_rsv > 0) in interp_bits2pulses() 540 int dual_stereo_rsv; in clt_compute_allocation() local 554 intensity_rsv = dual_stereo_rsv = 0; in clt_compute_allocation() 563 dual_stereo_rsv = total>=1<<BITRES ? 1<<BITRES : 0; in clt_compute_allocation() 564 total -= dual_stereo_rsv; in clt_compute_allocation() 639 total, balance, skip_rsv, intensity, intensity_rsv, dual_stereo, dual_stereo_rsv, in clt_compute_allocation()
|