Closed GoogleCodeExporter closed 8 years ago
ARGBToI411 test passes on odd widths now.
Subsampling code is a little quirky.
It takes horizontal average with rounding of horizontal ARGB and then
essentially does ARGBToI422
The I422 subsampling is done by multiplying by matrix coefficients that are 1/2
the normal coefficients. They are even numbers, so the math should be the
same. It adds those results, then does a rounding shift to convert fixed point
to bytes.
Original comment by fbarch...@google.com
on 21 Oct 2015 at 7:56
Original comment by fbarch...@google.com
on 22 Oct 2015 at 3:04
Original issue reported on code.google.com by
fbarch...@google.com
on 20 Oct 2015 at 6:29