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

1 23

  /external/libjpeg-turbo/
jidctflt.c 83 JSAMPLE *range_limit = cinfo->sample_range_limit;
wrppm.c 61 * When JSAMPLE is the same size as char, we can just fwrite() the
225 sizeof(JSAMPLE) != sizeof(char)) {
jidctint.c 184 JSAMPLE *range_limit = IDCT_range_limit(cinfo);
317 JSAMPLE dcval = range_limit[(int) DESCALE((JLONG) wsptr[0], PASS1_BITS+3)
437 JSAMPLE *range_limit = IDCT_range_limit(cinfo);
586 JSAMPLE *range_limit = IDCT_range_limit(cinfo);
707 JSAMPLE *range_limit = IDCT_range_limit(cinfo);
821 JSAMPLE *range_limit = IDCT_range_limit(cinfo);
    [all...]
jpeglib.h 69 typedef JSAMPLE *JSAMPROW; /* ptr to one image row of pixel samples. */
658 JSAMPLE *sample_range_limit; /* table for fast range-limiting */
    [all...]
jdmerge.c 606 (size_t) (upsample->out_row_width * sizeof(JSAMPLE)));
jdcolor.c 350 outptr[col] = (JSAMPLE)
546 register JSAMPLE *range_limit = cinfo->sample_range_limit;
djpeg.c 718 sizeof(JSAMPLE);
  /external/libjpeg-turbo/simd/
jsimd_mips.c 610 JSAMPLE *);
651 JSAMPLE *);
  /external/pdfium/third_party/libjpeg/
jpeglib.h 168 typedef JSAMPLE *JSAMPROW; /* ptr to one image row of pixel samples. */
691 JSAMPLE * sample_range_limit; /* table for fast range-limiting */
    [all...]
  /packages/services/BuiltInPrintService/jni/plugins/genPCLm/src/
genPCLm.cpp     [all...]

Completed in 205 milliseconds

1 23