Home
last modified time | relevance | path

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

/third_party/backends/backend/
H A Ddmc.c721 memcpy(c->currentRawLine, c->nextRawLine, BYTES_PER_RAW_LINE); in DMCReadTwoSuperResolutionLines()
724 c->currentRawLine, BYTES_PER_RAW_LINE, &len); in DMCReadTwoSuperResolutionLines()
741 red = redCoeff * c->currentRawLine[PREV_RED(i)] + in DMCReadTwoSuperResolutionLines()
742 (3-redCoeff) * c->currentRawLine[NEXT_RED(i)]; in DMCReadTwoSuperResolutionLines()
743 green = greenCoeff * c->currentRawLine[PREV_GREEN(i)] + in DMCReadTwoSuperResolutionLines()
744 (3-greenCoeff) * c->currentRawLine[NEXT_GREEN(i)]; in DMCReadTwoSuperResolutionLines()
745 blue = blueCoeff * c->currentRawLine[PREV_BLUE(i)] + in DMCReadTwoSuperResolutionLines()
746 (3-blueCoeff) * c->currentRawLine[NEXT_BLUE(i)]; in DMCReadTwoSuperResolutionLines()
H A Ddmc.h97 SANE_Byte currentRawLine[BYTES_PER_RAW_LINE]; member

Completed in 4 milliseconds