ptrh1             218 modules/edgeoverlay.c static void average_filter_row(const unsigned char* ptrh1,  // previous row
ptrh1             222 modules/edgeoverlay.c     const unsigned char* ptrh2 = ptrh1 + viewport_byte_width*viewport_yscale;  // current row
ptrh1             227 modules/edgeoverlay.c         *(smptr + x + 1) = (*(ptrh1 + x - 1) +
ptrh1             228 modules/edgeoverlay.c                             *(ptrh1 + x + 1) +
ptrh1             229 modules/edgeoverlay.c                             *(ptrh1 + x + 3) +
ptrh1             239 modules/edgeoverlay.c         *(smptr + x + 3) = (*(ptrh1 + x + 1) +
ptrh1             240 modules/edgeoverlay.c                             *(ptrh1 + x + 3) +
ptrh1             241 modules/edgeoverlay.c                             *(ptrh1 + x + 4) +
ptrh1             251 modules/edgeoverlay.c         *(smptr + x + 4) = (*(ptrh1 + x + 3) +
ptrh1             252 modules/edgeoverlay.c                             *(ptrh1 + x + 4) +
ptrh1             253 modules/edgeoverlay.c                             *(ptrh1 + x + 5) +
ptrh1             263 modules/edgeoverlay.c         *(smptr + x + 5) = (*(ptrh1 + x + 4) +
ptrh1             264 modules/edgeoverlay.c                             *(ptrh1 + x + 5) +
ptrh1             265 modules/edgeoverlay.c                             *(ptrh1 + x + 7) +
ptrh1             285 modules/edgeoverlay.c         *(smptr + x + 1) = (*(ptrh1 + x - 1) +
ptrh1             286 modules/edgeoverlay.c                             *(ptrh1 + x + 1) +
ptrh1             287 modules/edgeoverlay.c                             *(ptrh1 + x + 3) +
ptrh1             297 modules/edgeoverlay.c         *(smptr + x + 3) = (*(ptrh1 + x + 1) +
ptrh1             298 modules/edgeoverlay.c                             *(ptrh1 + x + 3) +
ptrh1             299 modules/edgeoverlay.c                             *(ptrh1 + x + 5) +
ptrh1             309 modules/edgeoverlay.c         *(smptr + x + 5) = (*(ptrh1 + x + 3) +
ptrh1             310 modules/edgeoverlay.c                             *(ptrh1 + x + 5) +
ptrh1             311 modules/edgeoverlay.c                             *(ptrh1 + x + 7) +
ptrh1             321 modules/edgeoverlay.c         *(smptr + x + 7) = (*(ptrh1 + x + 5) +
ptrh1             322 modules/edgeoverlay.c                             *(ptrh1 + x + 7) +
ptrh1             323 modules/edgeoverlay.c                             *(ptrh1 + x + 9) +
ptrh1             350 modules/edgeoverlay.c     const unsigned char*  ptrh1 = NULL;    // previous pixel line
ptrh1             395 modules/edgeoverlay.c             ptrh1 = img + (y_min+y-1) * viewport_byte_width*viewport_yscale;
ptrh1             398 modules/edgeoverlay.c             average_filter_row(ptrh1, smptr, x_min, x_max);
ptrh1             418 modules/edgeoverlay.c             ptrh1 = img + y * viewport_byte_width*viewport_yscale;
ptrh1             420 modules/edgeoverlay.c             average_filter_row(ptrh1, smptr, x_min, x_max);
ptrh1             422 modules/edgeoverlay.c             ptrh1 = smbuf;
ptrh1             426 modules/edgeoverlay.c             ptrh1 = img + (y-1) * viewport_byte_width*viewport_yscale;
ptrh1             428 modules/edgeoverlay.c         ptrh2 = ptrh1 + viewport_byte_width*viewport_yscale;
ptrh1             436 modules/edgeoverlay.c             conv1 = *(ptrh1 + x + 1) * ( 1) +
ptrh1             437 modules/edgeoverlay.c                     *(ptrh1 + x + 4) * (-1) +
ptrh1             448 modules/edgeoverlay.c             conv2 = *(ptrh1 + x + 1) * ( 1) +
ptrh1             449 modules/edgeoverlay.c                     *(ptrh1 + x + 3) * ( 2) +
ptrh1             450 modules/edgeoverlay.c                     *(ptrh1 + x + 4) * ( 1) +
ptrh1             466 modules/edgeoverlay.c             conv1 = *(ptrh1 + x + 5) * ( 1) +
ptrh1             467 modules/edgeoverlay.c                     *(ptrh1 + x + 9) * (-1) +
ptrh1             478 modules/edgeoverlay.c             conv2 = *(ptrh1 + x + 5) * ( 1) +
ptrh1             479 modules/edgeoverlay.c                     *(ptrh1 + x + 7) * ( 2) +
ptrh1             480 modules/edgeoverlay.c                     *(ptrh1 + x + 9) * ( 1) +
ptrh1             499 modules/edgeoverlay.c             conv1 = *(ptrh1 + x + 1) * ( 1) +	// UYVYYY UYVYYY	>>	UYVY UYVY UYVY
ptrh1             500 modules/edgeoverlay.c                     *(ptrh1 + x + 5) * (-1) +	// 012345 678901	>>	0123 4567 8901
ptrh1             511 modules/edgeoverlay.c             conv2 = *(ptrh1 + x + 1) * ( 1) +
ptrh1             512 modules/edgeoverlay.c                     *(ptrh1 + x + 3) * ( 2) +
ptrh1             513 modules/edgeoverlay.c                     *(ptrh1 + x + 5) * ( 1) +
ptrh1             529 modules/edgeoverlay.c             conv1 = *(ptrh1 + x + 7) * ( 1) +
ptrh1             530 modules/edgeoverlay.c                     *(ptrh1 + x + 11) * (-1) +
ptrh1             541 modules/edgeoverlay.c             conv2 = *(ptrh1 + x + 7) * ( 1) +
ptrh1             542 modules/edgeoverlay.c                     *(ptrh1 + x + 9) * ( 2) +
ptrh1             543 modules/edgeoverlay.c                     *(ptrh1 + x + 11) * ( 1) +