mirror of
https://git.743378673.xyz/MeloNX/MeloNX.git
synced 2025-08-01 22:47:10 +02:00
Remove some warnings and cleaning code (#1736)
This commit is contained in:
parent
f67ba78e1b
commit
c1c12a9b4a
9 changed files with 74 additions and 71 deletions
|
@ -918,9 +918,10 @@ namespace Ryujinx.Graphics.Nvdec.Vp9
|
|||
|
||||
if (mi.Mode != PredictionMode.ZeroMv)
|
||||
{
|
||||
Span<Mv> tmpMvs = stackalloc Mv[Constants.MaxMvRefCandidates];
|
||||
|
||||
for (refr = 0; refr < 1 + isCompound; ++refr)
|
||||
{
|
||||
Span<Mv> tmpMvs = stackalloc Mv[Constants.MaxMvRefCandidates];
|
||||
sbyte frame = mi.RefFrame[refr];
|
||||
int refmvCount;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue