Searched refs:capacity_by_order (Results 1 – 2 of 2) sorted by relevance
568 object->capacity_by_order = 0; in FLAC__format_entropy_coding_method_partitioned_rice_contents_init()591 …if(object->capacity_by_order < max_partition_order || object->parameters == NULL || object->raw_bi… in FLAC__format_entropy_coding_method_partitioned_rice_contents_ensure_size()597 object->capacity_by_order = max_partition_order; in FLAC__format_entropy_coding_method_partitioned_rice_contents_ensure_size()
221 uint32_t capacity_by_order; member