fix memory access in predIntraAng
Fix memory access in predIntraAng. auto modeIdx = g_modeGroup[uiDirMode] is moved inside the first if to avoid wrong uiDirMode. this doesn't change the performances.
Fix memory access in predIntraAng. auto modeIdx = g_modeGroup[uiDirMode] is moved inside the first if to avoid wrong uiDirMode. this doesn't change the performances.