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;
367 psum += 1<<BITRES;
371 psum -= bits[j]+intensity_rsv;
374 psum += intensity_rsv;
378 psum += alloc_floor;
416 left = total-psum;
583 int psum = 0;
597 psum += IMIN(bitsj, cap[j]);
600 psum += C<<BITRES;
603 if (psum > total)