Displaying 4 results from an estimated 4 matches for "get_max_residual_partition_order".
2017 Jan 19
4
[PATCH] Fix cppcheck warnings
...order() != 0) {
- printf("FAILED, expected %u, got %u\n", 0, encoder->get_min_residual_partition_order());
+ printf("FAILED, expected %d, got %u\n", 0, encoder->get_min_residual_partition_order());
return false;
}
printf("OK\n");
printf("testing get_max_residual_partition_order()... ");
if(encoder->get_max_residual_partition_order() != 0) {
- printf("FAILED, expected %u, got %u\n", 0, encoder->get_max_residual_partition_order());
+ printf("FAILED, expected %d, got %u\n", 0, encoder->get_max_residual_partition_order());
return false...
2006 Sep 06
2
Getting subframe type=verbatim on 16 bit files
...mpressor.get_bits_per_sample ();
i = flacCompressor.get_sample_rate ();
i = flacCompressor.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...
2006 Sep 06
0
Getting subframe type=verbatim on 16 bit files
...t; i = flacCompressor.get_sample_rate ();
> i = flacCompressor.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...
2006 Sep 07
2
Getting subframe type=verbatim on 16 bit files
...r.get_sample_rate ();
>> i = flacCompressor.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 st...