Displaying 1 result from an estimated 1 matches for "flac__lpc_restore_signal_asm_".
Did you mean:
flac__lpc_restore_signal_asm
2004 Sep 10
1
libFLAC internals
On Fri, 21 Feb 2003, Miroslav Lichvar wrote:
> No, 1 <= order <= 32. There is -l option :).
Indeed. For some reason I decided to debug an optimized build, which for some
reason was showing order being off by a factor of 4. Thus it appeared that
order%4 == 0 in that case, when actually it wasn't. Needless to say I've
turned off optimization for the time being, which I should