Searched refs:dstPtr2 (Results 1 – 2 of 2) sorted by relevance
/external/libjpeg-turbo/ |
D | tjbench.c | 153 unsigned char *dstPtr, *dstPtr2, *yuvBuf = NULL; in decomp() local 196 for (col = 0, dstPtr2 = dstPtr; col < ntilesw; in decomp() 197 col++, tile++, dstPtr2 += ps * tilew) { in decomp() 208 if (tjDecodeYUV(handle, yuvBuf, yuvPad, subsamp, dstPtr2, width, in decomp() 213 dstPtr2, width, pitch, height, pf, in decomp()
|
/external/dng_sdk/source/ |
D | dng_image_writer.cpp | 3464 uint8 *dstPtr2 = fDstPtr + (offset1 + 1); in PutCodeWord() local 3471 *dstPtr2 = byte2; in PutCodeWord()
|