Searched refs:jpeg_write_coefficients (Results 1 – 7 of 7) sorted by relevance
940 #define jpeg_write_coefficients jWrtCoefs macro1085 EXTERN(void) jpeg_write_coefficients JPP((j_compress_ptr cinfo,
39 jpeg_write_coefficients (j_compress_ptr cinfo, jvirt_barray_ptr * coef_arrays) in jpeg_write_coefficients() function
937 #define jpeg_write_coefficients jWrtCoefs macro1094 EXTERN(void) jpeg_write_coefficients JPP((j_compress_ptr cinfo,
38 jpeg_write_coefficients (j_compress_ptr cinfo, jvirt_barray_ptr * coef_arrays) in jpeg_write_coefficients() function
473 jpeg_write_coefficients(&dstinfo, dst_coef_arrays); in main()
2613 just be handed directly to jpeg_write_coefficients().2622 expected by jpeg_write_coefficients().2646 yourself. In either case, jpeg_write_coefficients() is substituted for2651 * jpeg_write_coefficients()2654 jpeg_write_coefficients() is passed a pointer to an array of virtual block2658 jpeg_write_coefficients() is called. A side-effect of2659 jpeg_write_coefficients() is to realize any virtual arrays that have been2662 after calling jpeg_write_coefficients(). The data is actually written out2663 when you call jpeg_finish_compress(); jpeg_write_coefficients() only writes2675 jpeg_write_coefficients() marks all tables stored in the compression object[all …]