JVET-AF0101: Lossless code optimization by moving initialization to init() function
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.