Searched refs:jpeg_start_compress (Results 1 – 6 of 6) sorted by relevance
144 jpeg_start_compress(&cinfo, TRUE); in write_JPEG_file()
38 jpeg_start_compress (j_compress_ptr cinfo, boolean write_all_tables) in jpeg_start_compress() function
914 #define jpeg_start_compress jStrtCompress macro1000 EXTERN(void) jpeg_start_compress JPP((j_compress_ptr cinfo,
580 jpeg_start_compress(&cinfo, TRUE); in main()
118 jpeg_start_compress(...);314 calling jpeg_start_compress() and jpeg_finish_compress().344 jpeg_start_compress(). There's no harm in calling jpeg_set_defaults() more358 4. jpeg_start_compress(...);361 source image info and other parameters, call jpeg_start_compress() to begin367 jpeg_start_compress(&cinfo, TRUE);374 Once you have called jpeg_start_compress(), you may not alter any JPEG1413 Initialize destination. This is called by jpeg_start_compress()2184 calling jpeg_start_compress() will prevent the table from being written at2192 To create an abbreviated image, you must also call jpeg_start_compress()[all …]
885 jpeg_start_compress(&cinfo, TRUE); in onEncode()