Home
last modified time | relevance | path

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

/external/libvpx/libvpx/vpx_dsp/
Dadd_noise.c47 int8_t char_dist[256]; in vpx_setup_noise() local
55 char_dist[next + j] = (int8_t)i; in vpx_setup_noise()
63 char_dist[next] = 0; in vpx_setup_noise()
67 noise[i] = char_dist[rand() & 0xff]; // NOLINT in vpx_setup_noise()
71 return -char_dist[0]; in vpx_setup_noise()