Searched refs:jpeg_write_coefficients (Results 1 – 6 of 6) sorted by relevance
113 #define jpeg_write_coefficients chromium_jpeg_write_coefficients macro
43 jpeg_write_coefficients(j_compress_ptr cinfo, jvirt_barray_ptr *coef_arrays) in jpeg_write_coefficients() function
688 jpeg_write_coefficients(&dstinfo, dst_coef_arrays); in jpegtran()
1048 EXTERN(void) jpeg_write_coefficients(j_compress_ptr cinfo,
2835 just be handed directly to jpeg_write_coefficients().2844 expected by jpeg_write_coefficients().2868 yourself. In either case, jpeg_write_coefficients() is substituted for2873 * jpeg_write_coefficients()2876 jpeg_write_coefficients() is passed a pointer to an array of virtual block2880 jpeg_write_coefficients() is called. A side-effect of2881 jpeg_write_coefficients() is to realize any virtual arrays that have been2884 after calling jpeg_write_coefficients(). The data is actually written out2885 when you call jpeg_finish_compress(); jpeg_write_coefficients() only writes2897 jpeg_write_coefficients() marks all tables stored in the compression object[all …]
2000 jpeg_write_coefficients(cinfo, dstcoefs); in tjTransform()