Home | History | Annotate | Download | only in src

Lines Matching refs:htext

196     int *htext;
211 htext = (int*)cvAlignPtr((int*)(hsad0 + (height+dy1)*ndisp) + wsz2 + 2);
212 cbuf0 = (uchar*)cvAlignPtr(htext + height + wsz2 + 2 + dy0*ndisp);
219 memset( htext - wsz2 - 1, 0, (height + wsz + 1)*sizeof(htext[0]) );
236 htext[y] += tab[lval];
280 htext[y] += tab[lval] - tab[lptr_sub[0]];
285 htext[height+y] = htext[height+dy1-1];
287 htext[y] = htext[-dy0];
299 tsum += htext[y];
343 tsum += htext[y + wsz2] - htext[y - wsz2 - 1];
403 int *sad, *hsad0, *hsad, *hsad_sub, *htext;
417 htext = (int*)cvAlignPtr((int*)(hsad0 + (height+dy1)*ndisp) + wsz2 + 2);
418 cbuf0 = (uchar*)cvAlignPtr(htext + height + wsz2 + 2 + dy0*ndisp);
425 memset( htext - wsz2 - 1, 0, (height + wsz + 1)*sizeof(htext[0]) );
442 htext[y] += tab[lval];
476 htext[y] += tab[lval] - tab[lptr_sub[0]];
481 htext[height+y] = htext[height+dy1-1];
483 htext[y] = htext[-dy0];
495 tsum += htext[y];
514 tsum += htext[y + wsz2] - htext[y - wsz2 - 1];