id,summary,reporter,owner,description,type,status,priority,milestone,component,version,resolution,keywords,cc 738,HM8.0 encoder bug in checking the ranges of max TU depths,rickxu,,"See the following code in xCheckParameter(). According to the spec description, the ""'''m_uiQuadtreeTULog2MaxSize'''"" should be replaced by the value of log2(m_uiMaxCUWidth). Otherwise, the encder does not work if we set the max TU depth to 5 in the default cfg files. xConfirmPara( m_uiQuadtreeTUMaxDepthInter > '''m_uiQuadtreeTULog2MaxSize''' - m_uiQuadtreeTULog2MinSize + 1, ""QuadtreeTUMaxDepthInter must be less than or equal to the difference between QuadtreeTULog2MaxSize and QuadtreeTULog2MinSize plus 1"" ); xConfirmPara( m_uiQuadtreeTUMaxDepthIntra > '''m_uiQuadtreeTULog2MaxSize''' - m_uiQuadtreeTULog2MinSize + 1, ""QuadtreeTUMaxDepthIntra must be less than or equal to the difference between QuadtreeTULog2MaxSize and QuadtreeTULog2MinSize plus 1"" );",defect,closed,minor,HM-9.2,HM,HM-8.0,fixed,,fbossen ksuehring davidf jct-vc@…