Searched refs:best_partition_bits (Results 1 – 1 of 1) sorted by relevance
4417 uint32_t best_partition_bits, best_rice_parameter = 0; in set_partitioned_rice_() local4475 best_partition_bits = UINT32_MAX; in set_partitioned_rice_()4500 if(partition_bits < best_partition_bits) { in set_partitioned_rice_()4502 best_partition_bits = partition_bits; in set_partitioned_rice_()4509 if(partition_bits <= best_partition_bits && raw_bits_per_partition[partition] < 32) { in set_partitioned_rice_()4512 best_partition_bits = partition_bits; in set_partitioned_rice_()4518 if(best_partition_bits < UINT32_MAX - bits_) // To make sure _bits doesn't overflow in set_partitioned_rice_()4519 bits_ += best_partition_bits; in set_partitioned_rice_()