Home
last modified time | relevance | path

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

/external/libjpeg-turbo/
Dturbojpeg.c938 tmpbufsize = 0, usetmpbuf = 0, th[MAX_COMPONENTS]; in tjCompressFromYUVPlanes() local
992 if (iw[i] != pw[i] || ih != ph[i]) usetmpbuf = 1; in tjCompressFromYUVPlanes()
1003 if (usetmpbuf) { in tjCompressFromYUVPlanes()
1031 if (usetmpbuf) { in tjCompressFromYUVPlanes()
1567 tmpbufsize = 0, usetmpbuf = 0, th[MAX_COMPONENTS]; in tjDecompressToYUVPlanes() local
1641 if (iw[i] != pw[i] || ih != ph[i]) usetmpbuf = 1; in tjDecompressToYUVPlanes()
1652 if (usetmpbuf) { in tjDecompressToYUVPlanes()
1702 if (usetmpbuf) yuvptr[i] = tmpbuf[i]; in tjDecompressToYUVPlanes()
1707 if (usetmpbuf) { in tjDecompressToYUVPlanes()