Searched refs:FLAC__stream_encoder_set_do_exhaustive_model_search (Results 1 - 2 of 2) sorted by relevance

/external/flac/include/FLAC/
H A Dstream_encoder.h824 * - FLAC__stream_encoder_set_do_exhaustive_model_search()
1024 FLAC_API FLAC__bool FLAC__stream_encoder_set_do_exhaustive_model_search(FLAC__StreamEncoder *encoder, FLAC__bool value);
1363 * See FLAC__stream_encoder_set_do_exhaustive_model_search().
/external/flac/libFLAC/
H A Dstream_encoder.c1496 ok &= FLAC__stream_encoder_set_do_exhaustive_model_search (encoder, compression_levels_[value].do_exhaustive_model_search);
1657 FLAC_API FLAC__bool FLAC__stream_encoder_set_do_exhaustive_model_search(FLAC__StreamEncoder *encoder, FLAC__bool value) function

Completed in 127 milliseconds