Changes between Initial Version and Version 1 of Ticket #247
- Timestamp:
- 30 Apr 2019, 11:36:11 (6 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #247 – Description
initial v1 2 2 For example, the following code tries to solve this issue: 3 3 4 {{{ 5 #!c++ 4 6 #if JVET_N0127_MMVD_SPS_FLAG_FIX 5 7 if (!cu.cs->slice->getSPS()->getUseMMVD()&& cu.firstPU->lwidth() * cu.firstPU->lheight() == 32) … … 16 18 } 17 19 #endif 18 20 }}}