Lines Matching defs:hits
118 static void count_colors(AVCodecContext *avctx, unsigned hits[33],
151 hits[match] += count[i];
156 int out_alpha[4], unsigned hits[33])
167 hits[0] *= 16;
170 if (!(hits[1 + i] + hits[17 + i]))
177 hits[ 1 + i] *= mult;
178 hits[17 + i] *= mult;
184 if (hits[j] > hits[selected[i]])
186 hits[selected[i]] = 0;