﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
571	wrong ME algorithm name given in configuration files	chanduinece		"In the configuration files (in folder /hevc/cfg/), under heading #====Motion Search=====, in the parameter ""FastSearch"", it is given as 0 for Full search and 1 for EPZS, in the comments. But technically this comment is wrong, as the Fast search algorithm used in HM is TZSearch algorithm that is implemented in MVC. 
Basically these are the brief list of fast search algorithms in H.26x codecs.  
H.264/AVC JM - EPZS,UMHexS,SUMHexS
H.264 MVC JMVM - TZSearch (or TZS algorithm)
Now in HM, the same algorithm that is implemented in JMVM is implemented, which is TZS. But from most of the JCTVC meeting files (example JCTVC D600, JCTVC B300), this is understood as EPZS algorithm and which is not (from file /source/Lib/TLibEncoder/TEncSearch.cpp)."	defect	closed	minor	HM-9.1	HM	HM-7.0	fixed		nalluri@… fbossen ksuehring davidf jct-vc@…
