Closed GoogleCodeExporter closed 9 years ago
The SSim in libvpx that this is based on has been optimized for x64 SSE2.
Suggest starting with that. It has 4 issues
1. not ported to 32 bit. Uses too many registers.
2. not ported to AVX2. Could be faster.
3. not ported to Neon. Would lend itself nicely.
4. not ported to NaCL. Requires memory references changes, and gcc 4.4 inline
or intrinsics.
Also looks like it could be optimized some more, if its still slow.
Original comment by fbarch...@google.com
on 24 Sep 2013 at 11:29
Original comment by fbarch...@google.com
on 1 Dec 2014 at 6:16
Deferring indefinitely due to lack of demand.
Original comment by fbarch...@google.com
on 12 Jan 2015 at 5:46
Original issue reported on code.google.com by
fbarch...@google.com
on 16 Sep 2013 at 5:22