Home | History | Annotate | Download | only in celt

Lines Matching refs:psum

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