Skip to content

Fix mixed variables error in encoder

In estIntraPredLumaQT, the variables numTotalPartsHor and numTotalPartsVer and mixed. This MR corrects their definition. The results won't change, given that both of them have the same value at the time they are used. However, the definition should be corrected, given that it is misleading.

Merge request reports