Displaying 2 results from an estimated 2 matches for "flac__bitbuffer_write_raw_uint32".
2007 Oct 17
1
Fwd: Re: FLAC for "ARM little endian for glibc"
...frame-pointer -funroll-loops -finline-functions -Wall -W -Winline -DFLaC__INLINE=__inline__ -g -O2 -MT bitbuffer.lo -MD -MP -MF .deps/bitbuffer.Tpo -c bitbuffer.c -o bitbuffer.o
bitbuffer.c: In function `FLAC__bitbuffer_write_raw_int32':
bitbuffer.c:632: warning: inlining failed in call to 'FLAC__bitbuffer_write_raw_uint32': --param inline-unit-growth limit reached
bitbuffer.c:700: warning: called from here
bitbuffer.c: In function `FLAC__bitbuffer_write_raw_uint32_little_endian':
bitbuffer.c:632: warning: inlining failed in call to 'FLAC__bitbuffer_write_raw_uint32': --param inline-unit-growth limit...
2004 Oct 30
1
More Altivec/PPC Stuff...
...s, the overall improvement is about 5%  at -8, and 15% at  
defaults.  In both cases, with
this hack, the altivec version is now about 45% faster.
What's left of a default encode is shown below. :)  It seems that most  
of the remaining time
is consumed by the rice coding...
	25.7%	25.7%	flac	FLAC__bitbuffer_write_raw_uint32
	11.0%	11.0%	flac	FLAC__bitbuffer_write_rice_signed
	10.8%	10.8%	flac	FLAC__MD5Accumulate	
	6.9%	6.9%	flac	set_partitioned_rice_	
	6.9%	6.9%	flac	FLAC__stream_encoder_process
	6.8%	6.8%	flac	find_best_partition_order_	
	5.6%	5.6%	flac	FLAC__MD5Transform	
	4.8%	4.8%	flac	FLAC__fixed_compute_best_pre...