Home
last modified time | relevance | path

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

/external/libjpeg-turbo/
Dturbojpeg.c947 tmpbufsize = 0, usetmpbuf = 0, th[MAX_COMPONENTS]; in tjCompressFromYUVPlanes() local
1001 if (iw[i] != pw[i] || ih != ph[i]) usetmpbuf = 1; in tjCompressFromYUVPlanes()
1012 if (usetmpbuf) { in tjCompressFromYUVPlanes()
1040 if (usetmpbuf) { in tjCompressFromYUVPlanes()
1576 tmpbufsize = 0, usetmpbuf = 0, th[MAX_COMPONENTS]; in tjDecompressToYUVPlanes() local
1650 if (iw[i] != pw[i] || ih != ph[i]) usetmpbuf = 1; in tjDecompressToYUVPlanes()
1661 if (usetmpbuf) { in tjDecompressToYUVPlanes()
1711 if (usetmpbuf) yuvptr[i] = tmpbuf[i]; in tjDecompressToYUVPlanes()
1716 if (usetmpbuf) { in tjDecompressToYUVPlanes()