Home
last modified time | relevance | path

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

/external/libopus/src/
Dopus_encoder.c1494 opus_int32 total_bitRate, celt_rate; in opus_encode_native() local
1503 total_bitRate = 8 * bytes_target * frame_rate; in opus_encode_native()
1510 st->silk_mode.bitRate += ( total_bitRate - st->silk_mode.bitRate ) * 2 / 3; in opus_encode_native()
1513 st->silk_mode.bitRate += ( total_bitRate - st->silk_mode.bitRate ) * 3 / 5; in opus_encode_native()
1516 if( st->silk_mode.bitRate > total_bitRate * 4/5 ) { in opus_encode_native()
1517 st->silk_mode.bitRate = total_bitRate * 4/5; in opus_encode_native()
1522 celt_rate = total_bitRate - st->silk_mode.bitRate; in opus_encode_native()
1529 st->silk_mode.bitRate = total_bitRate; in opus_encode_native()