Home
last modified time | relevance | path

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

/third_party/backends/backend/
H A Ddmc.c716 int redCoeff, greenCoeff, blueCoeff; in DMCReadTwoSuperResolutionLines() local
736 blueCoeff = 2; in DMCReadTwoSuperResolutionLines()
745 blue = blueCoeff * c->currentRawLine[PREV_BLUE(i)] + in DMCReadTwoSuperResolutionLines()
746 (3-blueCoeff) * c->currentRawLine[NEXT_BLUE(i)]; in DMCReadTwoSuperResolutionLines()
752 blueCoeff = ADVANCE_COEFF(blueCoeff); in DMCReadTwoSuperResolutionLines()
762 blueCoeff = 2; in DMCReadTwoSuperResolutionLines()
770 blue = blueCoeff * c->nextRawLine[PREV_BLUE(i)] + in DMCReadTwoSuperResolutionLines()
771 (3-blueCoeff) * c->nextRawLine[NEXT_BLUE(i)]; in DMCReadTwoSuperResolutionLines()
777 blueCoeff in DMCReadTwoSuperResolutionLines()
[all...]

Completed in 2 milliseconds