search for: get_wasted_bits_

Displaying 3 results from an estimated 3 matches for "get_wasted_bits_".

2011 Sep 26
1
mid-side coding and bits per sample
...sp. flac version 1.2.1 flaclib C stream_encoder.c function "process_subframes_" line 2999 ++++++++++++++++++++++ if(do_mid_side) { FLAC__ASSERT(encoder->protected_->channels == 2); for(channel = 0; channel < 2; channel++) { const unsigned w = get_wasted_bits_(encoder->private_->integer_signal_mid_side[channel], encoder->protected_->blocksize); encoder->private_->subframe_workspace_mid_side[channel][0].wasted_bits = encoder->private_->subframe_workspace_mid_side[channel][1].wasted_bits = w; encoder->priv...
2013 Apr 28
0
Pre-release 1.3.0pre4 (hopefully the last)
...ing: shadowed declaration is here stream_encoder.c: In function 'evaluate_verbatim_subframe_': stream_encoder.c:3625: warning: declaration of 'signal' shadows a global declaration /usr/include/sys/signal.h:407: warning: shadowed declaration is here stream_encoder.c: In function 'get_wasted_bits_': stream_encoder.c:4090: warning: declaration of 'signal' shadows a global declaration /usr/include/sys/signal.h:407: warning: shadowed declaration is here Stephen On Sunday, April 28, 2013 at 5:38 AM, Erik de Castro Lopo wrote: > Hi all, > > I have tagged 1.3.0pre4 in gi...
2013 Apr 28
7
Pre-release 1.3.0pre4 (hopefully the last)
Hi all, I have tagged 1.3.0pre4 in git and provided a tarball here: http://downloads.xiph.org/releases/flac/beta/flac-1.3.0pre4.tar.xz I have built and tested the git tree on: linux-x86_64 openbsd5-i386 freebsd5-i386 as well as successfully cross compiling from Linux to 32 and 64 bit MinGW. As far as I am concerned, the only thing left to do for this release is to update the