OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:FilterSize
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/leveldatabase/src/util/
bloom_test.cc
54
size_t
FilterSize
() const {
129
ASSERT_LE(
FilterSize
(), static_cast<size_t>((length * 10 / 8) + 40))
142
rate*100.0, length, static_cast<int>(
FilterSize
()));
/external/aac/libFDK/include/
qmf.h
159
int
FilterSize
; /*!< Size of prototype filter. */
Completed in 25 milliseconds