Fix clpf + ext_partition and dering + ext_partition
In both cases, the data to be signalled (for clpf/dering) is stored at the topmost superblock level, but previously this data would not be signalled for 128x128 superblocks. For dering, it was also assumed that all superblocks were of the maximum possible size. When ext_partition was enabled and we chose to use a 64x64 superblock, this resulted in an out-of-bounds access to cm->mi_grid_visible, leading to a segfault. Change-Id: I81b9c037ed8db8be16d7e4cf6041e1df7525cc97
Please register or sign in to comment