Searched refs:jpeg_read_coefficients (Results 1 – 7 of 7) sorted by relevance
49 jpeg_read_coefficients(j_decompress_ptr cinfo) in jpeg_read_coefficients() function
112 #define jpeg_read_coefficients chromium_jpeg_read_coefficients macro
637 src_coef_arrays = jpeg_read_coefficients(&srcinfo); in jpegtran()641 transformoption.drop_coef_arrays = jpeg_read_coefficients(&dropinfo); in jpegtran()
1047 EXTERN(jvirt_barray_ptr *) jpeg_read_coefficients(j_decompress_ptr cinfo);
1980 srccoefs = jpeg_read_coefficients(dinfo); in tjTransform()
2828 and jpeg_read_scanlines(), call jpeg_read_coefficients(). This will read the2850 If you use a suspending data source, jpeg_read_coefficients() will return2855 It is also possible to call jpeg_read_coefficients() to obtain access to the2859 image mode as discussed previously, then call jpeg_read_coefficients() after2866 block arrays read from an input JPEG file by jpeg_read_coefficients(), or
1601 5. Fixed a bug in `jpeg_read_coefficients()` whereby it would not initialize