Home
last modified time | relevance | path

Searched refs:BYTES_PER_RAW_LINE (Results 1 - 2 of 2) sorted by relevance

/third_party/backends/backend/
H A Ddmc.h44 #define BYTES_PER_RAW_LINE 1599 macro
97 SANE_Byte currentRawLine[BYTES_PER_RAW_LINE];
98 SANE_Byte nextRawLine[BYTES_PER_RAW_LINE];
H A Ddmc.c95 #define NEXT_RED(i) (((i) >= BYTES_PER_RAW_LINE-3) ? BYTES_PER_RAW_LINE-3 : \
98 #define NEXT_GREEN(i) ((i)<1 ? 1 : ((i) >= BYTES_PER_RAW_LINE-2) ? \
99 BYTES_PER_RAW_LINE-2 : PREV_GREEN(i)+3)
101 #define NEXT_BLUE(i) ((i)<2 ? 2 : ((i) >= BYTES_PER_RAW_LINE-1) ? \
102 BYTES_PER_RAW_LINE-1 : PREV_BLUE(i)+3)
721 memcpy(c->currentRawLine, c->nextRawLine, BYTES_PER_RAW_LINE); in DMCReadTwoSuperResolutionLines()
724 c->currentRawLine, BYTES_PER_RAW_LINE, &len); in DMCReadTwoSuperResolutionLines()
729 c->nextRawLine, BYTES_PER_RAW_LINE, &len); in DMCReadTwoSuperResolutionLines()
740 for (i=0; i<BYTES_PER_RAW_LINE; in DMCReadTwoSuperResolutionLines()
[all...]

Completed in 2 milliseconds