Home | History | Annotate | Download | only in test

Lines Matching refs:tile

122 		int tile=0;
125 for(col=0, dstptr2=dstptr; col<ntilesw; col++, tile++, dstptr2+=ps*tilew)
129 if(tjDecompress2(handle, jpegbuf[tile], jpegsize[tile], dstptr2, width,
234 _throwunix("allocating JPEG tile array");
265 int tile=0;
269 for(col=0, srcptr2=srcptr; col<ntilesw; col++, tile++,
275 &jpegbuf[tile], &jpegsize[tile], subsamp, jpegqual, flags)==-1)
277 totaljpegsize+=jpegsize[tile];
296 printf("\n%s size: %d x %d\n", dotile? "Tile":"Image", tilew,
384 dotile? "Tile ":"Image", dotile? "Tile ":"Image");
400 _throwunix("allocating JPEG tile array");
417 printf("\n%s size: %d x %d", dotile? "Tile":"Image", _tilew,
479 printf("-tile = Test performance of the codec when the image is encoded as separate\n");
547 if(!strcasecmp(argv[i], "-tile"))
633 dotile? "Tile ":"Image", dotile? "Tile ":"Image");