Home | History | Annotate | Download | only in src

Lines Matching defs:pDst

32     uint8 *pDst, *pSrc;
44 pDst = video->currPic->Sl + offset1;
56 *((uint*)pDst) = code;
57 pDst += 4;
65 *((uint*)pDst) = code;
66 pDst += 2;
70 pDst += offset;
77 pDst = video->currPic->Scb + ((offset1 + x_position) >> 2);
89 *((uint*)pDst) = code;
90 pDst += 4;
98 *((uint*)pDst) = code;
99 pDst += 2;
103 pDst += offset;
111 pDst = video->currPic->Scr + ((offset1 + x_position) >> 2);
122 *((uint*)pDst) = code;
123 pDst += 4;
131 *((uint*)pDst) = code;
132 pDst += 2;
136 pDst += offset;