Opened 6 years ago
Last modified 5 years ago
#143 new defect
runtime error when INTRA_FULL_SEARCH set to 1
Reported by: | david.gommelet | Owned by: | |
---|---|---|---|
Priority: | minor | Milestone: | |
Component: | VTM | Version: | VTM-3.0 |
Keywords: | Cc: | ksuehring, XiangLi, fbossen, jvet@… |
Description
Intra full search is not supported when JVET_L0283_MULTI_REF_LINE is set to true.
In estIntraPredLumaQT() (IntraSearch.cpp), if numModesForFullRD == numModesAvailable, uiRdModeList is filled with all modes while extendRefList remains empty.
Runtime error occurs when accessing "extendRefList" in IntraSearch.cpp (line 694).
Note: See TracTickets for help on using tickets.