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