Home | History | Annotate | Download | only in celt

Lines Matching refs:rebalance

918       opus_int32 rebalance;
959 rebalance = ctx->remaining_bits;
965 rebalance = mbits - (rebalance-ctx->remaining_bits);
966 if (rebalance > 3<<BITRES && itheta!=0)
967 sbits += rebalance - (3<<BITRES);
975 rebalance = sbits - (rebalance-ctx->remaining_bits);
976 if (rebalance > 3<<BITRES && itheta!=16384)
977 mbits += rebalance - (3<<BITRES);
1298 opus_int32 rebalance;
1304 rebalance = ctx->remaining_bits;
1312 rebalance = mbits - (rebalance-ctx->remaining_bits);
1313 if (rebalance > 3<<BITRES && itheta!=0)
1314 sbits += rebalance - (3<<BITRES);
1327 rebalance = sbits - (rebalance-ctx->remaining_bits);
1328 if (rebalance > 3<<BITRES && itheta!=16384)
1329 mbits += rebalance - (3<<BITRES);