Searched refs:usetmpbuf (Results 1 – 1 of 1) sorted by relevance
938 tmpbufsize = 0, usetmpbuf = 0, th[MAX_COMPONENTS]; in tjCompressFromYUVPlanes() local992 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() local1641 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()