Lines Matching refs:intensity_rsv
250 … int skip_rsv, int *intensity, int intensity_rsv, int *dual_stereo, int dual_stereo_rsv, int *bits, in interp_bits2pulses() argument
376 psum -= bits[j]+intensity_rsv; in interp_bits2pulses()
377 if (intensity_rsv > 0) in interp_bits2pulses()
378 intensity_rsv = LOG2_FRAC_TABLE[j-start]; in interp_bits2pulses()
379 psum += intensity_rsv; in interp_bits2pulses()
393 if (intensity_rsv > 0) in interp_bits2pulses()
539 int intensity_rsv; in clt_compute_allocation() local
554 intensity_rsv = dual_stereo_rsv = 0; in clt_compute_allocation()
557 intensity_rsv = LOG2_FRAC_TABLE[end-start]; in clt_compute_allocation()
558 if (intensity_rsv>total) in clt_compute_allocation()
559 intensity_rsv = 0; in clt_compute_allocation()
562 total -= intensity_rsv; in clt_compute_allocation()
639 total, balance, skip_rsv, intensity, intensity_rsv, dual_stereo, dual_stereo_rsv, in clt_compute_allocation()