Home
last modified time | relevance | path

Searched refs:index2_ (Results 1 – 2 of 2) sorted by relevance

/AliOS-Things-master/components/SDL2/src/image/external/libwebp-1.0.2/src/utils/
A Drandom_utils.h28 int index1_, index2_; member
43 diff = rg->tab_[rg->index1_] - rg->tab_[rg->index2_]; in VP8RandomBits2()
47 if (++rg->index2_ == VP8_RANDOM_TABLE_SIZE) rg->index2_ = 0; in VP8RandomBits2()
A Drandom_utils.c36 rg->index2_ = 31; in VP8InitRandom()

Completed in 3 milliseconds