search for: total_r

Displaying 5 results from an estimated 5 matches for "total_r".

Did you mean: total_
2016 Sep 07
2
[PATCH] Fix ambisonics bitrate when bitrate_bps is OPUS_AUTO
...(-) diff --git a/src/opus_multistream_encoder.c b/src/opus_multistream_encoder.c index 30cafe1..c07132f 100644 --- a/src/opus_multistream_encoder.c +++ b/src/opus_multistream_encoder.c @@ -747,7 +747,8 @@ static void ambisonics_rate_allocation( if (st->bitrate_bps==OPUS_AUTO) { - total_rate = num_channels * (20000 + st->layout.nb_streams*(Fs+60*Fs/frame_size)); + total_rate = (st->layout.nb_coupled_streams + st->layout.nb_streams) * + (Fs+60*Fs/frame_size) + st->layout.nb_streams * 15000; } else if (st->bitrate_bps==OPUS_BITRATE_MAX) { tot...
2005 Mar 17
0
cbq + gred doesn''t drop packets
...it cell 8 avpkt 1500 mpu 64 $tc filter add dev $DEV parent 4:0 protocol ip prio 1 tcindex mask 0xf0 shift 4 # BE echo ''installing BE'' $tc filter add dev $DEV parent 1:0 protocol ip prio 1 handle 0 tcindex classid 1:250 $tc class add dev $DEV parent 4:0 classid 4:5 cbq bandwidth $Total_Rate rate $BE_RATE avpkt 1500 prio 1 bounded allot 1514 weight 1 maxburst 21 $tc filter add dev $DEV parent 4:0 protocol ip prio 1 handle 5 tcindex classid 4:5 $tc qdisc add dev $DEV parent 4:5 red limit $BE_LIMIT min $BE_MIN max $BE_MAX burst $BE_BURST avpkt 1500 bandwidth $Total_Rate probability $B...
2018 Aug 30
0
[PATCH] Apply equal bit allocation to ambisonic channels
...tions(+), 51 deletions(-) diff --git a/src/opus_multistream_encoder.c b/src/opus_multistream_encoder.c index 6cc1f432..9cb9bf34 100644 --- a/src/opus_multistream_encoder.c +++ b/src/opus_multistream_encoder.c @@ -742,20 +742,9 @@ static void ambisonics_rate_allocation( { int i; opus_int32 total_rate; - opus_int32 directional_rate; - opus_int32 nondirectional_rate; - opus_int32 leftover_bits; - - /* Each nondirectional channel gets (rate_ratio_num / rate_ratio_den) times - * as many bits as all other ambisonics channels. - */ - const int rate_ratio_num = 4; - const int rate...
2019 Dec 04
6
[PATCH nbdkit v3 0/5] filters: stats: More useful, more friendly
This is the third attempt to make the stats filter better. This time I kept the changes minimal to make it eaier to make progress. I tried the idea of showing global stats in separate "total" section, but it became messy and hard to implemnt, so I tried the simpler solution of showing both operation rate and total rate in the operation line. Nir Soffer (5): filters: stats: Add
2006 Feb 23
4
HTB: far unequal behaivor at a slight conf rate change
Hi all! I''m working in a " _really_ end user simple", yet powerfull, flexible, scalable, GPL htb/htb-init front end, but now, in the "test fase" im facing an utlimate problem... Absoult minimalistic scenario: #Use a FIXEDFONT to read this #inet-ethx-|FIREWALL|-lan-ethx <-> |client_host_1| # #FIREWALL class(rate,ceil) at lan-ethx