Closed GoogleCodeExporter closed 8 years ago
A quick look at your code doesn't reveal anything obvious, but I would suspect
the stride of the original is not what you think it is?
Original comment by fbarch...@chromium.org
on 24 Feb 2014 at 7:31
We suspect these are the same issue:
https://code.google.com/p/webrtc/issues/detail?id=2478
Is there a requirement for input/output images to have dimensions with n % 16
== 0?
Original comment by char...@tokbox.com
on 26 Feb 2014 at 6:21
No requirements for functionality, but on arm most functions are optimized for
multiple of 8 pixels.
On iOS some capture resolutions have 'extrawidth', especially on iphone5s. You
should use that for the source stride.
The sample code included does not pass in stride and assumes it is a function
or width. Theres a good chance that is your issue.
Original comment by fbarch...@chromium.org
on 17 Mar 2014 at 11:18
unittests on ios are still passing.
marking as invalid as there is no known issue with the libyuv end of things and
would need more information on how to reproduce the issue.
File a new issue if you're still seeing an issue.
Original comment by phthor...@gmail.com
on 7 Jul 2014 at 10:52
Original issue reported on code.google.com by
srid...@tokbox.com
on 14 Feb 2014 at 5:54Attachments: