Lines Matching refs:tempstr
108 char tempstr[1024], sizestr[20]="\0", qualstr[6]="\0", *ptr; in decomp() local
194 sigfig((double)(w*h)/1000000.*(double)iter/elapsed, 4, tempstr, 1024), in decomp()
198 sigfig((double)(w*h)/1000000.*(double)iter/elapsedDecode, 4, tempstr, in decomp()
225 snprintf(tempstr, 1024, "%s_%s.%s", filename, sizestr, ext); in decomp()
227 snprintf(tempstr, 1024, "%s_%s%s_%s.%s", filename, subName[subsamp], in decomp()
230 if(savebmp(tempstr, dstbuf, scaledw, scaledh, pf, in decomp()
233 ptr=strrchr(tempstr, '.'); in decomp()
234 snprintf(ptr, 1024-(ptr-tempstr), "-err.%s", ext); in decomp()
237 if(!quiet) printf("Compression error written to %s.\n", tempstr); in decomp()
266 if(savebmp(tempstr, dstbuf, w, h, pf, in decomp()
283 char tempstr[1024], tempstr2[80]; in fullTest() local
394 sigfig((double)(w*h)/1000000.*(double)iter/elapsedEncode, 4, tempstr, in fullTest()
397 sigfig((double)(w*h)/1000000.*(double)iter/elapsed, 4, tempstr, 1024), in fullTest()
432 snprintf(tempstr, 1024, "%s_%s_Q%d.jpg", filename, subName[subsamp], in fullTest()
434 if((file=fopen(tempstr, "wb"))==NULL) in fullTest()
439 if(!quiet) printf("Reference image written to %s\n", tempstr); in fullTest()
492 char *temp=NULL, tempstr[80], tempstr2[80]; in decompTest() local
534 formatName(subsamp, cs, tempstr), pixFormatStr[pf], in decompTest()
650 sigfig((double)(w*h)/1000000./elapsed, 4, tempstr, 80), in decompTest()