Home
last modified time | relevance | path

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

/external/libopus/celt/
Dcelt_encoder.c1843 opus_int32 min_allowed; in celt_encode_with_ec() local
1867 min_allowed = ((tell+total_boost+(1<<(BITRES+3))-1)>>(BITRES+3)) + 2 - nbFilledBytes; in celt_encode_with_ec()
1870 nbAvailableBytes = IMAX(min_allowed,nbAvailableBytes); in celt_encode_with_ec()