watery01 / libyuv

Automatically exported from code.google.com/p/libyuv
0 stars 0 forks source link

argb scale clip #226

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Do ARGB Scale with clip support.
The API should be similar to the current ARGBScale, but with a target clip 
region.

Original issue reported on code.google.com by fbarch...@google.com on 10 May 2013 at 10:55

GoogleCodeExporter commented 9 years ago
r689 adds clip api

Original comment by fbarch...@google.com on 14 May 2013 at 3:58

GoogleCodeExporter commented 9 years ago
r694 implements ARGBScaleClip()

Original comment by fbarch...@chromium.org on 15 May 2013 at 7:25

GoogleCodeExporter commented 9 years ago
r695 speeds up specialization, especially for 2x down horizontal by multiple of 
2x down vertical.

Original comment by fbarch...@google.com on 16 May 2013 at 3:28

GoogleCodeExporter commented 9 years ago
r696 removes getenv, which was high on profiles for clipping.

Original comment by fbarch...@chromium.org on 17 May 2013 at 6:13