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

  /external/opencv3/3rdparty/libwebp/enc/
histogram.c 355 static uint32_t MyRand(uint32_t *seed) {
395 const uint32_t idx1 = MyRand(&seed) % out_size;
397 const uint32_t diff = (tmp < 3) ? tmp : MyRand(&seed) % (out_size - 1);
  /external/webp/src/enc/
histogram.c 563 static uint32_t MyRand(uint32_t *seed) {
768 const uint32_t idx1 = MyRand(&seed) % image_histo_size;
771 (tmp < 3) ? tmp : MyRand(&seed) % (image_histo_size - 1);
    [all...]

Completed in 297 milliseconds