зеркало из https://github.com/mozilla/gecko-dev.git
4cecd77666
--HG-- extra : rebase_source : 2853b40f4888d4af415bde3e7aa801da10eaea3c |
||
---|---|---|
.. | ||
LICENSE | ||
Makefile.in | ||
README | ||
chromium_types.h | ||
convert.patch | ||
update.sh | ||
yuv_convert.cpp | ||
yuv_convert.h | ||
yuv_row.h | ||
yuv_row_c.cpp | ||
yuv_row_other.cpp | ||
yuv_row_posix.cpp | ||
yuv_row_table.cpp | ||
yuv_row_win.cpp |
README
This color conversion code is from the Chromium open source project available here: http://code.google.com/chromium/ The code comes from svn revision 638400 on 2010-10-26. The code was copied from a Chromium svn checkout using the 'update.sh' script which then applies patches for our build and to add dynamic CPU detection. convert.patch: Change Chromium code to build using Mozilla build system. Add runtime CPU detection for MMX Move default C implementation to work on all platforms. Change Chromium code to allow a picture region. The YUV conversion will convert within this picture region only. Add YCbCr 4:4:4 support