JPP is only used within LibJPEG.
 
Symbols
loading...
Files
loading...

JPP macro

Syntax

#define JPP(arglist) arglist

Arguments

arglist

References

LocationText
jpeglib.h:857
#define JPP(arglist) arglist
jccoefct.c:63
jcmainct.c:55
jctrans.c:21
jctrans.c:23
jdapistd.c:23
jdcoefct.c:67
jdct.h:166
jdct.h:168
jdct.h:170
JPP((FAST_FLOAT * data, JSAMPARRAY sample_data, JDIMENSION start_col));
jdct.h:172
jdct.h:174
jdct.h:176
jdct.h:178
jdct.h:180
jdct.h:182
jdct.h:184
jdct.h:186
jdct.h:188
jdct.h:190
jdct.h:192
jdct.h:194
jdct.h:196
jdct.h:198
jdct.h:200
jdct.h:202
jdct.h:204
jdct.h:206
jdct.h:208
jdct.h:210
jdct.h:212
jdct.h:214
jdct.h:216
jdct.h:218
jdct.h:220
jdct.h:222
jdct.h:224
jdct.h:226
jdct.h:228
jdct.h:230
jdct.h:232
jdct.h:235
jdct.h:238
jdct.h:241
jdct.h:244
jdct.h:247
jdct.h:250
jdct.h:253
jdct.h:256
jdct.h:259
jdct.h:262
jdct.h:265
jdct.h:268
jdct.h:271
jdct.h:274
jdct.h:277
jdct.h:280
jdct.h:283
jdct.h:286
jdct.h:289
jdct.h:292
jdct.h:295
jdct.h:298
jdct.h:301
jdct.h:304
jdct.h:307
jdct.h:310
jdct.h:313
jdct.h:316
jdct.h:319
jdct.h:322
jdct.h:325
jdct.h:328
jdct.h:331
jdct.h:334
jdinput.c:32
METHODDEF(int) consume_markers JPP((j_decompress_ptr cinfo));
jdmainct.c:144
jdmainct.c:147
jdmainct.c:151
jdpostct.c:47
jdpostct.c:54
jdpostct.c:60
jdtrans.c:20
jmemsys.h:47
EXTERN(void *) jpeg_get_small JPP((j_common_ptr cinfo, size_t sizeofobject));
jmemsys.h:48
EXTERN(void) jpeg_free_small JPP((j_common_ptr cinfo, void * object,
jmemsys.h:60
EXTERN(void FAR *) jpeg_get_large JPP((j_common_ptr cinfo,
jmemsys.h:62
EXTERN(void) jpeg_free_large JPP((j_common_ptr cinfo, void FAR * object,
jmemsys.h:103
jmemsys.h:183
jmemsys.h:200
EXTERN(long) jpeg_mem_init JPP((j_common_ptr cinfo));
jmemsys.h:201
EXTERN(void) jpeg_mem_term JPP((j_common_ptr cinfo));
jpegint.h:360
jpegint.h:361
jpegint.h:363
jpegint.h:365
jpegint.h:367
jpegint.h:369
jpegint.h:370
jpegint.h:371
jpegint.h:372
jpegint.h:373
jpegint.h:374
jpegint.h:376
jpegint.h:377
jpegint.h:379
jpegint.h:381
jpegint.h:383
jpegint.h:384
jpegint.h:385
jpegint.h:386
jpegint.h:387
jpegint.h:388
jpegint.h:389
jpegint.h:390
jpegint.h:391
jpegint.h:392
jpegint.h:394
EXTERN(void) jinit_memory_mgr JPP((j_common_ptr cinfo));
jpegint.h:397
EXTERN(long) jdiv_round_up JPP((long a, long b));
jpegint.h:398
EXTERN(long) jround_up JPP((long a, long b));
jpegint.h:399
jpegint.h:402
jpeglib.h:929
JPP((struct jpeg_error_mgr * err));
jpeglib.h:944
jpeglib.h:946
jpeglib.h:949
jpeglib.h:950
jpeglib.h:955
EXTERN(void) jpeg_stdio_dest JPP((j_compress_ptr cinfo, JFILE * outfile));
jpeglib.h:956
EXTERN(void) jpeg_stdio_src JPP((j_decompress_ptr cinfo, JFILE * infile));
jpeglib.h:960
jpeglib.h:963
jpeglib.h:968
jpeglib.h:970
jpeglib.h:972
jpeglib.h:973
jpeglib.h:975
jpeglib.h:978
jpeglib.h:980
jpeglib.h:984
EXTERN(int) jpeg_quality_scaling JPP((int quality));
jpeglib.h:985
jpeglib.h:986
jpeglib.h:988
jpeglib.h:989
jpeglib.h:992
jpeglib.h:994
EXTERN(JDIMENSION) jpeg_write_scanlines JPP((j_compress_ptr cinfo,
jpeglib.h:997
jpeglib.h:1000
jpeglib.h:1003
EXTERN(JDIMENSION) jpeg_write_raw_data JPP((j_compress_ptr cinfo,
jpeglib.h:1009
jpeglib.h:1013
JPP((j_compress_ptr cinfo, int marker, unsigned int datalen));
jpeglib.h:1015
JPP((j_compress_ptr cinfo, int val));
jpeglib.h:1018
jpeglib.h:1021
jpeglib.h:1034
jpeglib.h:1035
EXTERN(JDIMENSION) jpeg_read_scanlines JPP((j_decompress_ptr cinfo,
jpeglib.h:1038
jpeglib.h:1041
EXTERN(JDIMENSION) jpeg_read_raw_data JPP((j_decompress_ptr cinfo,
jpeglib.h:1046
jpeglib.h:1047
jpeglib.h:1049
EXTERN(boolean) jpeg_finish_output JPP((j_decompress_ptr cinfo));
jpeglib.h:1050
jpeglib.h:1051
jpeglib.h:1052
jpeglib.h:1061
jpeglib.h:1062
jpeglib.h:1066
jpeglib.h:1071
jpeglib.h:1075
jpeglib.h:1076
jpeglib.h:1078
jpeglib.h:1087
jpeglib.h:1088
jpeglib.h:1093
EXTERN(void) jpeg_abort JPP((j_common_ptr cinfo));
jpeglib.h:1094
EXTERN(void) jpeg_destroy JPP((j_common_ptr cinfo));
jpeglib.h:1097