commit | deb209906c28e6d35ef2c47a94285d7acc967c1b | [log] [tgz] |
---|---|---|
author | Erik de Castro Lopo <erikd@mega-nerd.com> | Sat Aug 31 13:40:47 2013 +1000 |
committer | Erik de Castro Lopo <erikd@mega-nerd.com> | Sat Aug 31 13:53:37 2013 +1000 |
tree | e7699ef60428e9932d49cec9e526580f8ced9349 | |
parent | 740eb68f53023464a946aafe6ca3bae6e9f7be29 [diff] |
Add ASM function FLAC__lpc_compute_autocorrelation_asm_ia32_sse_lag_16. For the 32 bit x86 ASM functions there were already versions of this function for lags (N = 4, 8, 12). They require lpc_order less than N. The best compression preset (flac -8) uses lpc_order up to 12; it means that during encoding FLAC also uses unaccelerated C function. Patch-from: lvqcl <lvqcl.mail@gmail.com> Signed-off-by: Erik de Castro Lopo <erikd@mega-nerd.com>