Searched refs:INPUT_BYTE (Results 1 – 1 of 1) sorted by relevance
/external/libjpeg-turbo/ |
D | jdmarker.c | 151 #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() 285 INPUT_BYTE(cinfo, compptr->component_id, return FALSE); in get_sof() 286 INPUT_BYTE(cinfo, c, return FALSE); in get_sof() 289 INPUT_BYTE(cinfo, compptr->quant_tbl_no, return FALSE); in get_sof() 317 INPUT_BYTE(cinfo, n, return FALSE); /* Number of components */ in get_sos() 332 INPUT_BYTE(cinfo, cc, return FALSE); in get_sos() 333 INPUT_BYTE(cinfo, c, return FALSE); in get_sos() 362 INPUT_BYTE(cinfo, c, return FALSE); in get_sos() [all …]
|