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

Unified Diff: include/libyuv/row.h

Issue 1429693006: rename yuv matrix constants to be more clear about what they are (Closed) Base URL: https://chromium.googlesource.com/libyuv/libyuv@master
Patch Set: Created 5 years, 1 month 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
« no previous file with comments | « README.chromium ('k') | include/libyuv/version.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: include/libyuv/row.h
diff --git a/include/libyuv/row.h b/include/libyuv/row.h
index 08e1ff6425ab5f2c4bdac0fdaa4f7d69bc4102e7..d7bce4a3206d6033ac01d24c628761217121745d 100644
--- a/include/libyuv/row.h
+++ b/include/libyuv/row.h
@@ -447,9 +447,9 @@ struct YuvConstants {
#endif
// Conversion matrix for YUV to RGB
-extern const struct YuvConstants kYuvIConstants; // BT.601
-extern const struct YuvConstants kYuvJConstants; // JPeg color space
-extern const struct YuvConstants kYuvHConstants; // BT.709
+extern const struct YuvConstants kYuvI601Constants; // BT.601
+extern const struct YuvConstants kYuvJPEGConstants; // JPeg color space
+extern const struct YuvConstants kYuvH709Constants; // BT.709
harryjin 2015/11/03 19:56:57 Silly question: H is for HD? What does I stand for
fbarchard 2015/11/03 19:59:51 Acknowledged. Yes, H=HD. The functions/fourcc use
// Conversion matrix for YVU to BGR.
extern const struct YuvConstants kYvuIConstants; // BT.601
harryjin 2015/11/03 19:56:57 What about these constants?
fbarchard 2015/11/03 19:59:51 Done.
« no previous file with comments | « README.chromium ('k') | include/libyuv/version.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698