Skip to content

Encoder fix for ticket #992 on intra mode search

Current VTM-8 encoder skips all intra mode checking when CU is larger than 64x64. In special case such as when min QT is 128, and intra dual tree is off, intra mode should be checked for such CUs if no further split is allowed. This is reported in ticket https://jvet.hhi.fraunhofer.de/trac/vvc/ticket/992

This MR provides a fix to the reported issue.

Merge request reports