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

  /external/libjpeg-turbo/doc/html/search/
variables_74.js 7 ['tjpixelsize',['tjPixelSize',['../group___turbo_j_p_e_g.html#gad77cf8fe5b2bfd3cb3f53098146abb4c',1,'turbojpeg.h']]],
all_74.js 58 ['tjpixelsize',['tjPixelSize',['../group___turbo_j_p_e_g.html#gad77cf8fe5b2bfd3cb3f53098146abb4c',1,'turbojpeg.h']]],
  /external/libjpeg-turbo/
bmp.c 79 int srcps=tjPixelSize[srcpf];
82 int dstps=tjPixelSize[dstpf];
215 dstps=tjPixelSize[dstpf];
305 srcps=tjPixelSize[srcpf];
turbojpeg-jni.c 201 actualPitch=(pitch==0)? width*tjPixelSize[pf]:pitch;
202 arraySize=(y+height-1)*actualPitch + (x+width)*tjPixelSize[pf];
214 if(tjCompress2(handle, &srcBuf[y*actualPitch + x*tjPixelSize[pf]], width,
253 if(tjPixelSize[pf]!=sizeof(jint))
271 if(tjPixelSize[pf]!=sizeof(jint))
386 actualPitch=(pitch==0)? width*tjPixelSize[pf]:pitch;
387 arraySize=(y+height-1)*actualPitch + (x+width)*tjPixelSize[pf];
416 if(tjEncodeYUVPlanes(handle, &srcBuf[y*actualPitch + x*tjPixelSize[pf]],
453 if(tjPixelSize[pf]!=sizeof(jint))
480 arraySize=(pitch==0)? width*tjPixelSize[pf]*height:pitch*height
    [all...]
tjunittest.c 93 int ps=tjPixelSize[pf];
187 int ps=tjPixelSize[pf];
404 if((srcBuf=(unsigned char *)malloc(w*h*tjPixelSize[pf]))==NULL)
469 dstSize=scaledWidth*scaledHeight*tjPixelSize[pf];
turbojpeg.h 282 static const int tjPixelSize[TJ_NUMPF] = {3, 3, 4, 4, 4, 4, 1, 4, 4, 4, 4, 4};
627 * <tt>width * #tjPixelSize[pixelFormat]</tt> if the image is unpadded, or
628 * <tt>#TJPAD(width * #tjPixelSize[pixelFormat])</tt> if each line of the image
632 * <tt>width * #tjPixelSize[pixelFormat]</tt>.
    [all...]
turbojpeg.c 218 cinfo->input_components=tjPixelSize[pixelFormat];
756 if(pitch==0) pitch=width*tjPixelSize[pixelFormat];
873 if(pitch==0) pitch=width*tjPixelSize[pixelFormat];
    [all...]
tjbench.c 112 int ps=tjPixelSize[pf];
286 int ps=tjPixelSize[pf];
488 int ps=tjPixelSize[pf], tile;
511 pf=TJPF_CMYK; ps=tjPixelSize[pf];
  /external/libvncserver/common/
turbojpeg.h 220 static const int tjPixelSize[TJ_NUMPF] = {3, 3, 4, 4, 4, 4, 1, 4, 4, 4, 4};
313 * <tt>width * #tjPixelSize[pixelFormat]</tt> if the image is unpadded,
314 * or <tt>#TJPAD(width * #tjPixelSize[pixelFormat])</tt> if each line of
318 * setting it to <tt>width * #tjPixelSize[pixelFormat]</tt>.
443 * <tt>scaledWidth * #tjPixelSize[pixelFormat]</tt> if the decompressed
445 * #tjPixelSize[pixelFormat])</tt> if each line of the decompressed
452 * * #tjPixelSize[pixelFormat]</tt>.
turbojpeg.c 182 cinfo->input_components=tjPixelSize[pixelFormat];
563 if(pitch==0) pitch=width*tjPixelSize[pixelFormat];
803 if(pitch==0) pitch=dinfo->output_width*tjPixelSize[pixelFormat];
810 RGB_PIXELSIZE!=tjPixelSize[pixelFormat]))
  /external/libvncserver/test/
tjunittest.c 78 int ps=tjPixelSize[pf];
150 int ps=tjPixelSize[pf];
249 if((srcBuf=(unsigned char *)malloc(w*h*tjPixelSize[pf]))==NULL)
293 dstSize=scaledWidth*scaledHeight*tjPixelSize[pf];
tjbench.c 86 int ps=tjPixelSize[pf];
217 int ps=tjPixelSize[pf], ntilesw=1, ntilesh=1, pitch=w*ps;

Completed in 934 milliseconds