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

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

Issue 23600008: libvpx: Pull from upstream (Closed) Base URL: svn://chrome-svn/chrome/trunk/deps/third_party/libvpx/
Patch Set: Created 7 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/vp9/common/vp9_subpelvar.h ('k') | source/libvpx/vp9/common/vp9_treecoder.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: source/libvpx/vp9/common/vp9_tile_common.c
===================================================================
--- source/libvpx/vp9/common/vp9_tile_common.c (revision 219822)
+++ source/libvpx/vp9/common/vp9_tile_common.c (working copy)
@@ -14,7 +14,7 @@
#define MAX_TILE_WIDTH_B64 64
static int to_sbs(n_mis) {
- return mi_cols_aligned_to_sb(n_mis) >> LOG2_MI_BLOCK_SIZE;
+ return mi_cols_aligned_to_sb(n_mis) >> MI_BLOCK_SIZE_LOG2;
}
static void vp9_get_tile_offsets(int *min_tile_off, int *max_tile_off,
« no previous file with comments | « source/libvpx/vp9/common/vp9_subpelvar.h ('k') | source/libvpx/vp9/common/vp9_treecoder.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698