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

/external/flac/libFLAC/include/protected/
H A Dstream_encoder.h96 FLAC__bool do_exhaustive_model_search; member in struct:FLAC__StreamEncoderProtected
/external/flac/libFLAC/
H A Dstream_encoder.c127 FLAC__bool do_exhaustive_model_search; member in struct:CompressionLevels
1496 ok &= FLAC__stream_encoder_set_do_exhaustive_model_search (encoder, compression_levels_[value].do_exhaustive_model_search);
1664 encoder->protected_->do_exhaustive_model_search = value;
1944 return encoder->protected_->do_exhaustive_model_search;
2144 encoder->protected_->do_exhaustive_model_search = false;
3247 if(encoder->protected_->do_exhaustive_model_search) {
3314 if(encoder->protected_->do_exhaustive_model_search) {

Completed in 403 milliseconds