OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:RAND_BUF_SIZE
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/opus/src/silk/
PLC.h
37
#define
RAND_BUF_SIZE
128
38
#define RAND_BUF_MASK (
RAND_BUF_SIZE
- 1 )
/external/opencv/cxcore/src/
cxrand.cpp
337
#define
RAND_BUF_SIZE
96
345
float buffer[
RAND_BUF_SIZE
]; \
350
int i, j, len =
RAND_BUF_SIZE
; \
352
for( i = 0; i < size.width; i +=
RAND_BUF_SIZE
) \
Completed in 173 milliseconds