Skip to content

JVET-AF0101: Lossless code optimization by moving initialization to init() function

Zheming Fan requested to merge FANZHEMING/jvet-af-0101:AF0101 into master

A merge request of JVET-AF0101.

Applying the prediction image initialization method used in SGPM to the TMRL, TIMD, and sortedMPM methods by relocating the initialization code from the getTmrlList(), deriveTimdMode(), and deriveMPMSorted() functions to the init() function.

Merge request reports