Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(9)

Unified Diff: source/libvpx/third_party/libyuv/include/libyuv/compare.h

Issue 996503002: libvpx: Pull from upstream (Closed) Base URL: https://chromium.googlesource.com/chromium/deps/libvpx.git@master
Patch Set: Created 5 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: source/libvpx/third_party/libyuv/include/libyuv/compare.h
diff --git a/source/libvpx/third_party/libyuv/include/libyuv/compare.h b/source/libvpx/third_party/libyuv/include/libyuv/compare.h
index 5dfac7c86aa5138d3c3e52b1d898e4f0942d6b6a..08b2bb2ecf4a4db9d2e6c8b87c7e2b72af92b61a 100644
--- a/source/libvpx/third_party/libyuv/include/libyuv/compare.h
+++ b/source/libvpx/third_party/libyuv/include/libyuv/compare.h
@@ -22,6 +22,11 @@ extern "C" {
LIBYUV_API
uint32 HashDjb2(const uint8* src, uint64 count, uint32 seed);
+// Scan an opaque argb image and return fourcc based on alpha offset.
+// Returns FOURCC_ARGB, FOURCC_BGRA, or 0 if unknown.
+LIBYUV_API
+uint32 ARGBDetect(const uint8* argb, int stride_argb, int width, int height);
+
// Sum Square Error - used to compute Mean Square Error or PSNR.
LIBYUV_API
uint64 ComputeSumSquareError(const uint8* src_a,
« no previous file with comments | « source/libvpx/third_party/libyuv/README.libvpx ('k') | source/libvpx/third_party/libyuv/include/libyuv/convert.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698