Skip to content

Commit

Permalink
Merge branch 'dubhater:master' into mod
Browse files Browse the repository at this point in the history
  • Loading branch information
WolframRhodium authored Jul 17, 2024
2 parents 668f71b + faaf729 commit 5cadd8b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/PlaneOfBlocks.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -733,7 +733,7 @@ static void pobCrossSearch(PlaneOfBlocks *pob, int start, int x_max, int y_max,
}

for (int j = start; j < y_max; j += 2) {
pobCheckMV<dctmode, nLogPel>(pob, mvx, mvy + j);
pobCheckMV<dctmode, nLogPel>(pob, mvx, mvy - j);
pobCheckMV<dctmode, nLogPel>(pob, mvx, mvy + j);
}
}
Expand Down

0 comments on commit 5cadd8b

Please sign in to comment.