Home
last modified time | relevance | path

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

/external/flac/libFLAC/include/private/
Dstream_encoder.h52 …, unsigned predictor_order, unsigned min_partition_order, unsigned max_partition_order, unsigned b…
57 …, unsigned predictor_order, unsigned min_partition_order, unsigned max_partition_order, unsigned b…
62 …, unsigned predictor_order, unsigned min_partition_order, unsigned max_partition_order, unsigned b…
Dformat.h43 …sure_size(FLAC__EntropyCodingMethod_PartitionedRiceContents *object, unsigned max_partition_order);
/external/flac/libFLAC/
Dformat.c573 …nsure_size(FLAC__EntropyCodingMethod_PartitionedRiceContents *object, unsigned max_partition_order) in FLAC__format_entropy_coding_method_partitioned_rice_contents_ensure_size() argument
579 if(object->capacity_by_order < max_partition_order) { in FLAC__format_entropy_coding_method_partitioned_rice_contents_ensure_size()
580 …ject->parameters = safe_realloc_(object->parameters, sizeof(unsigned)*(1 << max_partition_order)))) in FLAC__format_entropy_coding_method_partitioned_rice_contents_ensure_size()
582 … (object->raw_bits = safe_realloc_(object->raw_bits, sizeof(unsigned)*(1 << max_partition_order)))) in FLAC__format_entropy_coding_method_partitioned_rice_contents_ensure_size()
584 memset(object->raw_bits, 0, sizeof(unsigned)*(1 << 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()
Dstream_encoder.c145 unsigned max_partition_order,
184 unsigned max_partition_order,
206 unsigned max_partition_order,
232 unsigned max_partition_order,
245 unsigned max_partition_order,
255 unsigned max_partition_order
350 …, unsigned predictor_order, unsigned min_partition_order, unsigned max_partition_order, unsigned b…
3124 …nnel, min_partition_order = encoder->protected_->min_residual_partition_order, max_partition_order; in process_subframes_() local
3131 max_partition_order = 0; in process_subframes_()
3134max_partition_order = FLAC__format_get_max_rice_partition_order_from_blocksize(encoder->protected_… in process_subframes_()
[all …]