Searched refs:FLAC__MIN_BITS_PER_SAMPLE (Results 1 – 6 of 6) sorted by relevance
109 #define FLAC__MIN_BITS_PER_SAMPLE (4u) macro
467 …aminfo_uint32.value)) || op->argument.streaminfo_uint32.value < FLAC__MIN_BITS_PER_SAMPLE || op->a… in parse_option()468 …f(stderr, "ERROR (--%s): value must be >= %u and <= %u\n", opt, FLAC__MIN_BITS_PER_SAMPLE, FLAC__M… in parse_option()
447 …FLAC__ASSERT(bits_per_sample >= FLAC__MIN_BITS_PER_SAMPLE && bits_per_sample <= FLAC__MAX_BITS_PER… in do_shorthand_operation__add_replay_gain()
138 FLAC__ASSERT(FLAC__MIN_BITS_PER_SAMPLE == 4); in grabbag__replaygain_analyze()
343 FLAC__ASSERT(value >= FLAC__MIN_BITS_PER_SAMPLE); in set_bits_per_sample()
655 …if(encoder->protected_->bits_per_sample < FLAC__MIN_BITS_PER_SAMPLE || encoder->protected_->bits_p… in init_stream_internal_()