Home
last modified time | relevance | path

Searched refs:max_residual_partition_order (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/flac/oss-fuzz/
H A Dencoder_v2.cc63 …lpc_order, qlp_coeff_precision, min_residual_partition_order, max_residual_partition_order, metada… in LLVMFuzzerTestOneInput() local
104 max_residual_partition_order = data[15] & 0b11110000; in LLVMFuzzerTestOneInput()
148 …4609) || data_bools[4] || !data_bools[7] || !data_bools[5] || max_residual_partition_order < 9 || … in LLVMFuzzerTestOneInput()
149 …id &= FLAC__stream_encoder_set_max_residual_partition_order(encoder, max_residual_partition_order); in LLVMFuzzerTestOneInput()
/aosp_15_r20/external/flac/src/libFLAC/
H A Dstream_encoder.c120 uint32_t max_residual_partition_order; member
753 if(encoder->protected_->max_residual_partition_order > FLAC__SUBSET_MAX_RICE_PARTITION_ORDER) in init_stream_internal_()
766 …if(encoder->protected_->max_residual_partition_order >= (1u << FLAC__ENTROPY_CODING_METHOD_PARTITI… in init_stream_internal_()
767 …encoder->protected_->max_residual_partition_order = (1u << FLAC__ENTROPY_CODING_METHOD_PARTITIONED… in init_stream_internal_()
768 …der->protected_->min_residual_partition_order >= encoder->protected_->max_residual_partition_order) in init_stream_internal_()
769 …oder->protected_->min_residual_partition_order = encoder->protected_->max_residual_partition_order; in init_stream_internal_()
1672 …set_max_residual_partition_order(encoder, compression_levels_[value].max_residual_partition_order); in FLAC__stream_encoder_set_compression_level()
1918 encoder->protected_->max_residual_partition_order = value; in FLAC__stream_encoder_set_max_residual_partition_order()
2221 return encoder->protected_->max_residual_partition_order; in FLAC__stream_encoder_get_max_residual_partition_order()
2379 encoder->protected_->max_residual_partition_order = 0; in set_defaults_()
[all …]
/aosp_15_r20/external/flac/src/libFLAC/include/protected/
H A Dstream_encoder.h112 uint32_t max_residual_partition_order; member