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

/openjdk7/jdk/src/share/native/sun/awt/image/jpeg/
H A Djctrans.c24 JPP((j_compress_ptr cinfo, jvirt_barray_ptr * coef_arrays));
26 JPP((j_compress_ptr cinfo, jvirt_barray_ptr * coef_arrays));
42 jpeg_write_coefficients (j_compress_ptr cinfo, jvirt_barray_ptr * coef_arrays) argument
52 transencode_master_selection(cinfo, coef_arrays);
163 jvirt_barray_ptr * coef_arrays)
187 transencode_coef_controller(cinfo, coef_arrays);
368 jvirt_barray_ptr * coef_arrays)
382 coef->whole_image = coef_arrays;
162 transencode_master_selection(j_compress_ptr cinfo, jvirt_barray_ptr * coef_arrays) argument
367 transencode_coef_controller(j_compress_ptr cinfo, jvirt_barray_ptr * coef_arrays) argument
H A Djdtrans.c87 return cinfo->coef->coef_arrays;
H A Djdcoefct.c129 if (coef->pub.coef_arrays != NULL) {
721 coef->pub.coef_arrays = coef->whole_image; /* link to virtual arrays */
738 coef->pub.coef_arrays = NULL; /* flag for no virtual arrays */
H A Djpegint.h177 jvirt_barray_ptr *coef_arrays; member in struct:jpeg_d_coef_controller
H A Djpeglib.h1021 jvirt_barray_ptr * coef_arrays));

Completed in 53 milliseconds