Searched defs:FilterSize (Results 1 - 2 of 2) sorted by relevance

/external/aac/libFDK/include/
H A Dqmf.h159 int FilterSize; /*!< Size of prototype filter. */ member in struct:QMF_FILTER_BANK
/external/chromium_org/third_party/leveldatabase/src/util/
H A Dbloom_test.cc54 size_t FilterSize() const { function in class:leveldb::BloomTest
129 ASSERT_LE(FilterSize(), static_cast<size_t>((length * 10 / 8) + 40))
142 rate*100.0, length, static_cast<int>(FilterSize()));

Completed in 79 milliseconds