HomeSort by relevance Sort by last modified time
    Searched refs:index2_ (Results 1 - 2 of 2) sorted by null

  /external/webp/src/utils/
random.h 28 int index1_, index2_; member in struct:__anon21258
43 diff = rg->tab_[rg->index1_] - rg->tab_[rg->index2_];
47 if (++rg->index2_ == VP8_RANDOM_TABLE_SIZE) rg->index2_ = 0;
random.c 36 rg->index2_ = 31;

Completed in 59 milliseconds