Skip to content
Snippets Groups Projects
Commit 2132897b authored by unknown's avatar unknown
Browse files

N0483 disable SBT in TPM

parent b6e0728a
No related branches found
No related tags found
No related merge requests found
......@@ -50,6 +50,8 @@
#include <assert.h>
#include <cassert>
#define JVET_N0483_DISABLE_SBT_FOR_TPM 1
#define JVET_N0477_LMCS_CLEANUP 1
#define JVET_N0220_LMCS_SIMPLIFICATION 1
......
......@@ -338,6 +338,12 @@ const uint8_t CodingUnit::checkAllowedSbt() const
{
return 0;
}
#if JVET_N0483_DISABLE_SBT_FOR_TPM
if( triangle )
{
return 0;
}
#endif
uint8_t sbtAllowed = 0;
int cuWidth = lwidth();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment