Home | History | Annotate | Download | only in celt

Lines Matching defs:max_allowed

1420          opus_int32 max_allowed;
1426 max_allowed = IMIN(IMAX(tell==1?2:0,
1429 if(max_allowed < nbAvailableBytes)
1431 nbCompressedBytes = nbFilledBytes+max_allowed;
1432 nbAvailableBytes = max_allowed;