Searched refs:FLAC__stream_encoder_get_bits_per_sample (Results 1 – 4 of 4) sorted by relevance
383 …if(FLAC__stream_encoder_get_bits_per_sample(encoder) != streaminfo_.data.stream_info.bits_per_samp… in test_stream_encoder()384 …ot %u\n", streaminfo_.data.stream_info.bits_per_sample, FLAC__stream_encoder_get_bits_per_sample(e… in test_stream_encoder()
1326 FLAC_API uint32_t FLAC__stream_encoder_get_bits_per_sample(const FLAC__StreamEncoder *encoder);
271 return ::FLAC__stream_encoder_get_bits_per_sample(encoder_); in get_bits_per_sample()
2128 FLAC_API uint32_t FLAC__stream_encoder_get_bits_per_sample(const FLAC__StreamEncoder *encoder) in FLAC__stream_encoder_get_bits_per_sample() function3471 …const uint32_t rice_parameter_limit = FLAC__stream_encoder_get_bits_per_sample(encoder) > 16? FLAC… in process_subframe_()