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

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

Issue 1302353004: libvpx: Pull from upstream (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 | « source/libvpx/vp8/encoder/treewriter.h ('k') | source/libvpx/vp8/encoder/x86/ssim_opt_x86_64.asm » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: source/libvpx/vp8/encoder/vp8_quantize.c
diff --git a/source/libvpx/vp8/encoder/vp8_quantize.c b/source/libvpx/vp8/encoder/vp8_quantize.c
index c5a7bc67039b78c6d11702914d21896f4da3723c..ee922c9d697794ccd4f64d7b6ef60846b68b8850 100644
--- a/source/libvpx/vp8/encoder/vp8_quantize.c
+++ b/source/libvpx/vp8/encoder/vp8_quantize.c
@@ -13,7 +13,7 @@
#include "vpx_mem/vpx_mem.h"
#include "onyx_int.h"
-#include "quantize.h"
+#include "vp8/encoder/quantize.h"
#include "vp8/common/quant_common.h"
void vp8_fast_quantize_b_c(BLOCK *b, BLOCKD *d)
« no previous file with comments | « source/libvpx/vp8/encoder/treewriter.h ('k') | source/libvpx/vp8/encoder/x86/ssim_opt_x86_64.asm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698