Searched refs:flac_max (Results 1 – 5 of 5) sorted by relevance
/external/flac/libFLAC/include/private/ |
D | macros.h | 37 #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/ |
D | ogg_decoder_aspect.c | 211 const size_t ogg_bytes_to_read = flac_max(bytes_requested - *bytes, OGG_BYTES_CHUNK); in FLAC__ogg_decoder_aspect_read_callback_wrapper()
|
D | stream_encoder.c | 681 …encoder->protected_->qlp_coeff_precision = flac_max(FLAC__MIN_QLP_COEFF_PRECISION, 2 + encoder->pr… in init_stream_internal_() 2603 …encoder->private_->streaminfo.data.stream_info.max_framesize = flac_max(bytes, encoder->private_->… in write_bitbuffer_() 2694 …encoder->private_->frames_written = flac_max(encoder->private_->frames_written, encoder->private_-… in write_frame_() 2705 FLAC__byte b[flac_max(6u, FLAC__STREAM_METADATA_SEEKPOINT_LENGTH)]; in update_metadata_() 2870 FLAC__byte b[flac_max(6u, FLAC__STREAM_METADATA_SEEKPOINT_LENGTH)]; in update_ogg_metadata_() 3537 max_qlp_coeff_precision = flac_max(max_qlp_coeff_precision, min_qlp_coeff_precision); in process_subframe_() 3939 …FLAC__format_entropy_coding_method_partitioned_rice_contents_ensure_size(prc, flac_max(6u, best_pa… in find_best_partition_order_() 4067 raw_bits_per_partition[to_partition] = flac_max(m, raw_bits_per_partition[from_partition]); in precompute_partition_info_escapes_() 4145 …method_partitioned_rice_contents_ensure_size(partitioned_rice_contents, flac_max(6u, partition_ord…
|
D | stream_decoder.c | 2761 …method_partitioned_rice_contents_ensure_size(partitioned_rice_contents, flac_max(6u, partition_ord… in read_residual_partitioned_rice_()
|
D | metadata_iterators.c | 2729 …FLAC__ASSERT(flac_max(FLAC__STREAM_METADATA_VORBIS_COMMENT_ENTRY_LENGTH_LEN, FLAC__STREAM_METADATA… in write_metadata_block_data_vorbis_comment_cb_()
|