OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ov_size
(Results
1 - 2
of
2
) sorted by null
/external/aac/libFDK/src/
mdct.cpp
108
hMdct->
ov_size
= overlapBufferSize;
189
pOvl = hMdct->overlap.freq + hMdct->
ov_size
- 1;
280
pOvl = hMdct->overlap.freq + hMdct->
ov_size
- 1;
376
pOvl = hMdct->overlap.freq + hMdct->
ov_size
- tl/2;
378
FDK_ASSERT(tl/2 <= hMdct->
ov_size
);
/external/aac/libFDK/include/
mdct.h
124
int
ov_size
; /**< Overlap buffer size in words */
member in struct:__anon4778
Completed in 36 milliseconds