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

Unified Diff: source/libvpx/vp8/encoder/mr_dissim.c

Issue 1309263003: Include VPXMAX definition in mr_dissim.c (Closed) Base URL: https://chromium.googlesource.com/chromium/deps/libvpx.git@master
Patch Set: Created 5 years, 4 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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: source/libvpx/vp8/encoder/mr_dissim.c
diff --git a/source/libvpx/vp8/encoder/mr_dissim.c b/source/libvpx/vp8/encoder/mr_dissim.c
index 7d05d932436d92a4b73eab6b8189553133b78c6b..4bf36e8baccc6f4c3cf9fc7717dc99a4e9e603bb 100644
--- a/source/libvpx/vp8/encoder/mr_dissim.c
+++ b/source/libvpx/vp8/encoder/mr_dissim.c
@@ -16,6 +16,7 @@
#include "vpx_mem/vpx_mem.h"
#include "rdopt.h"
#include "vp8/common/common.h"
+#include "vpx_dsp/vpx_dsp_common.h"
void vp8_cal_low_res_mb_cols(VP8_COMP *cpi)
{
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698