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

  /external/jpeg/
transupp.c 72 JBLOCKARRAY buffer;
122 JBLOCKARRAY src_buffer, dst_buffer;
193 JBLOCKARRAY src_buffer, dst_buffer;
241 JBLOCKARRAY src_buffer, dst_buffer;
305 JBLOCKARRAY src_buffer, dst_buffer;
369 JBLOCKARRAY src_buffer, dst_buffer;
474 JBLOCKARRAY src_buffer, dst_buffer;
jpeglib.h 72 typedef JBLOCKROW *JBLOCKARRAY; /* a 2-D array of coefficient blocks */
73 typedef JBLOCKARRAY *JBLOCKIMAGE; /* a 3-D array of coefficient blocks */
    [all...]
jmemmgr.c 167 JBLOCKARRAY mem_buffer; /* => the in-memory buffer */
336 * Note: the major use of "large" objects is in JSAMPARRAY and JBLOCKARRAY
442 METHODDEF(JBLOCKARRAY)
448 JBLOCKARRAY result;
465 result = (JBLOCKARRAY) alloc_small(cinfo, pool_id,
840 METHODDEF(JBLOCKARRAY)
    [all...]
jccoefct.c 253 JBLOCKARRAY buffer;
347 JBLOCKARRAY buffer[MAX_COMPS_IN_SCAN];
jdcoefct.c 261 JBLOCKARRAY buffer[MAX_COMPS_IN_SCAN];
458 JBLOCKARRAY buffer[MAX_COMPS_IN_SCAN];
560 JBLOCKARRAY buffer;
720 JBLOCKARRAY buffer;
    [all...]
jctrans.c 286 JBLOCKARRAY buffer[MAX_COMPS_IN_SCAN];
  /external/pdfium/core/include/thirdparties/libjpeg/
jpeglib.h 139 typedef JBLOCKROW *JBLOCKARRAY; /* a 2-D array of coefficient blocks */
140 typedef JBLOCKARRAY *JBLOCKIMAGE; /* a 3-D array of coefficient blocks */
    [all...]
  /external/pdfium/core/src/fxcodec/libjpeg/
jpeglib.h 139 typedef JBLOCKROW *JBLOCKARRAY; /* a 2-D array of coefficient blocks */
140 typedef JBLOCKARRAY *JBLOCKIMAGE; /* a 3-D array of coefficient blocks */
    [all...]
fpdfapi_jmemmgr.c 170 JBLOCKARRAY mem_buffer; /* => the in-memory buffer */
339 * Note: the major use of "large" objects is in JSAMPARRAY and JBLOCKARRAY
445 METHODDEF(JBLOCKARRAY)
451 JBLOCKARRAY result;
468 result = (JBLOCKARRAY) alloc_small(cinfo, pool_id,
843 METHODDEF(JBLOCKARRAY)
    [all...]
fpdfapi_jdcoefct.c 251 JBLOCKARRAY buffer[MAX_COMPS_IN_SCAN];
322 JBLOCKARRAY buffer;
468 JBLOCKARRAY buffer;
fpdfapi_jccoefct.c 254 JBLOCKARRAY buffer;
348 JBLOCKARRAY buffer[MAX_COMPS_IN_SCAN];
fpdfapi_jctrans.c 287 JBLOCKARRAY buffer[MAX_COMPS_IN_SCAN];

Completed in 1390 milliseconds