Searched refs:capacity_by_order (Results 1 – 2 of 2) sorted by relevance
559 object->capacity_by_order = 0; in FLAC__format_entropy_coding_method_partitioned_rice_contents_init()577 FLAC__ASSERT(object->capacity_by_order > 0 || (0 == object->parameters && 0 == object->raw_bits)); in FLAC__format_entropy_coding_method_partitioned_rice_contents_ensure_size()579 if(object->capacity_by_order < max_partition_order) { in FLAC__format_entropy_coding_method_partitioned_rice_contents_ensure_size()585 object->capacity_by_order = max_partition_order; in FLAC__format_entropy_coding_method_partitioned_rice_contents_ensure_size()
224 unsigned capacity_by_order; member