OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:max_partition_order
(Results
1 - 4
of
4
) sorted by null
/external/flac/libFLAC/include/private/
stream_encoder.h
52
unsigned residual_samples, unsigned predictor_order, unsigned min_partition_order, unsigned
max_partition_order
, unsigned bps);
57
unsigned residual_samples, unsigned predictor_order, unsigned min_partition_order, unsigned
max_partition_order
, unsigned bps);
62
unsigned residual_samples, unsigned predictor_order, unsigned min_partition_order, unsigned
max_partition_order
, unsigned bps);
format.h
43
FLAC__bool FLAC__format_entropy_coding_method_partitioned_rice_contents_ensure_size(FLAC__EntropyCodingMethod_PartitionedRiceContents *object, unsigned
max_partition_order
);
/external/flac/libFLAC/
format.c
573
FLAC__bool FLAC__format_entropy_coding_method_partitioned_rice_contents_ensure_size(FLAC__EntropyCodingMethod_PartitionedRiceContents *object, unsigned
max_partition_order
)
579
if(object->capacity_by_order <
max_partition_order
) {
580
if(0 == (object->parameters = safe_realloc_(object->parameters, sizeof(unsigned)*(1 <<
max_partition_order
))))
582
if(0 == (object->raw_bits = safe_realloc_(object->raw_bits, sizeof(unsigned)*(1 <<
max_partition_order
))))
584
memset(object->raw_bits, 0, sizeof(unsigned)*(1 <<
max_partition_order
));
585
object->capacity_by_order =
max_partition_order
;
stream_encoder.c
145
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
void (*local_precompute_partition_info_sums)(const FLAC__int32 residual[], FLAC__uint64 abs_residual_partition_sums[], unsigned residual_samples, unsigned predictor_order, unsigned min_partition_order, unsigned
max_partition_order
, unsigned bps);
3124
unsigned channel, min_partition_order = encoder->protected_->min_residual_partition_order,
max_partition_order
;
local
[
all
...]
Completed in 47 milliseconds