X-Git-Url: https://bilbo.iut-bm.univ-fcomte.fr/and/gitweb/these_gilles.git/blobdiff_plain/1bdc5bd76352d829a51e2d6407ad331af7164113..13ca7bf0cd6c0a68491100176b08e819ef173a57:/THESE/Chapters/chapter5/code/median3-2pix.cu diff --git a/THESE/Chapters/chapter5/code/median3-2pix.cu b/THESE/Chapters/chapter5/code/median3-2pix.cu index 89743b4..c8e3994 100644 --- a/THESE/Chapters/chapter5/code/median3-2pix.cu +++ b/THESE/Chapters/chapter5/code/median3-2pix.cu @@ -20,7 +20,7 @@ __global__ void kernel_median3_2pix( unsigned short*output, int i_dim, int j_dim int j = __mul24(__mul24(blockIdx.x,blockDim.x) + threadIdx.x,2) ; int i = __mul24(blockIdx.y,blockDim.y) + threadIdx.y ; - int a0, a1, a2, a3, a4, a5 ; // les 2 listes de selction + int a0, a1, a2, a3, a4, a5 ; // les 2 listes de sélection int b0, b1, b2, b3, b4, b5 ; // a0 = tex2D(tex_img_ins, j , i-1) ; //