aom/third_party/libyuv
Attila Nagy 9260aa8e15 Fix missing param name in NEON scaler functions
Was generating compilation errors.

Change-Id: I68d7c320b2b2f2737bbbc9862f2c39675c7f678a
2012-05-03 13:13:38 +03:00
..
include/libyuv Align image buffer in multiple-resolution encoder 2011-12-13 09:25:30 -05:00
source Fix missing param name in NEON scaler functions 2012-05-03 13:13:38 +03:00
README.webm Align image buffer in multiple-resolution encoder 2011-12-13 09:25:30 -05:00

README.webm

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

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

The optimized scaler in libyuv is used in multiple resolution encoder example,
which down-samples the original input video (f.g. 1280x720) a number of times
in order to encode multiple resolution bit streams.

Local Modifications:
Modified the original scaler code from C++ to C to fit in our current build
system. This is a temporal solution, and will be improved later.