Home | History | Annotate | Download | only in celt

Lines Matching defs:max_allowed

1531          opus_int32 max_allowed;
1537 max_allowed = IMIN(IMAX(tell==1?2:0,
1540 if(max_allowed < nbAvailableBytes)
1542 nbCompressedBytes = nbFilledBytes+max_allowed;
1543 nbAvailableBytes = max_allowed;