Home
last modified time | relevance | path

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

/third_party/backends/backend/
H A Ddmc.c716 int redCoeff, greenCoeff, blueCoeff; in DMCReadTwoSuperResolutionLines() local
735 greenCoeff = 1; in DMCReadTwoSuperResolutionLines()
743 green = greenCoeff * c->currentRawLine[PREV_GREEN(i)] + in DMCReadTwoSuperResolutionLines()
744 (3-greenCoeff) * c->currentRawLine[NEXT_GREEN(i)]; in DMCReadTwoSuperResolutionLines()
751 greenCoeff = ADVANCE_COEFF(greenCoeff); in DMCReadTwoSuperResolutionLines()
761 greenCoeff = 1; in DMCReadTwoSuperResolutionLines()
768 green = greenCoeff * c->nextRawLine[PREV_GREEN(i)] + in DMCReadTwoSuperResolutionLines()
769 (3-greenCoeff) * c->nextRawLine[NEXT_GREEN(i)]; in DMCReadTwoSuperResolutionLines()
776 greenCoeff in DMCReadTwoSuperResolutionLines()
[all...]

Completed in 2 milliseconds