Searched refs:FLAC__stream_encoder_get_max_lpc_order (Results 1 – 4 of 4) sorted by relevance
399 if(FLAC__stream_encoder_get_max_lpc_order(encoder) != 0) { in test_stream_encoder()400 printf("FAILED, expected %d, got %u\n", 0, FLAC__stream_encoder_get_max_lpc_order(encoder)); in test_stream_encoder()
1347 FLAC_API uint32_t FLAC__stream_encoder_get_max_lpc_order(const FLAC__StreamEncoder *encoder);
292 return ::FLAC__stream_encoder_get_max_lpc_order(encoder_); in get_max_lpc_order()
2103 FLAC_API uint32_t FLAC__stream_encoder_get_max_lpc_order(const FLAC__StreamEncoder *encoder) in FLAC__stream_encoder_get_max_lpc_order() function