Searched refs:tmpbufsize (Results 1 – 1 of 1) sorted by relevance
981 tmpbufsize = 0, usetmpbuf = 0, th[MAX_COMPONENTS]; in tjCompressFromYUVPlanes() local1036 tmpbufsize += iw[i] * th[i]; in tjCompressFromYUVPlanes()1046 if ((_tmpbuf = (JSAMPLE *)malloc(sizeof(JSAMPLE) * tmpbufsize)) == NULL) in tjCompressFromYUVPlanes()1624 tmpbufsize = 0, usetmpbuf = 0, th[MAX_COMPONENTS]; in tjDecompressToYUVPlanes() local1707 tmpbufsize += iw[i] * th[i]; in tjDecompressToYUVPlanes()1717 if ((_tmpbuf = (JSAMPLE *)malloc(sizeof(JSAMPLE) * tmpbufsize)) == NULL) in tjDecompressToYUVPlanes()