From 7460798ba5666e25258a05f1dc7ad462cb3f1b19 Mon Sep 17 00:00:00 2001 From: "Ronald S. Bultje" Date: Wed, 30 Sep 2015 16:42:59 -0400 Subject: vp10: use superframe marker index/size mechanism for tile size. See issue 1042. Should provide slight bitstream savings in most cases where tiles are being used. Change-Id: Ie2808cf8ef30b3efe50804396900c4d63a3fa026 --- vp10/common/onyxc_int.h | 1 + 1 file changed, 1 insertion(+) (limited to 'vp10/common') diff --git a/vp10/common/onyxc_int.h b/vp10/common/onyxc_int.h index c345068b0..e2454b0e2 100644 --- a/vp10/common/onyxc_int.h +++ b/vp10/common/onyxc_int.h @@ -279,6 +279,7 @@ typedef struct VP10Common { int error_resilient_mode; int log2_tile_cols, log2_tile_rows; + int tile_sz_mag; int byte_alignment; int skip_loop_filter; -- cgit v1.2.3