Opened 8 years ago
Closed 8 years ago
#22 closed defect (fixed)
typo in derivation of context index for non-MPM luma intra mode coding
Reported by: | h.huang | Owned by: | |
---|---|---|---|
Priority: | minor | Milestone: | |
Component: | JEM | Version: | HM-16.6-JEM-3.0 |
Keywords: | Cc: | ksuehring, XiangLi, jvet@… |
Description
TEncSbac.cpp line 1321:
m_pcBinIf->encodeBin(( (dir[j]%4) ==0 ) ? 1 : 0, m_cCUIntraPredSCModel.get( 0, 0, 9/3 ) ); flag to indicate if it is selected mode or non-selected mode
TDecSbac.cpp line 1365:
m_pcTDecBinIf->decodeBin( symbol, m_cCUIntraPredSCModel.get( 0, 0, 9/3) RExtDECODER_DEBUG_BIT_STATISTICS_PASS_OPT_ARG(ctype) );
The context index should be "9" instead of "9/3".
Attachments (1)
Change history (2)
Changed 8 years ago by h.huang
comment:1 Changed 8 years ago by XiangLi
- Resolution set to fixed
- Status changed from new to closed
Note: See TracTickets for help on using tickets.
Fixed in r281 in trunk.