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
371 psum -= bits[j]+intensity_rsv; in interp_bits2pulses()
372 if (intensity_rsv > 0) in interp_bits2pulses()
373 intensity_rsv = LOG2_FRAC_TABLE[j-start]; in interp_bits2pulses()
374 psum += intensity_rsv; in interp_bits2pulses()
388 if (intensity_rsv > 0) in interp_bits2pulses()
533 int intensity_rsv; in compute_allocation() local
548 intensity_rsv = dual_stereo_rsv = 0; in compute_allocation()
551 intensity_rsv = LOG2_FRAC_TABLE[end-start]; in compute_allocation()
552 if (intensity_rsv>total) in compute_allocation()
553 intensity_rsv = 0; in compute_allocation()
556 total -= intensity_rsv; in compute_allocation()
633 total, balance, skip_rsv, intensity, intensity_rsv, dual_stereo, dual_stereo_rsv, in compute_allocation()