Searched refs:JD_FORMAT (Results 1 – 2 of 2) sorted by relevance
8 #define JD_FORMAT 0 macro
761 if (JD_FORMAT != 2 || !cmp) { /* C components may not be processed if in grayscale output */ in mcu_load()818 if (JD_FORMAT != 2) { /* RGB output (build an RGB MCU from Y/C component) */ in mcu_output()866 a = (mx - w) * (JD_FORMAT != 2 ? 3 : 1); /* Bytes to skip for next line in the square */ in mcu_output()870 pix = (uint8_t*)jd->workbuf + (iy * mx + ix) * (JD_FORMAT != 2 ? 3 : 1); in mcu_output()875 if (JD_FORMAT != 2) { /* RGB output? */ in mcu_output()883 if (JD_FORMAT != 2) { /* RGB output? */ in mcu_output()904 if (JD_FORMAT != 2) { in mcu_output()925 if (JD_FORMAT != 2) { in mcu_output()930 s += (mx - rx) * (JD_FORMAT != 2 ? 3 : 1); /* Skip truncated pixels */ in mcu_output()935 if (JD_FORMAT == 1) { in mcu_output()