Home | History | Annotate | Download | only in libjpeg-turbo

Lines Matching refs:M_APP0

64   M_APP0  = 0xe0,
732 case M_APP0:
776 limit = marker->length_limit_APPn[cinfo->unread_marker - (int)M_APP0];
838 case M_APP0:
1059 case M_APP0:
1076 cinfo->unread_marker - (int)M_APP0]) (cinfo))
1337 if (marker_code == (int)M_APP0 && length_limit < APP0_DATA_LEN)
1344 if (marker_code == (int)M_APP0 || marker_code == (int)M_APP14)
1351 } else if (marker_code >= (int)M_APP0 && marker_code <= (int)M_APP15) {
1352 marker->process_APPn[marker_code - (int)M_APP0] = processor;
1353 marker->length_limit_APPn[marker_code - (int)M_APP0] = length_limit;
1373 else if (marker_code >= (int)M_APP0 && marker_code <= (int)M_APP15)
1374 marker->process_APPn[marker_code - (int)M_APP0] = routine;