Home
last modified time | relevance | path

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

/external/oss-fuzz/projects/giflib/
DProtoToGif.cpp267 uint32_t ProtoConverter::tableExpToTableSize(uint32_t tableExp) in tableExpToTableSize() argument
271 uint32_t tableSize = 3 * (pow(2, tableExp + 1)); in tableExpToTableSize()
DProtoToGif.h40 static uint32_t tableExpToTableSize(uint32_t tableExp);