Home
last modified time | relevance | path

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

/external/libjpeg-turbo/
Ddjpeg.c70 FMT_PPM, /* PPM/PGM (PBMPLUS formats) */ enumerator
77 #define DEFAULT_FMT FMT_PPM
135 (DEFAULT_FMT == FMT_PPM ? " (default)" : "")); in usage()
369 requested_fmt = FMT_PPM; in parse_switches()
643 case FMT_PPM: in main()