Home
last modified time | relevance | path

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

/external/guava/guava-gwt/src-super/com/google/common/collect/super/com/google/common/collect/
DTreeMultiset.java588 return (left.height == initHeight) ? this : rebalance();
602 return (right.height == initHeight) ? this : rebalance();
633 return (result[0] == 0) ? this : rebalance();
651 return rebalance();
683 return rebalance();
700 return rebalance();
740 return rebalance();
761 return rebalance();
791 return newTop.rebalance();
798 return newTop.rebalance();
[all …]
/external/guava/guava/src/com/google/common/collect/
DTreeMultiset.java592 return (left.height == initHeight) ? this : rebalance();
606 return (right.height == initHeight) ? this : rebalance();
637 return (result[0] == 0) ? this : rebalance();
655 return rebalance();
687 return rebalance();
704 return rebalance();
744 return rebalance();
765 return rebalance();
795 return newTop.rebalance();
802 return newTop.rebalance();
[all …]
/external/libopus/celt/
Dbands.c918 opus_int32 rebalance; in quant_partition() local
959 rebalance = ctx->remaining_bits; in quant_partition()
965 rebalance = mbits - (rebalance-ctx->remaining_bits); in quant_partition()
966 if (rebalance > 3<<BITRES && itheta!=0) in quant_partition()
967 sbits += rebalance - (3<<BITRES); in quant_partition()
975 rebalance = sbits - (rebalance-ctx->remaining_bits); in quant_partition()
976 if (rebalance > 3<<BITRES && itheta!=16384) in quant_partition()
977 mbits += rebalance - (3<<BITRES); in quant_partition()
1298 opus_int32 rebalance; in quant_band_stereo() local
1304 rebalance = ctx->remaining_bits; in quant_band_stereo()
[all …]
/external/libcxx/include/
D__tree369 // There is no need to rebalance if we removed a red, or if we removed