Home
last modified time | relevance | path

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

/third_party/backends/backend/
H A Ddmc.c716 int redCoeff, greenCoeff, blueCoeff; in DMCReadTwoSuperResolutionLines() local
734 redCoeff = 3; in DMCReadTwoSuperResolutionLines()
741 red = redCoeff * c->currentRawLine[PREV_RED(i)] + in DMCReadTwoSuperResolutionLines()
742 (3-redCoeff) * c->currentRawLine[NEXT_RED(i)]; in DMCReadTwoSuperResolutionLines()
750 redCoeff = ADVANCE_COEFF(redCoeff); in DMCReadTwoSuperResolutionLines()
760 redCoeff = 3; in DMCReadTwoSuperResolutionLines()
766 red = redCoeff * c->nextRawLine[PREV_RED(i)] + in DMCReadTwoSuperResolutionLines()
767 (3-redCoeff) * c->nextRawLine[NEXT_RED(i)]; in DMCReadTwoSuperResolutionLines()
775 redCoeff in DMCReadTwoSuperResolutionLines()
[all...]

Completed in 2 milliseconds