Home
last modified time | relevance | path

Searched refs:FLAC__stream_encoder_get_do_exhaustive_model_search (Results 1 – 5 of 5) sorted by relevance

/external/flac/include/FLAC/
Dstream_encoder.h1416 FLAC_API FLAC__bool FLAC__stream_encoder_get_do_exhaustive_model_search(const FLAC__StreamEncoder *…
/external/flac/src/libFLAC++/
Dstream_encoder.cpp313 return static_cast<bool>(::FLAC__stream_encoder_get_do_exhaustive_model_search(encoder_)); in get_do_exhaustive_model_search()
/external/flac/src/test_libFLAC/
Dencoders.c430 if(FLAC__stream_encoder_get_do_exhaustive_model_search(encoder) != false) { in test_stream_encoder()
/external/flac/src/flac/
Dencode.c2142 …(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()
/external/flac/src/libFLAC/
Dstream_encoder.c2201 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