Searched refs:JBLOCKARRAY (Results 1 - 6 of 6) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/jpeg-7/
H A Djpeglib.h79 typedef JBLOCKROW *JBLOCKARRAY; /* a 2-D array of coefficient blocks */ typedef
80 typedef JBLOCKARRAY *JBLOCKIMAGE; /* a 3-D array of coefficient blocks */
791 JMETHOD(JBLOCKARRAY, alloc_barray, (j_common_ptr cinfo, int pool_id,
812 JMETHOD(JBLOCKARRAY, access_virt_barray, (j_common_ptr cinfo,
H A Dtransupp.c87 JBLOCKARRAY src_buffer, dst_buffer;
126 JBLOCKARRAY buffer;
192 JBLOCKARRAY src_buffer, dst_buffer;
253 JBLOCKARRAY src_buffer, dst_buffer;
331 JBLOCKARRAY src_buffer, dst_buffer;
384 JBLOCKARRAY src_buffer, dst_buffer;
464 JBLOCKARRAY src_buffer, dst_buffer;
534 JBLOCKARRAY src_buffer, dst_buffer;
644 JBLOCKARRAY src_buffer, dst_buffer;
H A Djmemmgr.c167 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)
H A Djdcoefct.c250 JBLOCKARRAY buffer[MAX_COMPS_IN_SCAN];
321 JBLOCKARRAY buffer;
467 JBLOCKARRAY buffer;
H A Djccoefct.c256 JBLOCKARRAY buffer;
351 JBLOCKARRAY buffer[MAX_COMPS_IN_SCAN];
H A Djctrans.c279 JBLOCKARRAY buffer[MAX_COMPS_IN_SCAN];

Completed in 156 milliseconds