Searched refs:val_count (Results 1 – 2 of 2) sorted by relevance
40 int *val_count);43 int bit_depth, int *val_count);
478 int *val_count) { in av1_count_colors() argument480 memset(val_count, 0, max_pix_val * sizeof(val_count[0])); in av1_count_colors()485 ++val_count[this_val]; in av1_count_colors()490 if (val_count[i]) ++n; in av1_count_colors()496 int bit_depth, int *val_count) { in av1_count_colors_highbd() argument500 memset(val_count, 0, max_pix_val * sizeof(val_count[0])); in av1_count_colors_highbd()506 ++val_count[this_val]; in av1_count_colors_highbd()511 if (val_count[i]) ++n; in av1_count_colors_highbd()