We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cfb9ef1 commit fe61a87Copy full SHA for fe61a87
src/encoder.rs
@@ -2879,6 +2879,7 @@ fn encode_partition_topdown<T: Pixel, W: Writer>(
2879
}
2880
PARTITION_SPLIT | PARTITION_HORZ | PARTITION_VERT => {
2881
if !rdo_output.part_modes.is_empty() {
2882
+ debug_assert!(can_split && !must_split);
2883
// The optimal prediction modes for each split block is known from an rdo_partition_decision() call
2884
assert!(subsize != BlockSize::BLOCK_INVALID);
2885
0 commit comments