Searched refs:srcPtr2 (Results 1 – 4 of 4) sorted by relevance
/third_party/flutter/skia/third_party/externals/libjpeg-turbo/ |
D | tjbench.c | 313 *srcPtr2; in fullTest() local 380 for (col = 0, srcPtr2 = srcPtr; col < ntilesw; in fullTest() 381 col++, tile++, srcPtr2 += ps * tilew) { in fullTest() 388 if (tjEncodeYUV3(handle, srcPtr2, width, pitch, height, pf, yuvBuf, in fullTest() 397 if (tjCompress2(handle, srcPtr2, width, pitch, height, pf, in fullTest()
|
/third_party/skia/third_party/externals/libjpeg-turbo/ |
D | tjbench.c | 325 *srcPtr2; in fullTest() local 399 for (col = 0, srcPtr2 = srcPtr; col < ntilesw; in fullTest() 400 col++, tile++, srcPtr2 += ps * tilew) { in fullTest() 407 if (tjEncodeYUV3(handle, srcPtr2, width, pitch, height, pf, yuvBuf, in fullTest() 416 if (tjCompress2(handle, srcPtr2, width, pitch, height, pf, in fullTest()
|
/third_party/libjpeg-turbo/ |
D | tjbench.c | 327 *srcPtr2; in fullTest() local 401 for (col = 0, srcPtr2 = srcPtr; col < ntilesw; in fullTest() 402 col++, tile++, srcPtr2 += ps * tilew) { in fullTest() 409 if (tjEncodeYUV3(handle, srcPtr2, width, pitch, height, pf, yuvBuf, in fullTest() 418 if (tjCompress2(handle, srcPtr2, width, pitch, height, pf, in fullTest()
|
/third_party/ffmpeg/libswscale/ |
D | swscale_unscaled.c | 1834 const uint16_t *srcPtr2 = (const uint16_t *) srcPtr; in planarCopyWrapper() local 1839 DITHER_COPY(dstPtr, dstStride[plane], srcPtr2, srcStride[plane]/2, , ) in planarCopyWrapper() 1841 … DITHER_COPY(dstPtr, dstStride[plane], srcPtr2, srcStride[plane]/2, av_bswap16, ) in planarCopyWrapper() 1872 uint64_t v = AV_RN64A(srcPtr2 + j); \ in planarCopyWrapper() 1878 uint32_t v = AV_RN32A(srcPtr2 + j); \ in planarCopyWrapper() 1891 unsigned int v= r(&srcPtr2[j]);\ in planarCopyWrapper() 1896 unsigned int v= r(&srcPtr2[j]);\ in planarCopyWrapper() 1915 srcPtr2 += srcStride[plane]/2; in planarCopyWrapper() 1920 … DITHER_COPY(dstPtr2, dstStride[plane]/2, srcPtr2, srcStride[plane]/2, , ) in planarCopyWrapper() 1922 … DITHER_COPY(dstPtr2, dstStride[plane]/2, srcPtr2, srcStride[plane]/2, , av_bswap16) in planarCopyWrapper() [all …]
|