Home
last modified time | relevance | path

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

/external/flac/src/libFLAC/
Dformat.c568 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()
/external/flac/include/FLAC/
Dformat.h221 uint32_t capacity_by_order; member