Skip to content

Commit

Permalink
Add IsVectorChecked optimization
Browse files Browse the repository at this point in the history
The stream 64bytes store in MDegrainN found as buggy and temporarily disabled.
  • Loading branch information
DTL2020 committed Dec 2, 2021
1 parent 4266313 commit fec4e66
Show file tree
Hide file tree
Showing 5 changed files with 177 additions and 114 deletions.
4 changes: 2 additions & 2 deletions Sources/MDegrainN.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1315,7 +1315,7 @@ ::PVideoFrame __stdcall MDegrainN::GetFrame(int n, ::IScriptEnvironment* env_ptr

if (nOverlapX == 0 && nOverlapY == 0)
{
if (nBlkSizeX == 8 && nBlkSizeY == 8 && (nBlkX % 8 == 0))
/* if (nBlkSizeX == 8 && nBlkSizeY == 8 && (nBlkX % 8 == 0))
{
slicer.start(
nBlkY,
Expand All @@ -1332,7 +1332,7 @@ ::PVideoFrame __stdcall MDegrainN::GetFrame(int n, ::IScriptEnvironment* env_ptr
&MDegrainN::process_luma_normal_slice_16x16
);
}
else
else */
{
slicer.start(
nBlkY,
Expand Down
Loading

0 comments on commit fec4e66

Please sign in to comment.