Home
last modified time | relevance | path

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

/external/libopus/celt/
Dcelt_encoder.c2060 opus_int32 min_allowed; in celt_encode_with_ec() local
2103 min_allowed = ((tell+total_boost+(1<<(BITRES+3))-1)>>(BITRES+3)) + 2; in celt_encode_with_ec()
2108min_allowed = IMAX(min_allowed, (tell0_frac+(37<<BITRES)+total_boost+(1<<(BITRES+3))-1)>>(BITRES+3… in celt_encode_with_ec()
2111 nbAvailableBytes = IMAX(min_allowed,nbAvailableBytes); in celt_encode_with_ec()