MAX_TILE experiment: add explicit tiles
This patch is designed to complete the CONFIG_MAX_TILE experiment. It adds the following features: - Explicit tiles of same width can be signalled with command line --tile_width - Explicit tiles of same hieght can be signalled with command line --tile_height - max_tile now works with the depenedent horizontal tiles experiment - additional checking added to ensure maximum number of rows/columns <= 64 - one fix to the tile group code for when the number of tiles is not a power of two Change-Id: I749a68fdb3dcdd8d1ced2b3558f3817e4b832c06
parent
84a6f201
No related branches found
No related tags found
Showing
- aom/aomcx.h 25 additions, 0 deletionsaom/aomcx.h
- aomenc.c 14 additions, 0 deletionsaomenc.c
- av1/av1_cx_iface.c 35 additions, 2 deletionsav1/av1_cx_iface.c
- av1/common/onyxc_int.h 3 additions, 0 deletionsav1/common/onyxc_int.h
- av1/common/tile_common.c 23 additions, 5 deletionsav1/common/tile_common.c
- av1/decoder/decodeframe.c 4 additions, 4 deletionsav1/decoder/decodeframe.c
- av1/encoder/bitstream.c 2 additions, 2 deletionsav1/encoder/bitstream.c
- av1/encoder/encoder.c 24 additions, 4 deletionsav1/encoder/encoder.c
- av1/encoder/encoder.h 4 additions, 0 deletionsav1/encoder/encoder.h
Loading
Please register or sign in to comment