Home
last modified time | relevance | path

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

/external/libjpeg-turbo/
Djpeglibmangler.h113 #define jpeg_write_coefficients chromium_jpeg_write_coefficients macro
Djctrans.c43 jpeg_write_coefficients(j_compress_ptr cinfo, jvirt_barray_ptr *coef_arrays) in jpeg_write_coefficients() function
Djpegtran.c688 jpeg_write_coefficients(&dstinfo, dst_coef_arrays); in jpegtran()
Djpeglib.h1048 EXTERN(void) jpeg_write_coefficients(j_compress_ptr cinfo,
Dlibjpeg.txt2835 just be handed directly to jpeg_write_coefficients().
2844 expected by jpeg_write_coefficients().
2868 yourself. In either case, jpeg_write_coefficients() is substituted for
2873 * jpeg_write_coefficients()
2876 jpeg_write_coefficients() is passed a pointer to an array of virtual block
2880 jpeg_write_coefficients() is called. A side-effect of
2881 jpeg_write_coefficients() is to realize any virtual arrays that have been
2884 after calling jpeg_write_coefficients(). The data is actually written out
2885 when you call jpeg_finish_compress(); jpeg_write_coefficients() only writes
2897 jpeg_write_coefficients() marks all tables stored in the compression object
[all …]
Dturbojpeg.c2000 jpeg_write_coefficients(cinfo, dstcoefs); in tjTransform()