Lines Matching refs:ref_offset

553     int result, curr_offset, ref_offset;
561 ref_offset = inpitch - blkwidth;
634 p_ref += ref_offset; /* ref_offset = inpitch-blkwidth; */
639 p_ref -= (ref_offset + blkwidth); /* input */
706 p_ref += ref_offset; /* move to the next line */
768 p_ref += ref_offset; /* ref_offset = inpitch-blkwidth; */
773 p_ref -= (ref_offset + blkwidth); /* input */
829 p_ref += ref_offset;
843 int result, result2, curr_offset, ref_offset;
849 ref_offset = inpitch - blkwidth;
929 p_ref += ref_offset; /* move to the next line */
989 p_ref += ref_offset; /* move to the next line */
1002 int result, curr_offset, ref_offset;
1008 ref_offset = inpitch - blkwidth;
1056 p_ref += ref_offset;
1066 int result, curr_offset, ref_offset;
1080 ref_offset = blkheight * inpitch; /* for limit */
1093 tmp = (uint32)(p_ref + ref_offset); /* limit */
1167 tmp = (uint32)(p_ref + ref_offset); /* limit */
1241 tmp = (uint32)(p_ref + ref_offset); /* limit */
1305 tmp = (uint32)(p_ref + ref_offset); /* limit */
1370 int result, curr_offset, ref_offset;
1375 ref_offset = blkheight * inpitch; /* for limit */
1382 tmp = (uint32)(p_ref + ref_offset); /* limit */
1436 int result, result2, curr_offset, ref_offset;
1441 ref_offset = blkheight * inpitch; /* for limit */
1452 tmp = (uint32)(p_ref + ref_offset); /* limit */
1532 tmp = (uint32)(p_ref + ref_offset); /* limit */
1596 int curr_offset, ref_offset;
1603 ref_offset = inpitch - blkwidth;
1612 ref_offset = 24-blkwidth;
1681 p_ref += ref_offset; /* ref_offset = inpitch-blkwidth; */
1686 p_ref -= (ref_offset + blkwidth); /* input */
1741 p_ref += ref_offset; /* ref_offset = inpitch-blkwidth; */