Home
last modified time | relevance | path

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

/third_party/backends/backend/
H A Ddmc.c104 #define ADVANCE_COEFF(i) (((i)==1) ? 3 : (i)-1); macro
750 redCoeff = ADVANCE_COEFF(redCoeff); in DMCReadTwoSuperResolutionLines()
751 greenCoeff = ADVANCE_COEFF(greenCoeff); in DMCReadTwoSuperResolutionLines()
752 blueCoeff = ADVANCE_COEFF(blueCoeff); in DMCReadTwoSuperResolutionLines()
775 redCoeff = ADVANCE_COEFF(redCoeff); in DMCReadTwoSuperResolutionLines()
776 greenCoeff = ADVANCE_COEFF(greenCoeff); in DMCReadTwoSuperResolutionLines()
777 blueCoeff = ADVANCE_COEFF(blueCoeff); in DMCReadTwoSuperResolutionLines()

Completed in 2 milliseconds