Lines Matching refs:ptr

190     uint8 *ptr, *ptr_e;
221 ptr = rec + (brwidth << 6) + (bc << 3);
225 ptr_e = ptr + 8; /* pointer to where the loop ends */
232 jVal0 = *(ptr - width); /* C */
233 jVal1 = *ptr; /* D */
241 *(ptr - width) = (uint8)(jVal0); /* C */
242 *ptr = (uint8)(jVal0); /* D */
244 jVal0 = *(ptr - (width << 1)); /* B */
245 jVal1 = *(ptr + width); /* E */
252 *(ptr - (width << 1)) = (uint8)jVal0; /* store B */
253 *(ptr + width) = (uint8)jVal1; /* store E */
259 *(ptr - (width << 1)) = (uint8)jVal0; /* store B */
260 *(ptr + width) = (uint8)jVal1; /* store E */
263 jVal0 = *(ptr - (width << 1) - width); /* A */
264 jVal1 = *(ptr + (width << 1)); /* F */
271 *(ptr - (width << 1) - width) = (uint8)(jVal0);
272 *(ptr + (width << 1)) = (uint8)(jVal1);
278 *(ptr - (width << 1) - width) = (uint8)(jVal0);
279 *(ptr + (width << 1)) = (uint8)(jVal1);
283 while (++ptr < ptr_e);
289 jVal0 = *(ptr - width); /* B */
290 jVal1 = *ptr; /* C */
298 *(ptr - width) = (uint8)(jVal0); /* B = (B+C)/2 */
299 *ptr = (uint8)jVal0; /* C = (B+C)/2 */
301 jVal0 = *(ptr - (width << 1)); /* A */
302 jVal1 = *(ptr + width); /* D */
310 *(ptr - (width << 1)) = (uint8)jVal0; /* A */
311 *(ptr + width) = (uint8)jVal1; /* D */
317 *(ptr - (width << 1)) = (uint8)jVal0; /* A */
318 *(ptr + width) = (uint8)jVal1; /* D */
322 while (++ptr < ptr_e);
337 ptr = rec + (brwidth << 6) + (bc << 3);
341 ptr_e = ptr + (width << 3);
348 jVal1 = *ptr; /* D */
349 jVal0 = *(ptr - 1); /* C */
356 *ptr = jVal1;
357 *(ptr - 1) = jVal1;
359 jVal1 = *(ptr + 1); /* E */
360 jVal0 = *(ptr - 2); /* B */
367 *(ptr + 1) = jVal1;
368 *(ptr - 2) = jVal0;
374 *(ptr + 1) = jVal1;
375 *(ptr - 2) = jVal0;
378 jVal1 = *(ptr + 2); /* F */
379 jVal0 = *(ptr - 3); /* A */
387 *(ptr + 2) = jVal1;
388 *(ptr - 3) = jVal0;
394 *(ptr + 2) = jVal1;
395 *(ptr - 3) = jVal0;
399 while ((ptr += width) < ptr_e);
405 jVal1 = *ptr; /* C */
406 jVal0 = *(ptr - 1); /* B */
414 *ptr = jVal1; /* C */
415 *(ptr - 1) = jVal1; /* B */
417 jVal1 = *(ptr + 1); /* D */
418 jVal0 = *(ptr - 2); /* A */
425 *(ptr + 1) = jVal1;
426 *(ptr - 2) = jVal0;
433 *(ptr + 1) = jVal1;
434 *(ptr - 2) = jVal0;
438 while ((ptr += width) < ptr_e);
467 uint8 *ptr, *ptr_e;
498 ptr = rec + (brwidth << 6) + (bc << 3);
502 ptr_e = ptr + 8; /* pointer to where the loop ends */
509 jVal0 = *(ptr - width); /* C */
510 jVal1 = *ptr; /* D */
518 *(ptr - width) = (uint8)(jVal0); /* C */
519 *ptr = (uint8)(jVal0); /* D */
521 jVal0 = *(ptr - (width << 1)); /* B */
522 jVal1 = *(ptr + width); /* E */
529 *(ptr - (width << 1)) = (uint8)jVal0; /* store B */
530 *(ptr + width) = (uint8)jVal1; /* store E */
536 *(ptr - (width << 1)) = (uint8)jVal0; /* store B */
537 *(ptr + width) = (uint8)jVal1; /* store E */
540 jVal0 = *(ptr - (width << 1) - width); /* A */
541 jVal1 = *(ptr + (width << 1)); /* F */
548 *(ptr - (width << 1) - width) = (uint8)(jVal0);
549 *(ptr + (width << 1)) = (uint8)(jVal1);
555 *(ptr - (width << 1) - width) = (uint8)(jVal0);
556 *(ptr + (width << 1)) = (uint8)(jVal1);
560 while (++ptr < ptr_e);
576 ptr = rec + (brwidth << 6) + (bc << 3);
580 ptr_e = ptr + (width << 3);
587 jVal1 = *ptr; /* D */
588 jVal0 = *(ptr - 1); /* C */
595 *ptr = jVal1;
596 *(ptr - 1) = jVal1;
598 jVal1 = *(ptr + 1); /* E */
599 jVal0 = *(ptr - 2); /* B */
606 *(ptr + 1) = jVal1;
607 *(ptr - 2) = jVal0;
613 *(ptr + 1) = jVal1;
614 *(ptr - 2) = jVal0;
617 jVal1 = *(ptr + 2); /* F */
618 jVal0 = *(ptr - 3); /* A */
626 *(ptr + 2) = jVal1;
627 *(ptr - 3) = jVal0;
633 *(ptr + 2) = jVal1;
634 *(ptr - 3) = jVal0;
638 while ((ptr += width) < ptr_e);