fbarchard@google.com 4339f09d60 bilinear scaling improvements
-subpixel accurate for scaling down by passing in x and dx.
-blend for bilinear use single multiply instead of 2 multiplies.
-filter col do 2 pixels at a time
-assembly do address munging
-assembly avoid wait on store for core2
BUG=none
TEST=none
Review URL: https://webrtc-codereview.appspot.com/397012

git-svn-id: http://libyuv.googlecode.com/svn/trunk@187 16f28f9a-4ce2-e073-06de-1de4eb20be90
2012-02-23 10:52:55 +00:00
include bilinear scaling improvements 2012-02-23 10:52:55 +00:00
source bilinear scaling improvements 2012-02-23 10:52:55 +00:00
unit_test minor fixups 2012-02-07 23:54:52 +00:00
AUTHORS Adding AUTHORS file to libyuv 2011-11-01 20:44:21 +00:00
codereview.settings Fix codereview.settings for git. 2011-12-13 23:58:07 +00:00
DEPS make libyuv library depend on libjpeg 2012-02-23 04:03:15 +00:00
libyuv_test.gyp make libyuv library depend on libjpeg 2012-02-23 04:03:15 +00:00
libyuv.gyp make libyuv library depend on libjpeg 2012-02-23 04:03:15 +00:00
LICENSE libyuv: Aligning license file with file header 2011-11-02 17:33:44 +00:00
PATENTS LibYuv: Adding PATENT and LICENSE files 2011-10-25 16:15:49 +00:00
README.chromium bilinear scaling improvements 2012-02-23 10:52:55 +00:00

Name: libyuv
URL: http://code.google.com/p/libyuv/
Version: 186
License: BSD
License File: LICENSE

Description:
libyuv is an open source project that includes
YUV conversion and scaling functionality.