Lines Matching refs:yp
357 unsigned x, y, xp, yp, i; in stack_blur_gray8() local
478 yp = ry; in stack_blur_gray8()
479 if(yp > hm) yp = hm; in stack_blur_gray8()
480 src_pix_ptr = img.pix_ptr(x, yp); in stack_blur_gray8()
493 if(yp < hm) in stack_blur_gray8()
497 ++yp; in stack_blur_gray8()
531 unsigned x, y, xp, yp, i; in stack_blur_rgb24() local
715 yp = ry; in stack_blur_rgb24()
716 if(yp > hm) yp = hm; in stack_blur_rgb24()
717 src_pix_ptr = img.pix_ptr(x, yp); in stack_blur_rgb24()
738 if(yp < hm) in stack_blur_rgb24()
741 ++yp; in stack_blur_rgb24()
786 unsigned x, y, xp, yp, i; in stack_blur_rgba32() local
999 yp = ry; in stack_blur_rgba32()
1000 if(yp > hm) yp = hm; in stack_blur_rgba32()
1001 src_pix_ptr = img.pix_ptr(x, yp); in stack_blur_rgba32()
1025 if(yp < hm) in stack_blur_rgba32()
1028 ++yp; in stack_blur_rgba32()