Home
last modified time | relevance | path

Searched refs:max_pix_val (Results 1 – 1 of 1) sorted by relevance

/external/libaom/libaom/av1/encoder/
Drdopt.c2197 const int max_pix_val = 1 << 8; in av1_count_colors() local
2198 memset(val_count, 0, max_pix_val * sizeof(val_count[0])); in av1_count_colors()
2202 assert(this_val < max_pix_val); in av1_count_colors()
2207 for (int i = 0; i < max_pix_val; ++i) { in av1_count_colors()
2216 const int max_pix_val = 1 << bit_depth; in av1_count_colors_highbd() local
2218 memset(val_count, 0, max_pix_val * sizeof(val_count[0])); in av1_count_colors_highbd()
2222 assert(this_val < max_pix_val); in av1_count_colors_highbd()
2223 if (this_val >= max_pix_val) return 0; in av1_count_colors_highbd()
2228 for (int i = 0; i < max_pix_val; ++i) { in av1_count_colors_highbd()