Skip to content

Commit

Permalink
Match original C++ style
Browse files Browse the repository at this point in the history
  • Loading branch information
cwoffenden committed Sep 5, 2022
1 parent 274d0be commit 9526d5b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
Binary file not shown.
3 changes: 1 addition & 2 deletions rgbcx.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2830,9 +2830,8 @@ namespace rgbcx
{
memcpy(trial_sels, pForce_selectors, 16);

for (uint32_t i = 0; i < 16; i++) {
for (uint32_t i = 0; i < 16; i++)
trial_err += squarei(block_vals[pForce_selectors[i]] - pPixels[i * stride]);
}
}
else
{
Expand Down

0 comments on commit 9526d5b

Please sign in to comment.