Lines Matching refs:tempStr
164 String qualStr = new String(""), sizeStr, tempStr; in decomp() local
281 tempStr = new String(fileName + "_" + sizeStr + ".bmp"); in decomp()
283 tempStr = new String(fileName + "_" + SUBNAME[subsamp] + qualStr + in decomp()
286 saveImage(tempStr, dstBuf, scaledw, scaledh, pf); in decomp()
287 int ndx = tempStr.lastIndexOf('.'); in decomp()
288 tempStr = new String(tempStr.substring(0, ndx) + "-err.bmp"); in decomp()
291 System.out.println("Compression error written to " + tempStr + "."); in decomp()
316 saveImage(tempStr, dstBuf, w, h, pf); in decomp()
460 String tempStr = fileName + "_" + SUBNAME[subsamp] + "_" + "Q" + in fullTest() local
462 FileOutputStream fos = new FileOutputStream(tempStr); in fullTest()
467 System.out.println("Reference image written to " + tempStr); in fullTest()
764 String tempStr = argv[0].toLowerCase(); in main() local
765 if (tempStr.endsWith(".jpg") || tempStr.endsWith(".jpeg")) in main()