Home
last modified time | relevance | path

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

/external/jpeg/
Ddjpeg.c63 FMT_PPM, /* PPM/PGM (PBMPLUS formats) */ enumerator
70 #define DEFAULT_FMT FMT_PPM
121 (DEFAULT_FMT == FMT_PPM ? " (default)" : "")); in usage()
319 requested_fmt = FMT_PPM; in parse_switches()
555 case FMT_PPM: in main()