Displaying 4 results from an estimated 4 matches for "get_max_lpc_order".
2017 Jan 19
4
[PATCH] Fix cppcheck warnings
...ree(tobuf);
diff --git a/src/test_libFLAC++/encoders.cpp b/src/test_libFLAC++/encoders.cpp
index 277e129..e328a53 100644
--- a/src/test_libFLAC++/encoders.cpp
+++ b/src/test_libFLAC++/encoders.cpp
@@ -438,7 +438,7 @@ static bool test_stream_encoder(Layer layer, bool is_ogg)
printf("testing get_max_lpc_order()... ");
if(encoder->get_max_lpc_order() != 0) {
- printf("FAILED, expected %u, got %u\n", 0, encoder->get_max_lpc_order());
+ printf("FAILED, expected %d, got %u\n", 0, encoder->get_max_lpc_order());
return false;
}
printf("OK\n");
@@ -471,21...
2006 Sep 06
2
Getting subframe type=verbatim on 16 bit files
...ssor.get_blocksize();
i = flacCompressor.get_qlp_coeff_precision (); // default=0 so encoding
software picks the best
i = flacCompressor.get_min_residual_partition_order ();
i = flacCompressor.get_max_residual_partition_order (); // Had tried
0,6 now try 3,3
i = flacCompressor.get_max_lpc_order ();
setValue = flacCompressor.get_do_mid_side_stereo();
setValue = flacCompressor.get_loose_mid_side_stereo();
*/
// is this state okay?
if (flacState != FLAC__STREAM_ENCODER_OK)
return false; // bad settings for doing this compression so quit...
// shoot...
2006 Sep 06
0
Getting subframe type=verbatim on 16 bit files
...ompressor.get_qlp_coeff_precision (); // default=0 so
> encoding
> software picks the best
> i = flacCompressor.get_min_residual_partition_order ();
> i = flacCompressor.get_max_residual_partition_order (); //
> Had tried
> 0,6 now try 3,3
> i = flacCompressor.get_max_lpc_order ();
> setValue = flacCompressor.get_do_mid_side_stereo();
> setValue = flacCompressor.get_loose_mid_side_stereo();
> */
>
> // is this state okay?
> if (flacState != FLAC__STREAM_ENCODER_OK)
> return false; // bad settings for doing this compre...
2006 Sep 07
2
Getting subframe type=verbatim on 16 bit files
...ision (); // default=0 so
>> encoding
>> software picks the best
>> i = flacCompressor.get_min_residual_partition_order ();
>> i = flacCompressor.get_max_residual_partition_order (); //
>> Had tried
>> 0,6 now try 3,3
>> i = flacCompressor.get_max_lpc_order ();
>> setValue = flacCompressor.get_do_mid_side_stereo();
>> setValue = flacCompressor.get_loose_mid_side_stereo();
>> */
>>
>> // is this state okay?
>> if (flacState != FLAC__STREAM_ENCODER_OK)
>> return false; // bad se...