search for: quantization_level

Displaying 5 results from an estimated 5 matches for "quantization_level".

2015 Aug 08
1
[PATCH] treat negative qlp_shift as an error
...;> and in C negative shifts are undefined. treat as an error for now to avoid bad behavior but I need to come back to this to specify exactly." But libFLAC itself doesn't care about their values. It checks a value of qlp_coeff_precision, though. So this patch adds a check of a value of quantization_level. I'm not sure what should libFLAC do if a negative (=invalid) value of quantization_level is encountered. But it seems logical that it should treat an invalid value of quantization_level in the same way as it treats an invalid value of qlp_coeff_precision. The patch should also remove "...
2004 Sep 10
1
lpc slowdown
...of(FLAC__int32) * order); - if(bps <= 16 && subframe->qlp_coeff_precision <= 16) - decoder->private_->local_lpc_restore_signal_16bit(decoder->private_->residual[channel], decoder->private_->frame.header.blocksize-order, subframe->qlp_coeff, order, subframe->quantization_level, decoder->private_->output[channel]+order); - else if(bps + subframe->qlp_coeff_precision + order <= 32) - decoder->private_->local_lpc_restore_signal(decoder->private_->residual[channel], decoder->private_->frame.header.blocksize-order, subframe->qlp_coeff, order,...
2004 Sep 10
3
Altivec, automake
I think I've gotten FLAC__lpc_restore_signal() about as good as I'm going to get it. Here's what I have: -a new file, lpc_asm.s, which has the assembly routines -changes to cpu.h, cpu.c, and stream_decoder.c to enable them -changes to configure.in to support the new cpu stuff -a preliminary Makefile.am -maybe something else I'm forgetting Now automake complains that configure.in
2004 Sep 10
2
Altivec, automake
...log2(order) <= 32) ! if(bps <= 16 && subframe->qlp_coeff_precision <= 16) ! decoder->private_->local_lpc_restore_signal_16bit(decoder->private_->residual[channel], decoder->private_->frame.header.blocksize-order, subframe->qlp_coeff, order, subframe->quantization_level, decoder->private_->output[channel]+order); else ! decoder->private_->local_lpc_restore_signal(decoder->private_->residual[channel], decoder->private_->frame.header.blocksize-order, subframe->qlp_coeff, order, subframe->quantization_level, decoder->private_-&...
2004 Sep 10
1
AW: AW: Incomplete format description?
...my interpretation against "flac -a" and it seems to read 17 bits for each warmup sample. Here is its output: frame=168 blocksize=4608 sample_rate=44100 channels=2 channel_assignment=RIGHT_SIDE subframe=0 wasted_bits=0 type=LPC order=5 partition_order=4 qlp_coeff_precision=12 quantization_level=9 warmup[0]=-993 warmup[1]=-476 warmup[2]=171 warmup[3]=115 warmup[4]=-766 Tor =================================================================== EASY and FREE access to your email anywhere: http://Mailreader.com/ ===================================================================