Lines Matching refs:psum
253 opus_int32 psum; in interp_bits2pulses() local
274 psum = 0; in interp_bits2pulses()
283 psum += IMIN(tmp, cap[j]); in interp_bits2pulses()
286 psum += alloc_floor; in interp_bits2pulses()
289 if (psum > total) in interp_bits2pulses()
294 psum = 0; in interp_bits2pulses()
311 psum += tmp; in interp_bits2pulses()
335 left = total-psum; in interp_bits2pulses()
372 psum += 1<<BITRES; in interp_bits2pulses()
376 psum -= bits[j]+intensity_rsv; in interp_bits2pulses()
379 psum += intensity_rsv; in interp_bits2pulses()
383 psum += alloc_floor; in interp_bits2pulses()
421 left = total-psum; in interp_bits2pulses()
589 int psum = 0; in clt_compute_allocation() local
603 psum += IMIN(bitsj, cap[j]); in clt_compute_allocation()
606 psum += C<<BITRES; in clt_compute_allocation()
609 if (psum > total) in clt_compute_allocation()