OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:rand_deltas
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/third_party/libvpx/source/libvpx/test/
set_roi.cc
124
int
rand_deltas
[4];
local
126
rand_deltas
[0] = rnd(160) - 80;
127
rand_deltas
[1] = rnd(160) - 80;
128
rand_deltas
[2] = rnd(160) - 80;
129
rand_deltas
[3] = rnd(160) - 80;
131
deltas_valid = ((abs(
rand_deltas
[0]) <= 63) &&
132
(abs(
rand_deltas
[1]) <= 63) &&
133
(abs(
rand_deltas
[2]) <= 63) &&
134
(abs(
rand_deltas
[3]) <= 63)) ? 0 : -1;
138
cpi.common.mb_cols,
rand_deltas
,
[
all
...]
/external/libvpx/libvpx/test/
set_roi.cc
124
int
rand_deltas
[4];
local
126
rand_deltas
[0] = rnd(160) - 80;
127
rand_deltas
[1] = rnd(160) - 80;
128
rand_deltas
[2] = rnd(160) - 80;
129
rand_deltas
[3] = rnd(160) - 80;
131
deltas_valid = ((abs(
rand_deltas
[0]) <= 63) &&
132
(abs(
rand_deltas
[1]) <= 63) &&
133
(abs(
rand_deltas
[2]) <= 63) &&
134
(abs(
rand_deltas
[3]) <= 63)) ? 0 : -1;
138
cpi.common.mb_cols,
rand_deltas
,
[
all
...]
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/test/
set_roi.cc
124
int
rand_deltas
[4];
local
126
rand_deltas
[0] = rnd(160) - 80;
127
rand_deltas
[1] = rnd(160) - 80;
128
rand_deltas
[2] = rnd(160) - 80;
129
rand_deltas
[3] = rnd(160) - 80;
131
deltas_valid = ((abs(
rand_deltas
[0]) <= 63) &&
132
(abs(
rand_deltas
[1]) <= 63) &&
133
(abs(
rand_deltas
[2]) <= 63) &&
134
(abs(
rand_deltas
[3]) <= 63)) ? 0 : -1;
138
cpi.common.mb_cols,
rand_deltas
,
[
all
...]
Completed in 2310 milliseconds