Disallow 4:1/1:4 partitions for BLOCK_128x128
The change can be temporarily reverted by setting ALLOW_128X32_BLOCKS to 1 (for easy "is this better?" testing: we'll get rid of the option once it's clear what we're doing). Since this means we have to modify the "num_partition_types" calculation in functions like read_partition, we move it into a helper function called partition_cdf_length(). Doing this makes the bodies of read_partition and write_partition somewhat simpler than they were. Change-Id: I3573f62f71dc3344aed2dcb3e423e034eb56a7c5
parent
fe530085
No related branches found
No related tags found
Showing
- av1/common/entropymode.c 9 additions, 2 deletionsav1/common/entropymode.c
- av1/common/entropymode.h 5 additions, 0 deletionsav1/common/entropymode.h
- av1/common/onyxc_int.h 33 additions, 6 deletionsav1/common/onyxc_int.h
- av1/decoder/decodeframe.c 14 additions, 27 deletionsav1/decoder/decodeframe.c
- av1/encoder/bitstream.c 15 additions, 20 deletionsav1/encoder/bitstream.c
- av1/encoder/encodeframe.c 21 additions, 21 deletionsav1/encoder/encodeframe.c
Loading
Please register or sign in to comment