Home
last modified time | relevance | path

Searched defs:kRandomTable (Results 1 – 3 of 3) sorted by relevance

/external/webp/src/utils/
Drandom_utils.c20 static const uint32_t kRandomTable[VP8_RANDOM_TABLE_SIZE] = { variable
/external/webrtc/webrtc/modules/audio_coding/neteq/
Drandom_vector.h25 static const int16_t kRandomTable[kRandomTableSize]; variable
Drandom_vector.cc15 const int16_t RandomVector::kRandomTable[RandomVector::kRandomTableSize] = { member in webrtc::RandomVector