Home | History | Annotate | Download | only in jpeg

Lines Matching full:processor

184  * suspend, the marker processor updates the restart point to the end of
188 * The marker processor must retain internal state to deal with this.
730 /* can't get here unless jpeg_save_markers chooses wrong processor */
1355 jpeg_marker_parser_method processor;
1364 /* Choose processor routine to use.
1368 processor = save_marker;
1375 processor = skip_variable;
1376 /* If discarding APP0/APP14, use our regular on-the-fly processor. */
1378 processor = get_interesting_appn;
1382 marker->process_COM = processor;
1385 marker->process_APPn[marker_code - (int) M_APP0] = processor;