OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:char_dist
(Results
1 - 4
of
4
) sorted by null
/external/libvpx/libvpx/vp9/common/
vp9_postproc.c
543
char
char_dist
[300];
local
565
char_dist
[next + j] = (char) i;
573
char_dist
[next] = 0;
577
state->noise[i] =
char_dist
[rand() & 0xff]; // NOLINT
581
state->blackclamp[i] = -
char_dist
[0];
582
state->whiteclamp[i] = -
char_dist
[0];
583
state->bothclamp[i] = -2 *
char_dist
[0];
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/
vp9_postproc.c
380
char
char_dist
[300];
local
403
char_dist
[next + j] = (char) i;
411
char_dist
[next] = 0;
415
state->noise[i] =
char_dist
[rand() & 0xff]; // NOLINT
419
state->blackclamp[i] = -
char_dist
[0];
420
state->whiteclamp[i] = -
char_dist
[0];
421
state->bothclamp[i] = -2 *
char_dist
[0];
/external/libvpx/libvpx/vp8/common/
postproc.c
438
char
char_dist
[300];
local
464
char_dist
[next+j] = (char) i;
473
char_dist
[next] = 0;
479
state->noise[i] =
char_dist
[rand() & 0xff];
484
state->blackclamp[i] = -
char_dist
[0];
485
state->whiteclamp[i] = -
char_dist
[0];
486
state->bothclamp[i] = -2 *
char_dist
[0];
[
all
...]
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/
postproc.c
434
char
char_dist
[300];
local
460
char_dist
[next+j] = (char) i;
469
char_dist
[next] = 0;
475
state->noise[i] =
char_dist
[rand() & 0xff];
480
state->blackclamp[i] = -
char_dist
[0];
481
state->whiteclamp[i] = -
char_dist
[0];
482
state->bothclamp[i] = -2 *
char_dist
[0];
[
all
...]
Completed in 202 milliseconds