Home
last modified time | relevance | path

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

/third_party/backends/backend/
H A Depjitsu.c2861 int rgb_avg[2][3], rgb_hicount[2][3]; in coarsecal_light() local
2892 rgb_avg[i][j] = rgb_hicount[i][j] = 0; in coarsecal_light()
2903 rgb_hicount[i][j]++; in coarsecal_light()
2923 rgb_hicount[i][j] = rgb_hicount[i][j] * 1000 / s->coarsecal.width_pix; in coarsecal_light()
2925 zcount[i] = MAX3(rgb_hicount[i][0], rgb_hicount[i][1], rgb_hicount[i][2]); in coarsecal_light()
2930 rgb_hicount[0][0]/10.0f, rgb_hicount[ in coarsecal_light()
[all...]

Completed in 4 milliseconds