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

Unified Diff: source/libvpx/vp9/common/vp9_implicit_segmentation.c

Issue 11974002: libvpx: Pull from upstream (Closed) Base URL: svn://chrome-svn/chrome/trunk/deps/third_party/libvpx/
Patch Set: Created 7 years, 11 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
« no previous file with comments | « source/libvpx/vp9/common/vp9_idctllm.c ('k') | source/libvpx/vp9/common/vp9_invtrans.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: source/libvpx/vp9/common/vp9_implicit_segmentation.c
===================================================================
--- source/libvpx/vp9/common/vp9_implicit_segmentation.c (revision 177019)
+++ source/libvpx/vp9/common/vp9_implicit_segmentation.c (working copy)
@@ -33,8 +33,8 @@
int min_y;
int max_x;
int max_y;
- long long sum_x;
- long long sum_y;
+ int64_t sum_x;
+ int64_t sum_y;
int pixels;
int seg_value;
int label;
« no previous file with comments | « source/libvpx/vp9/common/vp9_idctllm.c ('k') | source/libvpx/vp9/common/vp9_invtrans.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698