Home
last modified time | relevance | path

Searched refs:rnd_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
200 rnd_cct[i] = (int) floor(mult_cct[i] + 0.5); in round_cct()
208 if ((rnd_cct[k] == 11) && in round_cct()
209 (rnd_cct[k] == rnd_cct[k + 1]) && in round_cct()
210 (rnd_cct[k] == rnd_cct[k + 2])) { in round_cct()
212 rnd_cct[k + i]--; in round_cct()
213 mult_cct[k + i] = rnd_cct[k + i]; in round_cct()
222 sum[i] += rnd_cct[ in round_cct()
[all...]
H A Depsonds.c2749 void ESCIRoundColorCorrectionMatrix(int mult, double org_cct[], int rnd_cct[]) in ESCIRoundColorCorrectionMatrix() argument
2762 rnd_cct[i] = (int)floor(org_cct[i] * mult + 0.5); in ESCIRoundColorCorrectionMatrix()
2769 if ( (rnd_cct[i*3]==11) && in ESCIRoundColorCorrectionMatrix()
2770 (rnd_cct[i*3]==rnd_cct[i*3+1]) && in ESCIRoundColorCorrectionMatrix()
2771 (rnd_cct[i*3]==rnd_cct[i*3+2]) ) { in ESCIRoundColorCorrectionMatrix()
2772 rnd_cct[i*3+i] --; in ESCIRoundColorCorrectionMatrix()
2773 mult_cct[i*3+i] = rnd_cct[i*3+i]; in ESCIRoundColorCorrectionMatrix()
2780 sum[i] += rnd_cct[ in ESCIRoundColorCorrectionMatrix()
[all...]

Completed in 5 milliseconds