Home
last modified time | relevance | path

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

/external/flac/libFLAC/
Dstream_encoder.c3694 unsigned best_partition_order = 0; in find_best_partition_order_() local
3736 best_partition_order = partition_order; in find_best_partition_order_()
3741 best_ecm->data.partitioned_rice.order = best_partition_order; in find_best_partition_order_()
3752 …mat_entropy_coding_method_partitioned_rice_contents_ensure_size(prc, max(6, best_partition_order)); in find_best_partition_order_()
3753 …ce_contents_extra[best_parameters_index].parameters, sizeof(unsigned)*(1<<(best_partition_order))); in find_best_partition_order_()
3755 …rice_contents_extra[best_parameters_index].raw_bits, sizeof(unsigned)*(1<<(best_partition_order))); in find_best_partition_order_()
3761 for(partition = 0; partition < (1u<<best_partition_order); partition++) { in find_best_partition_order_()