Home
last modified time | relevance | path

Searched refs:max_allowed (Results 1 – 1 of 1) sorted by relevance

/external/libopus/celt/
Dcelt_encoder.c1420 opus_int32 max_allowed; in celt_encode_with_ec() local
1426 max_allowed = IMIN(IMAX(tell==1?2:0, in celt_encode_with_ec()
1429 if(max_allowed < nbAvailableBytes) in celt_encode_with_ec()
1431 nbCompressedBytes = nbFilledBytes+max_allowed; in celt_encode_with_ec()
1432 nbAvailableBytes = max_allowed; in celt_encode_with_ec()