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

Unified Diff: source/libvpx/vp8/decoder/treereader.h

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/decoder/error_concealment.c ('k') | source/libvpx/vp8/encoder/encodeintra.c » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: source/libvpx/vp8/decoder/treereader.h
diff --git a/source/libvpx/vp8/decoder/treereader.h b/source/libvpx/vp8/decoder/treereader.h
index 35ee696000d93440af8f519f19f8f58d455dd323..f7d23c36989830c2cc5b25626375c0cf83ac4036 100644
--- a/source/libvpx/vp8/decoder/treereader.h
+++ b/source/libvpx/vp8/decoder/treereader.h
@@ -12,6 +12,7 @@
#ifndef VP8_DECODER_TREEREADER_H_
#define VP8_DECODER_TREEREADER_H_
+#include "./vpx_config.h"
#include "vp8/common/treecoder.h"
#include "dboolhuff.h"
@@ -28,7 +29,7 @@ typedef BOOL_DECODER vp8_reader;
/* Intent of tree data structure is to make decoding trivial. */
-static int vp8_treed_read(
+static INLINE int vp8_treed_read(
vp8_reader *const r, /* !!! must return a 0 or 1 !!! */
vp8_tree t,
const vp8_prob *const p
« no previous file with comments | « source/libvpx/vp8/decoder/error_concealment.c ('k') | source/libvpx/vp8/encoder/encodeintra.c » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698