Home
last modified time | relevance | path

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

/external/libjpeg-turbo/
Djctrans.c24 (j_compress_ptr cinfo, jvirt_barray_ptr *coef_arrays);
26 (j_compress_ptr cinfo, jvirt_barray_ptr *coef_arrays);
42 jpeg_write_coefficients (j_compress_ptr cinfo, jvirt_barray_ptr *coef_arrays) in jpeg_write_coefficients() argument
52 transencode_master_selection(cinfo, coef_arrays); in jpeg_write_coefficients()
169 jvirt_barray_ptr *coef_arrays) in transencode_master_selection() argument
197 transencode_coef_controller(cinfo, coef_arrays); in transencode_master_selection()
378 jvirt_barray_ptr *coef_arrays) in transencode_coef_controller() argument
392 coef->whole_image = coef_arrays; in transencode_coef_controller()
Djdtrans.c86 return cinfo->coef->coef_arrays; in jpeg_read_coefficients()
Djdcoefct.c64 if (coef->pub.coef_arrays != NULL) { in start_output_pass()
669 coef->pub.coef_arrays = coef->whole_image; /* link to virtual arrays */ in jinit_d_coef_controller()
686 coef->pub.coef_arrays = NULL; /* flag for no virtual arrays */ in jinit_d_coef_controller()
Dtransupp.c894 jvirt_barray_ptr *coef_arrays; in jtransform_request_workspace() local
1095 coef_arrays = (jvirt_barray_ptr *) in jtransform_request_workspace()
1118 coef_arrays[ci] = (*srcinfo->mem->request_virt_barray) in jtransform_request_workspace()
1122 info->workspace_coef_arrays = coef_arrays; in jtransform_request_workspace()
Djpegint.h189 jvirt_barray_ptr *coef_arrays; member
Djpeglib.h1038 jvirt_barray_ptr *coef_arrays);