Closed GoogleCodeExporter closed 9 years ago
rounding fixed in r430. Should exactly match SSSE3.
Not exactly matching C though.
Original comment by fbarch...@chromium.org
on 20 Oct 2012 at 6:16
subsampling UV rounding is inconsistent.
SSSE3 and Neon having rounding when blending rows. C code doesnt.
Since rounding can be done effeciently with SIMD, consider doing it
consistently C code, hurting C code performance, but improving accuracy and
consistency.
Aim for exactness on I444ToARGB first, where subsampling is not a factor.
Original comment by fbarch...@chromium.org
on 3 Nov 2012 at 5:04
Performance would suffer if C were forced to match Neon.
Original comment by fbarch...@google.com
on 12 Jan 2013 at 8:56
Original issue reported on code.google.com by
fbarch...@chromium.org
on 19 Oct 2012 at 7:54