Searched refs:tmpbufsize (Results 1 – 1 of 1) sorted by relevance
947 tmpbufsize = 0, usetmpbuf = 0, th[MAX_COMPONENTS]; in tjCompressFromYUVPlanes() local1003 tmpbufsize += iw[i] * th[i]; in tjCompressFromYUVPlanes()1013 if ((_tmpbuf = (JSAMPLE *)malloc(sizeof(JSAMPLE) * tmpbufsize)) == NULL) in tjCompressFromYUVPlanes()1576 tmpbufsize = 0, usetmpbuf = 0, th[MAX_COMPONENTS]; in tjDecompressToYUVPlanes() local1652 tmpbufsize += iw[i] * th[i]; in tjDecompressToYUVPlanes()1662 if ((_tmpbuf = (JSAMPLE *)malloc(sizeof(JSAMPLE) * tmpbufsize)) == NULL) in tjDecompressToYUVPlanes()