| Index: source/libvpx/vp9/common/vp9_tile_common.h
|
| ===================================================================
|
| --- source/libvpx/vp9/common/vp9_tile_common.h (revision 278778)
|
| +++ source/libvpx/vp9/common/vp9_tile_common.h (working copy)
|
| @@ -27,6 +27,9 @@
|
| 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);
|
|
|
|
|