Searched refs:FLAC__stream_encoder_get_do_exhaustive_model_search (Results 1 – 5 of 5) sorted by relevance
1416 FLAC_API FLAC__bool FLAC__stream_encoder_get_do_exhaustive_model_search(const FLAC__StreamEncoder *…
313 return static_cast<bool>(::FLAC__stream_encoder_get_do_exhaustive_model_search(encoder_)); in get_do_exhaustive_model_search()
430 if(FLAC__stream_encoder_get_do_exhaustive_model_search(encoder) != false) { in test_stream_encoder()
2142 …(FLAC__stream_encoder_get_do_exhaustive_model_search(e->encoder) && FLAC__stream_encoder_get_do_ql… in EncoderSession_init_encoder()2143 …(FLAC__stream_encoder_get_do_exhaustive_model_search(e->encoder) || FLAC__stream_encoder_get_do_ql… in EncoderSession_init_encoder()
2201 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