gecko-dev/gfx/ycbcr
Michael Froman 318bb2d6ff Bug 1698699 - P7 - add missing include for hybrid builds. r=ng
Depends on D150312

Differential Revision: https://phabricator.services.mozilla.com/D150480
2022-06-28 16:29:41 +00:00
..
LICENSE
README
YCbCrUtils.cpp Bug 1757067 - Explicitly specify chroma subsampling scheme for YCbCr data. r=jgilbert,jrmuizel 2022-03-10 09:24:15 +00:00
YCbCrUtils.h Bug 1757067 - Explicitly specify chroma subsampling scheme for YCbCr data. r=jgilbert,jrmuizel 2022-03-10 09:24:15 +00:00
chromium_types.h
moz.build
scale_yuv_argb.cpp Bug 1698699 - P7 - add missing include for hybrid builds. r=ng 2022-06-28 16:29:41 +00:00
scale_yuv_argb.h Bug 1698699 - P0 - remove use of deprecated libyuv int types;r=mjf 2022-06-28 16:29:37 +00:00
ycbcr_to_rgb565.cpp Bug 1698699 - P0 - remove use of deprecated libyuv int types;r=mjf 2022-06-28 16:29:37 +00:00
ycbcr_to_rgb565.h Bug 1698699 - P0 - remove use of deprecated libyuv int types;r=mjf 2022-06-28 16:29:37 +00:00
yuv_convert.cpp Bug 1698699 - P0 - remove use of deprecated libyuv int types;r=mjf 2022-06-28 16:29:37 +00:00
yuv_convert.h Bug 1698699 - P0 - remove use of deprecated libyuv int types;r=mjf 2022-06-28 16:29:37 +00:00
yuv_convert_arm.cpp Bug 1698699 - P0 - remove use of deprecated libyuv int types;r=mjf 2022-06-28 16:29:37 +00:00
yuv_convert_mmx.cpp Bug 1698699 - P0 - remove use of deprecated libyuv int types;r=mjf 2022-06-28 16:29:37 +00:00
yuv_convert_sse2.cpp Bug 1698699 - P0 - remove use of deprecated libyuv int types;r=mjf 2022-06-28 16:29:37 +00:00
yuv_row.h Bug 1698699 - P0 - remove use of deprecated libyuv int types;r=mjf 2022-06-28 16:29:37 +00:00
yuv_row_arm.s
yuv_row_c.cpp Bug 1698699 - P0 - remove use of deprecated libyuv int types;r=mjf 2022-06-28 16:29:37 +00:00
yuv_row_other.cpp Bug 1698699 - P0 - remove use of deprecated libyuv int types;r=mjf 2022-06-28 16:29:37 +00:00
yuv_row_posix.cpp Bug 1698699 - P0 - remove use of deprecated libyuv int types;r=mjf 2022-06-28 16:29:37 +00:00
yuv_row_table.cpp Bug 1698699 - P0 - remove use of deprecated libyuv int types;r=mjf 2022-06-28 16:29:37 +00:00
yuv_row_win.cpp Bug 1698699 - P0 - remove use of deprecated libyuv int types;r=mjf 2022-06-28 16:29:37 +00:00
yuv_row_win64.cpp Bug 1698699 - P0 - remove use of deprecated libyuv int types;r=mjf 2022-06-28 16:29:37 +00:00

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 63840 on 2010-10-26.

It has been superseded upstream by libyuv (which is spawned off it). Bug 791941 is about
trying to replace this code with libyuv.