Searched refs:FLAC__stream_encoder_get_do_exhaustive_model_search (Results 1 – 5 of 5) sorted by relevance
1387 FLAC_API FLAC__bool FLAC__stream_encoder_get_do_exhaustive_model_search(const FLAC__StreamEncoder *…
425 if(FLAC__stream_encoder_get_do_exhaustive_model_search(encoder) != false) { in test_stream_encoder()
316 return static_cast<bool>(::FLAC__stream_encoder_get_do_exhaustive_model_search(encoder_)); in get_do_exhaustive_model_search()
2186 …(FLAC__stream_encoder_get_do_exhaustive_model_search(e->encoder) && FLAC__stream_encoder_get_do_ql… in EncoderSession_init_encoder()2187 …(FLAC__stream_encoder_get_do_exhaustive_model_search(e->encoder) || FLAC__stream_encoder_get_do_ql… in EncoderSession_init_encoder()
2135 FLAC_API FLAC__bool FLAC__stream_encoder_get_do_exhaustive_model_search(const FLAC__StreamEncoder *… in FLAC__stream_encoder_get_do_exhaustive_model_search() function