Skip to content

fix memory access in predIntraAng

Tangi Poirier requested to merge tpoirier/ECM:fix-mem-predIntraAng into master

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.

Merge request reports