Greetings,
I am going thru’ the DCT code in the SDK samples and noticed that the integer coordinates are incremented by 0.5f then passed to Tex2D() .
The texture refence was set up as cudaFilterModePoint.
What is the purpose of this +0.5f?
Does it invoke a filtering function, such as interpolating the value of a half-texel?
Regards