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

/packages/apps/Gallery2/jni/filters/
H A Dwbalance.c25 int *histB = (int *) malloc(256*sizeof(int)); local
28 histR[i] = histG[i] = histB[i] =0;
34 histB[(src[BLUE])]++;
43 int b = histB[i];
69 int b = histB[i];
90 free(histB);

Completed in 31 milliseconds