2013-02-11 20:30:41 +00:00
include ARGBToI400 and ARGBToI411 using AVX2. YUY2ToI420 and UVYVToI420 use AVX2. CopyPlane use rep movsb for AVX2. CopyPlane2 use rep movsb for AVX2 and CopyPlane if strides match AVX2, which will do a single rep movsb for entire image if stride == width. MergeUV for I420ToNV12. 2013-02-11 20:30:41 +00:00
source ARGBToI400 and ARGBToI411 using AVX2. YUY2ToI420 and UVYVToI420 use AVX2. CopyPlane use rep movsb for AVX2. CopyPlane2 use rep movsb for AVX2 and CopyPlane if strides match AVX2, which will do a single rep movsb for entire image if stride == width. MergeUV for I420ToNV12. 2013-02-11 20:30:41 +00:00
tools/valgrind-libyuv Memory tool wrapper script for libyuv 2013-01-10 12:23:23 +00:00
unit_test Fix for mutated registers on AVX2 2013-02-08 02:29:21 +00:00
util Replace two spaces with one after . 2013-01-28 00:02:35 +00:00
Android.mk LOCAL_EXPORT_C_INCLUDES := $(LOCAL_PATH)/include 2013-02-06 05:49:24 +00:00
AUTHORS Adding AUTHORS file to libyuv 2011-11-01 20:44:21 +00:00
codereview.settings Updating trybot root location in codereview.settings. 2013-01-21 08:56:52 +00:00
DEPS Roll chromium dep to r181357 2013-02-07 21:02:40 +00:00
libyuv_test.gyp Replace two spaces with one after . 2013-01-28 00:02:35 +00:00
libyuv.gyp Replace two spaces with one after . 2013-01-28 00:02:35 +00:00
LICENSE Update Copyright notice to follow new chromium conventions. 2012-08-08 19:04:24 +00:00
PATENTS LibYuv: Adding PATENT and LICENSE files 2011-10-25 16:15:49 +00:00
public.mk Android.mk moved into libyuv to central support 2012-09-19 07:27:17 +00:00
README.chromium ARGBToI400 and ARGBToI411 using AVX2. YUY2ToI420 and UVYVToI420 use AVX2. CopyPlane use rep movsb for AVX2. CopyPlane2 use rep movsb for AVX2 and CopyPlane if strides match AVX2, which will do a single rep movsb for entire image if stride == width. MergeUV for I420ToNV12. 2013-02-11 20:30:41 +00:00

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

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