Commit 04dcbc2
Xin Zhao
Do not enable simple_motion_search_prune_rect
av2_simple_motion_search_prune_rect() is not implemented for the AV2
partition set and asserts "Not implemented" since e2d0566. With
--disable-ml-partition-speed-features=0 the speed feature turned on, the
assert was compiled out under NDEBUG, and the encoder segfaulted:
av2_prune_partitions_before_search() calls the function for rectangular
block sizes, where convert_bsize_to_idx() returns -1 and sms_tree is NULL
because fill_sms_buf() only populates square sizes.
Default configurations are bit-identical; the speed feature was already
forced off there by av2_disable_ml_based_partition_sf().1 parent 4bdc679 commit 04dcbc2
1 file changed
Lines changed: 10 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
296 | 296 | | |
297 | 297 | | |
298 | 298 | | |
299 | | - | |
| 299 | + | |
| 300 | + | |
| 301 | + | |
| 302 | + | |
| 303 | + | |
| 304 | + | |
| 305 | + | |
| 306 | + | |
| 307 | + | |
| 308 | + | |
300 | 309 | | |
301 | 310 | | |
302 | 311 | | |
| |||
0 commit comments