Home
last modified time | relevance | path

Searched refs:dstPtr2 (Results 1 – 2 of 2) sorted by relevance

/external/libjpeg-turbo/
Dtjbench.c157 unsigned char *dstPtr, *dstPtr2, *yuvBuf = NULL; in decomp() local
200 for (col = 0, dstPtr2 = dstPtr; col < ntilesw; in decomp()
201 col++, tile++, dstPtr2 += ps * tilew) { in decomp()
212 if (tjDecodeYUV(handle, yuvBuf, yuvPad, subsamp, dstPtr2, width, in decomp()
217 dstPtr2, width, pitch, height, pf, in decomp()
/external/dng_sdk/source/
Ddng_image_writer.cpp3464 uint8 *dstPtr2 = fDstPtr + (offset1 + 1); in PutCodeWord() local
3471 *dstPtr2 = byte2; in PutCodeWord()