Home
last modified time | relevance | path

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

/external/flac/libFLAC/include/private/
Dmacros.h37 #define flac_max(a,b) \ macro
54 #define flac_max(a,b) MAX(a,b) macro
60 #define flac_max(a,b) __max(a,b) macro
/external/flac/libFLAC/
Dstream_encoder.c684 …encoder->protected_->qlp_coeff_precision = flac_max(FLAC__MIN_QLP_COEFF_PRECISION, 2 + encoder->pr… in init_stream_internal_()
873 …_by_order = (encoder->protected_->bits_per_sample + FLAC__bitmath_ilog2(flac_max(encoder->protecte… in init_stream_internal_()
2617 …encoder->private_->streaminfo.data.stream_info.max_framesize = flac_max(bytes, encoder->private_->… in write_bitbuffer_()
2708 …encoder->private_->frames_written = flac_max(encoder->private_->frames_written, encoder->private_-… in write_frame_()
2719 FLAC__byte b[flac_max(6u, FLAC__STREAM_METADATA_SEEKPOINT_LENGTH)]; in update_metadata_()
2884 FLAC__byte b[flac_max(6u, FLAC__STREAM_METADATA_SEEKPOINT_LENGTH)]; in update_ogg_metadata_()
3542 max_qlp_coeff_precision = flac_max(max_qlp_coeff_precision, min_qlp_coeff_precision); in process_subframe_()
3944 …FLAC__format_entropy_coding_method_partitioned_rice_contents_ensure_size(prc, flac_max(6u, best_pa… in find_best_partition_order_()
4076 raw_bits_per_partition[to_partition] = flac_max(m, raw_bits_per_partition[from_partition]); in precompute_partition_info_escapes_()
4154 …method_partitioned_rice_contents_ensure_size(partitioned_rice_contents, flac_max(6u, partition_ord…
Dstream_decoder.c2770 …method_partitioned_rice_contents_ensure_size(partitioned_rice_contents, flac_max(6u, partition_ord… in read_residual_partitioned_rice_()