search for: falooley

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

2004 Sep 10
6
libFLAC internals
Howdy. I'm working on Altivec versions of some of the libFLAC functions. I figured the best candidates would be those that had MMX/SSE/3dnow versions, and I picked FLAC__lpc_restore_signal() to do first, since it's relatively simple. In stepping through some runs, it appears that 'order' mod 4 is always 0. Is that guaranteed, either by the format or by higher functions in the
2004 Sep 10
0
Re: Need AMD debugging help
xflac@yahoo.com said: > I have gotten a few similar bug reports about encoding > errors with FLAC. The common features are: > > - Repeatedly encoding the same file with verify will have > verify errors some of the time (looks like aroung 50%) and > the verify errors will occur in different places each time. > > - This is happening on AMD PCs running Windows. More
2004 Sep 10
0
Re: libFLAC internals
brady@spaceship.com said: > Finally, in a more general context, is there an easy way to build for > profiling, or do I have to edit the makefiles? I'm using gcc and > gprof. Try oprofile. It's more accurate than gprof, and it doesn't require you to recompile the source you're profiling. Jason