Searched refs:INPUT_BYTE (Results 1 – 2 of 2) sorted by relevance
/external/jpeg/ |
D | jdmarker.c | 148 #define INPUT_BYTE(cinfo,V,action) \ macro 250 INPUT_BYTE(cinfo, cinfo->data_precision, return FALSE); in get_sof() 253 INPUT_BYTE(cinfo, cinfo->num_components, return FALSE); in get_sof() 282 INPUT_BYTE(cinfo, compptr->component_id, return FALSE); in get_sof() 283 INPUT_BYTE(cinfo, c, return FALSE); in get_sof() 286 INPUT_BYTE(cinfo, compptr->quant_tbl_no, return FALSE); in get_sof() 314 INPUT_BYTE(cinfo, n, return FALSE); /* Number of components */ in get_sos() 326 INPUT_BYTE(cinfo, cc, return FALSE); in get_sos() 327 INPUT_BYTE(cinfo, c, return FALSE); in get_sos() 354 INPUT_BYTE(cinfo, c, return FALSE); in get_sos() [all …]
|
/external/pdfium/core/src/fxcodec/libjpeg/ |
D | fpdfapi_jdmarker.c | 149 #define INPUT_BYTE(cinfo,V,action) \ macro 253 INPUT_BYTE(cinfo, cinfo->data_precision, return FALSE); in get_sof() 256 INPUT_BYTE(cinfo, cinfo->num_components, return FALSE); in get_sof() 291 INPUT_BYTE(cinfo, compptr->component_id, return FALSE); in get_sof() 302 INPUT_BYTE(cinfo, c, return FALSE); in get_sof() 305 INPUT_BYTE(cinfo, compptr->quant_tbl_no, return FALSE); in get_sof() 333 INPUT_BYTE(cinfo, n, return FALSE); /* Number of components */ in get_sos() 345 INPUT_BYTE(cinfo, cc, return FALSE); in get_sos() 346 INPUT_BYTE(cinfo, c, return FALSE); in get_sos() 382 INPUT_BYTE(cinfo, c, return FALSE); in get_sos() [all …]
|