OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:char_dist
(Results
1 - 2
of
2
) sorted by null
/external/libvpx/libvpx/vp9/common/
vp9_postproc.c
383
char
char_dist
[300];
local
406
char_dist
[next + j] = (char) i;
415
char_dist
[next] = 0;
419
state->noise[i] =
char_dist
[rand() & 0xff];
423
state->blackclamp[i] = -
char_dist
[0];
424
state->whiteclamp[i] = -
char_dist
[0];
425
state->bothclamp[i] = -2 *
char_dist
[0];
/external/libvpx/libvpx/vp8/common/
postproc.c
439
char
char_dist
[300];
local
465
char_dist
[next+j] = (char) i;
474
char_dist
[next] = 0;
480
state->noise[i] =
char_dist
[rand() & 0xff];
485
state->blackclamp[i] = -
char_dist
[0];
486
state->whiteclamp[i] = -
char_dist
[0];
487
state->bothclamp[i] = -2 *
char_dist
[0];
[
all
...]
Completed in 41 milliseconds