Searched refs:val_count (Results 1 – 2 of 2) sorted by relevance
65 int *val_count);68 int bit_depth, int *val_count);
2196 int *val_count) { in av1_count_colors() argument2198 memset(val_count, 0, max_pix_val * sizeof(val_count[0])); in av1_count_colors()2203 ++val_count[this_val]; in av1_count_colors()2208 if (val_count[i]) ++n; in av1_count_colors()2214 int bit_depth, int *val_count) { in av1_count_colors_highbd() argument2218 memset(val_count, 0, max_pix_val * sizeof(val_count[0])); in av1_count_colors_highbd()2224 ++val_count[this_val]; in av1_count_colors_highbd()2229 if (val_count[i]) ++n; in av1_count_colors_highbd()