Initialize Wmul, Hmul variables

This commit is contained in:
Manish7093 2022-12-07 17:14:49 +05:30 committed by GitHub
parent dae0b5a78f
commit 82ad44707d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -306,7 +306,7 @@ protected:
{ { 256, 256 },{ 512, 128 },{ 512, 128 },{ 1024, 64 },{ 1024, 64 } }, //TileYs
{ { 64, 64 },{ 128, 32 },{ 128, 32 },{ 256, 16 },{ 256, 16 } } //TileYf
};
uint32_t WMul, HMul;
uint32_t WMul = 1, HMul = 1;
HAlign = 16; // RT H/VAlign
VAlign = 4;