HomeSort by relevance Sort by last modified time
    Searched refs:yuvpad (Results 1 - 2 of 2) sorted by null

  /external/libjpeg-turbo/
tjbench.c 49 dotile=0, pf=TJPF_BGR, yuvpad=1, dowrite=1; variable
142 int yuvsize=tjBufSizeYUV2(width, yuvpad, height, subsamp);
165 width, yuvpad, height, flags)==-1)
168 if(tjDecodeYUV(handle, yuvbuf, yuvpad, subsamp, dstptr2, width,
341 yuvsize=tjBufSizeYUV2(tilew, yuvpad, tileh, subsamp);
366 yuvpad, subsamp, flags)==-1)
369 if(tjCompressFromYUV(handle, yuvbuf, width, yuvpad, height,
759 printf("-yuvpad <p> = If testing YUV encoding/decoding, this specifies the number of\n");
910 else if(!strcasecmp(argv[i], "-yuvpad") && i<argc-1)
913 if(temp>=1) yuvpad=temp
    [all...]
  /external/libjpeg-turbo/java/
TJBench.java 37 static int flags = 0, quiet = 0, pf = TJ.PF_BGR, yuvpad = 1; field in class:TJBench
160 yuvImage = new YUVImage(width, yuvpad, height, subsamp);
176 yuvImage.setBuf(yuvImage.getBuf(), width, yuvpad, height, subsamp); local
322 yuvImage = new YUVImage(tilew, yuvpad, tileh, subsamp);
340 yuvImage.setBuf(yuvImage.getBuf(), width, yuvpad, height, local
645 System.out.println("-yuvpad <p> = If testing YUV encoding/decoding, this specifies the number of");
809 else if (argv[i].equalsIgnoreCase("-yuvpad") && i < argv.length - 1) {
815 yuvpad = temp;
    [all...]

Completed in 83 milliseconds