Home | History | Annotate | Download | only in jpeg

Lines Matching full:case

39 #else				/* standard ANSI-compliant case */
282 case M_SOF0: process = "Baseline"; break;
283 case M_SOF1: process = "Extended sequential"; break;
284 case M_SOF2: process = "Progressive"; break;
285 case M_SOF3: process = "Lossless"; break;
286 case M_SOF5: process = "Differential sequential"; break;
287 case M_SOF6: process = "Differential progressive"; break;
288 case M_SOF7: process = "Differential lossless"; break;
289 case M_SOF9: process = "Extended sequential, arithmetic coding"; break;
290 case M_SOF10: process = "Progressive, arithmetic coding"; break;
291 case M_SOF11: process = "Lossless, arithmetic coding"; break;
292 case M_SOF13: process = "Differential sequential, arithmetic coding"; break;
293 case M_SOF14: process = "Differential progressive, arithmetic coding"; break;
294 case M_SOF15: process = "Differential lossless, arithmetic coding"; break;
339 case M_SOF0: /* Baseline */
340 case M_SOF1: /* Extended sequential, Huffman */
341 case M_SOF2: /* Progressive, Huffman */
342 case M_SOF3: /* Lossless, Huffman */
343 case M_SOF5: /* Differential sequential, Huffman */
344 case M_SOF6: /* Differential progressive, Huffman */
345 case M_SOF7: /* Differential lossless, Huffman */
346 case M_SOF9: /* Extended sequential, arithmetic */
347 case M_SOF10: /* Progressive, arithmetic */
348 case M_SOF11: /* Lossless, arithmetic */
349 case M_SOF13: /* Differential sequential, arithmetic */
350 case M_SOF14: /* Differential progressive, arithmetic */
351 case M_SOF15: /* Differential lossless, arithmetic */
358 case M_SOS: /* stop before hitting compressed data */
361 case M_EOI: /* in case it's a tables-only JPEG stream */
364 case M_COM:
368 case M_APP12:
409 /* Case-insensitive matching of (possibly abbreviated) keyword switches. */
410 /* keyword is the constant keyword (must be lower case already), */
450 progname = "rdjpgcom"; /* in case C library doesn't provide it */