Searched refs:usetmpbuf (Results 1 – 1 of 1) sorted by relevance
981 tmpbufsize = 0, usetmpbuf = 0, th[MAX_COMPONENTS]; in tjCompressFromYUVPlanes() local1034 if (iw[i] != pw[i] || ih != ph[i]) usetmpbuf = 1; in tjCompressFromYUVPlanes()1045 if (usetmpbuf) { in tjCompressFromYUVPlanes()1073 if (usetmpbuf) { in tjCompressFromYUVPlanes()1624 tmpbufsize = 0, usetmpbuf = 0, th[MAX_COMPONENTS]; in tjDecompressToYUVPlanes() local1705 if (iw[i] != pw[i] || ih != ph[i]) usetmpbuf = 1; in tjDecompressToYUVPlanes()1716 if (usetmpbuf) { in tjDecompressToYUVPlanes()1766 if (usetmpbuf) yuvptr[i] = tmpbuf[i]; in tjDecompressToYUVPlanes()1771 if (usetmpbuf) { in tjDecompressToYUVPlanes()