Skip to content

Fix for ticket #633: MIP encoding failure

Philipp Merkle requested to merge merkle/VVCSoftware_VTM:fixTicket633 into master

Non-CTC case of disabling LCTUFast in the encoder config triggers CHECK() on block size for MIP.
Fix removes the unnecessary checks in CABACReader and CABACWriter and restricts Hadamard encoder search at CU/PU level to blocks <= 64x64.

Edited by Philipp Merkle

Merge request reports