Skip to content

Commit

Permalink
Update cVideoProcessing.fxh
Browse files Browse the repository at this point in the history
  • Loading branch information
papadanku committed Jun 5, 2023
1 parent c1c79fd commit 4a9f375
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions shaders/cshade/shared/cVideoProcessing.fxh
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@
}
}

float GetNCC(sampler2D SampleImage, Block Input, float2 Tex, float2 Template[16])
float GetNCC(sampler2D SampleImage, Block Input, float2 Tex, float4 Template[8])
{
int ID = 0;
float2 N1;
Expand Down Expand Up @@ -182,7 +182,7 @@
return min(NCC[0], NCC[1]);
}

float2 SearchArea(sampler2D SampleImage, Block Input, float2 Template[16], float Minimum)
float2 SearchArea(sampler2D SampleImage, Block Input, float4 Template[8], float Minimum)
{
float2 Vectors = 0.0;

Expand Down

0 comments on commit 4a9f375

Please sign in to comment.