Home
last modified time | relevance | path

Searched refs:jpeg_write_coefficients (Results 1 – 7 of 7) sorted by relevance

/external/pdfium/core/src/fxcodec/libjpeg/
Djpeglib.h940 #define jpeg_write_coefficients jWrtCoefs macro
1085 EXTERN(void) jpeg_write_coefficients JPP((j_compress_ptr cinfo,
Dfpdfapi_jctrans.c39 jpeg_write_coefficients (j_compress_ptr cinfo, jvirt_barray_ptr * coef_arrays) in jpeg_write_coefficients() function
/external/pdfium/core/include/thirdparties/libjpeg/
Djpeglib.h940 #define jpeg_write_coefficients jWrtCoefs macro
1085 EXTERN(void) jpeg_write_coefficients JPP((j_compress_ptr cinfo,
/external/jpeg/
Djpeglib.h937 #define jpeg_write_coefficients jWrtCoefs macro
1094 EXTERN(void) jpeg_write_coefficients JPP((j_compress_ptr cinfo,
Djctrans.c38 jpeg_write_coefficients (j_compress_ptr cinfo, jvirt_barray_ptr * coef_arrays) in jpeg_write_coefficients() function
Djpegtran.c473 jpeg_write_coefficients(&dstinfo, dst_coef_arrays); in main()
Dlibjpeg.doc2613 just be handed directly to jpeg_write_coefficients().
2622 expected by jpeg_write_coefficients().
2646 yourself. In either case, jpeg_write_coefficients() is substituted for
2651 * jpeg_write_coefficients()
2654 jpeg_write_coefficients() is passed a pointer to an array of virtual block
2658 jpeg_write_coefficients() is called. A side-effect of
2659 jpeg_write_coefficients() is to realize any virtual arrays that have been
2662 after calling jpeg_write_coefficients(). The data is actually written out
2663 when you call jpeg_finish_compress(); jpeg_write_coefficients() only writes
2675 jpeg_write_coefficients() marks all tables stored in the compression object
[all …]