HomeSort by relevance Sort by last modified time
    Searched full:rand_deltas (Results 1 - 1 of 1) sorted by null

  /external/libvpx/libvpx/test/
set_roi.cc 122 int rand_deltas[4]; local
124 rand_deltas[0] = (rand() % 160) - 80;
125 rand_deltas[1] = (rand() % 160) - 80;
126 rand_deltas[2] = (rand() % 160) - 80;
127 rand_deltas[3] = (rand() % 160) - 80;
129 deltas_valid = ((abs(rand_deltas[0]) <= 63) &&
130 (abs(rand_deltas[1]) <= 63) &&
131 (abs(rand_deltas[2]) <= 63) &&
132 (abs(rand_deltas[3]) <= 63)) ? 0 : -1;
136 cpi.common.mb_cols, rand_deltas,
    [all...]

Completed in 1697 milliseconds