HomeSort by relevance Sort by last modified time
    Searched defs:kRandomTable (Results 1 - 3 of 3) sorted by null

  /external/webp/src/utils/
random.c 20 static const uint32_t kRandomTable[VP8_RANDOM_TABLE_SIZE] = {
34 memcpy(rg->tab_, kRandomTable, sizeof(rg->tab_));
  /external/webrtc/webrtc/modules/audio_coding/neteq/
random_vector.cc 15 const int16_t RandomVector::kRandomTable[RandomVector::kRandomTableSize] = {
49 output[i] = kRandomTable[position];
random_vector.h 25 static const int16_t kRandomTable[kRandomTableSize];

Completed in 69 milliseconds