Home
last modified time | relevance | path

Searched refs:jinit_c_master_control (Results 1 – 4 of 4) sorted by relevance

/reactos/sdk/include/reactos/libs/libjpeg/
H A Djpegint.h317 #define jinit_c_master_control jICMaster macro
381 EXTERN(void) jinit_c_master_control JPP((j_compress_ptr cinfo,
/reactos/dll/3rdparty/libjpeg/
H A Djcinit.c217 jinit_c_master_control(cinfo, FALSE /* full compression */); in jinit_compress_master()
H A Djctrans.c188 jinit_c_master_control(cinfo, TRUE /* transcode only */); in transencode_master_selection()
H A Djcmaster.c623 jinit_c_master_control (j_compress_ptr cinfo, boolean transcode_only) in jinit_c_master_control() function