aboutsummaryrefslogtreecommitdiff
path: root/libvpx/vp9/common/vp9_tile_common.h
diff options
context:
space:
mode:
Diffstat (limited to 'libvpx/vp9/common/vp9_tile_common.h')
-rw-r--r--libvpx/vp9/common/vp9_tile_common.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/libvpx/vp9/common/vp9_tile_common.h b/libvpx/vp9/common/vp9_tile_common.h
index a97719e29..ae58805de 100644
--- a/libvpx/vp9/common/vp9_tile_common.h
+++ b/libvpx/vp9/common/vp9_tile_common.h
@@ -27,6 +27,9 @@ typedef struct TileInfo {
void vp9_tile_init(TileInfo *tile, const struct VP9Common *cm,
int row, int col);
+void vp9_tile_set_row(TileInfo *tile, const struct VP9Common *cm, int row);
+void vp9_tile_set_col(TileInfo *tile, const struct VP9Common *cm, int col);
+
void vp9_get_tile_n_bits(int mi_cols,
int *min_log2_tile_cols, int *max_log2_tile_cols);