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

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/minidlna/jpeg-7/
H A Djctrans.c20 JPP((j_compress_ptr cinfo, jvirt_barray_ptr * coef_arrays));
22 JPP((j_compress_ptr cinfo, jvirt_barray_ptr * coef_arrays));
38 jpeg_write_coefficients (j_compress_ptr cinfo, jvirt_barray_ptr * coef_arrays) argument
48 transencode_master_selection(cinfo, coef_arrays);
159 jvirt_barray_ptr * coef_arrays)
176 transencode_coef_controller(cinfo, coef_arrays);
357 jvirt_barray_ptr * coef_arrays)
371 coef->whole_image = coef_arrays;
158 transencode_master_selection(j_compress_ptr cinfo, jvirt_barray_ptr * coef_arrays) argument
356 transencode_coef_controller(j_compress_ptr cinfo, jvirt_barray_ptr * coef_arrays) argument
H A Djdtrans.c83 return cinfo->coef->coef_arrays;
H A Djdcoefct.c125 if (coef->pub.coef_arrays != NULL) {
717 coef->pub.coef_arrays = coef->whole_image; /* link to virtual arrays */
734 coef->pub.coef_arrays = NULL; /* flag for no virtual arrays */
H A Djpegint.h176 jvirt_barray_ptr *coef_arrays; member in struct:jpeg_d_coef_controller
H A Dtransupp.c861 jvirt_barray_ptr *coef_arrays = NULL; local
1024 coef_arrays = (jvirt_barray_ptr *)
1047 coef_arrays[ci] = (*srcinfo->mem->request_virt_barray)
1053 info->workspace_coef_arrays = coef_arrays;
H A Djpeglib.h1050 jvirt_barray_ptr * coef_arrays));

Completed in 80 milliseconds