Searched refs:lcg_rand16 (Results 1 – 5 of 5) sorted by relevance
20 static INLINE unsigned int lcg_rand16(unsigned int *state) { in lcg_rand16() function
71 data + (lcg_rand16(&rand_state) % n) * AV1_K_MEANS_DIM, in RENAME()
313 int ptr = lcg_rand16(seed) % npoints; in get_rand_indices()319 int index = lcg_rand16(seed) % npoints; in get_rand_indices()
3761 case RESIZE_RANDOM: new_denom = lcg_rand16(&seed) % 9 + 8; break; in calculate_next_resize_scale()3818 case SUPERRES_RANDOM: new_denom = lcg_rand16(&seed) % 9 + 8; break; in calculate_next_superres_scale()
2481 if (lcg_rand16(&seed) % 256 > 0) return; in PrintTransformUnitStats()2584 if ((lcg_rand16(&seed) % (1 << (14 - num_pels_log2_lookup[plane_bsize]))) != in PrintPredictionUnitStats()3349 if (lcg_rand16(&seed) % 200 == 0) { in search_txk_type()