Lines Matching refs:tempStr
167 String qualStr = new String(""), sizeStr, tempStr; in decomp() local
287 tempStr = new String(fileName + "_" + sizeStr + ".bmp"); in decomp()
289 tempStr = new String(fileName + "_" + SUBNAME[subsamp] + qualStr + in decomp()
292 saveImage(tempStr, dstBuf, scaledw, scaledh, pf); in decomp()
293 int ndx = tempStr.lastIndexOf('.'); in decomp()
294 tempStr = new String(tempStr.substring(0, ndx) + "-err.bmp"); in decomp()
297 System.out.println("Compression error written to " + tempStr + "."); in decomp()
322 saveImage(tempStr, dstBuf, w, h, pf); in decomp()
468 String tempStr = fileName + "_" + SUBNAME[subsamp] + "_" + "Q" + in fullTest() local
470 FileOutputStream fos = new FileOutputStream(tempStr); in fullTest()
475 System.out.println("Reference image written to " + tempStr); in fullTest()
778 String tempStr = argv[0].toLowerCase(); in main() local
779 if (tempStr.endsWith(".jpg") || tempStr.endsWith(".jpeg")) in main()