Opened 8 years ago
Closed 7 years ago
#50 closed defect (fixed)
Macro error related to EMT
Reported by: | aikiho | Owned by: | |
---|---|---|---|
Priority: | minor | Milestone: | HM-16.6-JEM-6.1 |
Component: | JEM | Version: | HM-16.6-JEM-6.0 |
Keywords: | Cc: | ksuehring, XiangLi, jvet@… |
Description
TDecCABAC.cpp and TEncCABAC.cpp
Old:
#if JVET_F0031_RMV_REDUNDANT_TRSKIP
if (isLuma(component) && pcCU->getEmtCuFlag(uiAbsPartIdx))
{
return;
}
#endif
New
#if JVET_F0031_RMV_REDUNDANT_TRSKIP && COM16_C806_EMT
if (isLuma(component) && pcCU->getEmtCuFlag(uiAbsPartIdx))
{
return;
}
#endif
Change history (1)
comment:1 Changed 7 years ago by XiangLi
- Milestone changed from HM-16.6-JEM-6.0 to HM-16.6-JEM-6.1
- Resolution set to fixed
- Status changed from new to closed
Note: See TracTickets for help on using tickets.
Fixed in r516.