Home
last modified time | relevance | path

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

/third_party/backends/backend/
H A Depson2-commands.c192 round_cct(double org_cct[], int rnd_cct[]) in round_cct() argument
199 mult_cct[i] = org_cct[i] * 32; in round_cct()
H A Depsonds.c2749 void ESCIRoundColorCorrectionMatrix(int mult, double org_cct[], int rnd_cct[]) in ESCIRoundColorCorrectionMatrix() argument
2757 mult_cct[i] = org_cct[i] * mult; in ESCIRoundColorCorrectionMatrix()
2762 rnd_cct[i] = (int)floor(org_cct[i] * mult + 0.5); in ESCIRoundColorCorrectionMatrix()

Completed in 6 milliseconds