Searched refs:INPUT_BYTE (Results 1 – 3 of 3) sorted by relevance
/external/opencv3/3rdparty/libjpeg/ |
D | jdmarker.c | 150 #define INPUT_BYTE(cinfo,V,action) \ macro 255 INPUT_BYTE(cinfo, cinfo->data_precision, return FALSE); in get_sof() 258 INPUT_BYTE(cinfo, cinfo->num_components, return FALSE); in get_sof() 285 INPUT_BYTE(cinfo, c, return FALSE); in get_sof() 304 INPUT_BYTE(cinfo, c, return FALSE); in get_sof() 307 INPUT_BYTE(cinfo, compptr->quant_tbl_no, return FALSE); in get_sof() 335 INPUT_BYTE(cinfo, n, return FALSE); /* Number of components */ in get_sos() 349 INPUT_BYTE(cinfo, c, return FALSE); in get_sos() 376 INPUT_BYTE(cinfo, c, return FALSE); in get_sos() 385 INPUT_BYTE(cinfo, c, return FALSE); in get_sos() [all …]
|
/external/pdfium/third_party/libjpeg/ |
D | fpdfapi_jdmarker.c | 148 #define INPUT_BYTE(cinfo,V,action) \ macro 252 INPUT_BYTE(cinfo, cinfo->data_precision, return FALSE); in get_sof() 255 INPUT_BYTE(cinfo, cinfo->num_components, return FALSE); in get_sof() 290 INPUT_BYTE(cinfo, compptr->component_id, return FALSE); in get_sof() 301 INPUT_BYTE(cinfo, c, return FALSE); in get_sof() 304 INPUT_BYTE(cinfo, compptr->quant_tbl_no, return FALSE); in get_sof() 332 INPUT_BYTE(cinfo, n, return FALSE); /* Number of components */ in get_sos() 344 INPUT_BYTE(cinfo, cc, return FALSE); in get_sos() 345 INPUT_BYTE(cinfo, c, return FALSE); in get_sos() 381 INPUT_BYTE(cinfo, c, return FALSE); in get_sos() [all …]
|
/external/libjpeg-turbo/ |
D | jdmarker.c | 150 #define INPUT_BYTE(cinfo,V,action) \ macro 252 INPUT_BYTE(cinfo, cinfo->data_precision, return FALSE); in get_sof() 255 INPUT_BYTE(cinfo, cinfo->num_components, return FALSE); in get_sof() 284 INPUT_BYTE(cinfo, compptr->component_id, return FALSE); in get_sof() 285 INPUT_BYTE(cinfo, c, return FALSE); in get_sof() 288 INPUT_BYTE(cinfo, compptr->quant_tbl_no, return FALSE); in get_sof() 316 INPUT_BYTE(cinfo, n, return FALSE); /* Number of components */ in get_sos() 331 INPUT_BYTE(cinfo, cc, return FALSE); in get_sos() 332 INPUT_BYTE(cinfo, c, return FALSE); in get_sos() 361 INPUT_BYTE(cinfo, c, return FALSE); in get_sos() [all …]
|