Skip to content

Commit

Permalink
Update kernelGetGlobalSsim2D.cl
Browse files Browse the repository at this point in the history
  • Loading branch information
ammendes committed Oct 19, 2024
1 parent bff1d10 commit cfc56ce
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/main/resources/kernelGetGlobalSsim2D.cl
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,6 @@ kernel void kernelGetGlobalSsim2D(
for(int y=bRH; y<image_height-bRH; y++){
for(int x=bRW; x<image_width-bRW; x++){


// Get test block pixels, checking to avoid blocks with no structural relevance
float test_std = local_stds[y*image_width+x];
float test_var = (float)test_std*(float)test_std;
Expand Down

0 comments on commit cfc56ce

Please sign in to comment.