frkoenig@google.com f7e74a1a6f Move neon rotate code from straight assembly to inline.
Allow assemblers with a slightly different syntax to use
the optimized neon routines.

Removed extra constraints on the calling of the optimized
routines.  All neon routines can load unaligned and handle
odd widths.

Align allocated buffers in rotate_test.cc

Add neon rotate file to gyp file for arm targets.
Review URL: http://webrtc-codereview.appspot.com/253007

git-svn-id: http://libyuv.googlecode.com/svn/trunk@59 16f28f9a-4ce2-e073-06de-1de4eb20be90
2011-11-03 22:41:59 +00:00
include ARGB To I420 and variations using row functions 2011-10-31 21:36:47 +00:00
source Move neon rotate code from straight assembly to inline. 2011-11-03 22:41:59 +00:00
unit_test Move neon rotate code from straight assembly to inline. 2011-11-03 22:41:59 +00:00
AUTHORS Adding AUTHORS file to libyuv 2011-11-01 20:44:21 +00:00
codereview.settings Adding code review file 2011-09-29 23:08:06 +00:00
DEPS Libyuv: 1. Dividing gyp file to test and source. 2. Updating DEPS file to build tests (not only library). 2011-10-07 20:00:23 +00:00
libyuv_test.gyp ScaleRowDown4Int_SSE2 was incorrectly computing offset. 2011-10-21 22:27:20 +00:00
libyuv.gyp Move neon rotate code from straight assembly to inline. 2011-11-03 22:41:59 +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 Adding README.chromium. 2011-10-31 18:08:09 +00:00

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

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