HomeSort by relevance Sort by last modified time
    Searched refs:JSAMPLE (Results 26 - 50 of 60) sorted by null

12 3

  /external/pdfium/third_party/libjpeg/
fpdfapi_jutils.c 122 register size_t count = (size_t) (num_cols * SIZEOF(JSAMPLE));
fpdfapi_jmemmgr.c 409 ((long) samplesperrow * SIZEOF(JSAMPLE));
428 * SIZEOF(JSAMPLE)));
603 (long) sptr->samplesperrow * SIZEOF(JSAMPLE);
605 (long) sptr->samplesperrow * SIZEOF(JSAMPLE);
653 (long) SIZEOF(JSAMPLE));
697 bytesperrow = (long) ptr->samplesperrow * SIZEOF(JSAMPLE);
822 size_t bytesperrow = (size_t) ptr->samplesperrow * SIZEOF(JSAMPLE);
    [all...]
fpdfapi_jdmerge.c 236 register JSAMPLE * range_limit = cinfo->sample_range_limit;
298 register JSAMPLE * range_limit = cinfo->sample_range_limit;
388 (size_t) (upsample->out_row_width * SIZEOF(JSAMPLE)));
fpdfapi_jdcolor.c 131 register JSAMPLE * range_limit = cinfo->sample_range_limit;
256 register JSAMPLE * range_limit = cinfo->sample_range_limit;
fpdfapi_jidctfst.c 179 JSAMPLE *range_limit = IDCT_range_limit(cinfo);
296 JSAMPLE dcval = range_limit[IDESCALE(wsptr[0], PASS1_BITS+3)
fpdfapi_jidctint.c 159 JSAMPLE *range_limit = IDCT_range_limit(cinfo);
291 JSAMPLE dcval = range_limit[(int) DESCALE((INT32) wsptr[0], PASS1_BITS+3)
  /packages/services/BuiltInPrintService/jni/plugins/genPCLm/src/
genJPEGStrips.cpp 52 JSAMPLE *imageBuffer, int resolution, colorSpaceDisposition destCS, int *numCompBytes) {
110 JSAMPROW row_pointer[1]; // pointer to JSAMPLE row[s]
  /external/libjpeg-turbo/simd/
jsimd.h 586 JDIMENSION in_row_group_ctr, JSAMPARRAY output_buf, JSAMPLE* range);
589 JDIMENSION in_row_group_ctr, JSAMPARRAY output_buf, JSAMPLE* range);
592 JDIMENSION in_row_group_ctr, JSAMPARRAY output_buf, JSAMPLE* range);
595 JDIMENSION in_row_group_ctr, JSAMPARRAY output_buf, JSAMPLE* range);
598 JDIMENSION in_row_group_ctr, JSAMPARRAY output_buf, JSAMPLE* range);
601 JDIMENSION in_row_group_ctr, JSAMPARRAY output_buf, JSAMPLE* range);
604 JDIMENSION in_row_group_ctr, JSAMPARRAY output_buf, JSAMPLE* range);
608 JDIMENSION in_row_group_ctr, JSAMPARRAY output_buf, JSAMPLE* range);
611 JDIMENSION in_row_group_ctr, JSAMPARRAY output_buf, JSAMPLE* range);
614 JDIMENSION in_row_group_ctr, JSAMPARRAY output_buf, JSAMPLE* range)
    [all...]
jdsample-mmx.asm 95 mov dl, JSAMPLE [esi+(eax-1)*SIZEOF_JSAMPLE]
96 mov JSAMPLE [esi+eax*SIZEOF_JSAMPLE], dl ; insert a dummy sample
266 mov dl, JSAMPLE [ecx+(eax-1)*SIZEOF_JSAMPLE]
267 mov JSAMPLE [ecx+eax*SIZEOF_JSAMPLE], dl
268 mov dl, JSAMPLE [ebx+(eax-1)*SIZEOF_JSAMPLE]
269 mov JSAMPLE [ebx+eax*SIZEOF_JSAMPLE], dl
270 mov dl, JSAMPLE [esi+(eax-1)*SIZEOF_JSAMPLE]
271 mov JSAMPLE [esi+eax*SIZEOF_JSAMPLE], dl ; insert a dummy sample
jdsample-sse2-64.asm 90 mov dl, JSAMPLE [rsi+(rax-1)*SIZEOF_JSAMPLE]
91 mov JSAMPLE [rsi+rax*SIZEOF_JSAMPLE], dl ; insert a dummy sample
242 mov dl, JSAMPLE [rcx+(rax-1)*SIZEOF_JSAMPLE]
243 mov JSAMPLE [rcx+rax*SIZEOF_JSAMPLE], dl
244 mov dl, JSAMPLE [rbx+(rax-1)*SIZEOF_JSAMPLE]
245 mov JSAMPLE [rbx+rax*SIZEOF_JSAMPLE], dl
246 mov dl, JSAMPLE [rsi+(rax-1)*SIZEOF_JSAMPLE]
247 mov JSAMPLE [rsi+rax*SIZEOF_JSAMPLE], dl ; insert a dummy sample
jdsample-sse2.asm 95 mov dl, JSAMPLE [esi+(eax-1)*SIZEOF_JSAMPLE]
96 mov JSAMPLE [esi+eax*SIZEOF_JSAMPLE], dl ; insert a dummy sample
264 mov dl, JSAMPLE [ecx+(eax-1)*SIZEOF_JSAMPLE]
265 mov JSAMPLE [ecx+eax*SIZEOF_JSAMPLE], dl
266 mov dl, JSAMPLE [ebx+(eax-1)*SIZEOF_JSAMPLE]
267 mov JSAMPLE [ebx+eax*SIZEOF_JSAMPLE], dl
268 mov dl, JSAMPLE [esi+(eax-1)*SIZEOF_JSAMPLE]
269 mov JSAMPLE [esi+eax*SIZEOF_JSAMPLE], dl ; insert a dummy sample
  /external/libjpeg-turbo/
jdmaster.c 423 JSAMPLE *table;
426 table = (JSAMPLE *)
428 (5 * (MAXJSAMPLE+1) + CENTERJSAMPLE) * sizeof(JSAMPLE));
432 MEMZERO(table - (MAXJSAMPLE+1), (MAXJSAMPLE+1) * sizeof(JSAMPLE));
435 table[i] = (JSAMPLE) i;
442 (2 * (MAXJSAMPLE+1) - CENTERJSAMPLE) * sizeof(JSAMPLE));
444 cinfo->sample_range_limit, CENTERJSAMPLE * sizeof(JSAMPLE));
example.c 61 extern JSAMPLE *image_buffer; /* Points to large array of R,G,B-order data */
92 JSAMPROW row_pointer[1]; /* pointer to JSAMPLE row[s] */
220 * scanline-high JSAMPLE array as a work buffer, and we will let the JPEG
jdcolext.c 42 register JSAMPLE * range_limit = cinfo->sample_range_limit;
jmemmgr.c 445 if ((ALIGN_SIZE % sizeof(JSAMPLE)) != 0)
454 sizeof(JSAMPLE));
458 ((long) samplesperrow * sizeof(JSAMPLE));
477 * sizeof(JSAMPLE)));
656 (long) sptr->samplesperrow * sizeof(JSAMPLE);
659 (long) sptr->samplesperrow * sizeof(JSAMPLE);
714 (long) sizeof(JSAMPLE));
758 bytesperrow = (long) ptr->samplesperrow * sizeof(JSAMPLE);
    [all...]
jdmrgext.c 36 register JSAMPLE * range_limit = cinfo->sample_range_limit;
109 register JSAMPLE * range_limit = cinfo->sample_range_limit;
jdcol565.c 31 register JSAMPLE * range_limit = cinfo->sample_range_limit;
110 register JSAMPLE * range_limit = cinfo->sample_range_limit;
247 register JSAMPLE * range_limit = cinfo->sample_range_limit;
345 register JSAMPLE * range_limit = cinfo->sample_range_limit;
jdmrg565.c 30 register JSAMPLE * range_limit = cinfo->sample_range_limit;
101 register JSAMPLE * range_limit = cinfo->sample_range_limit;
175 register JSAMPLE * range_limit = cinfo->sample_range_limit;
271 register JSAMPLE * range_limit = cinfo->sample_range_limit;
jidctfst.c 182 JSAMPLE *range_limit = IDCT_range_limit(cinfo);
299 JSAMPLE dcval = range_limit[IDESCALE(wsptr[0], PASS1_BITS+3)
turbojpeg.c 863 JSAMPLE *_tmpbuf[MAX_COMPONENTS], *_tmpbuf2[MAX_COMPONENTS];
867 JSAMPLE *ptr;
951 _tmpbuf[i]=(JSAMPLE *)malloc(
965 _tmpbuf2[i]=(JSAMPLE *)malloc(PAD(compptr->width_in_blocks*DCTSIZE, 16)
1081 JSAMPLE *_tmpbuf=NULL, *ptr; JSAMPROW *tmpbuf[MAX_COMPONENTS];
1139 ptr=(JSAMPLE *)srcPlanes[i];
1148 if((_tmpbuf=(JSAMPLE *)malloc(sizeof(JSAMPLE)*tmpbufsize))==NULL)
    [all...]
jccolor.c 411 outptr0[col] = (JSAMPLE)
415 outptr1[col] = (JSAMPLE)
419 outptr2[col] = (JSAMPLE)
  /external/skia/src/codec/
SkJpegCodec.cpp 500 JSAMPLE* decodeDst = (JSAMPLE*) dst;
506 decodeDst = (JSAMPLE*) fSwizzleSrcRow;
512 decodeDst = (JSAMPLE*) fColorXformSrcRow;
517 decodeDst = (JSAMPLE*) fSwizzleSrcRow;
541 decodeDst = SkTAddOffset<JSAMPLE>(decodeDst, decodeDstRowBytes);
    [all...]
  /external/ImageMagick/coders/
jpeg.c 1014 JSAMPLE
1042 register JSAMPLE
    [all...]
  /packages/apps/Gallery2/jni_jpegstream/src/
jpeg_reader.cpp 98 mScanlineBuf = (JSAMPLE *) (mInfo.mem->alloc_small)(
100 mScanlineUnformattedBuflen * sizeof(JSAMPLE));
  /external/pdfium/third_party/libtiff/
tif_jpeg.c 100 * Do we want to do special processing suitable for when JSAMPLE is a
    [all...]

Completed in 384 milliseconds

12 3