OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:pLFmemory
(Results
1 - 2
of
2
) sorted by null
/external/aac/libFDK/include/
FDK_hybrid.h
135
FIXP_DBL *
pLFmemory
; /*!< Pointer to LF states buffer. */
161
* \param
pLFmemory
Pointer to outlying buffer used LF filtering.
162
* \param LFmemorySize Size of
pLFmemory
in bytes.
164
* \param HFmemorySize Size of
pLFmemory
in bytes.
169
FIXP_DBL *const
pLFmemory
, const UINT LFmemorySize,
/external/aac/libFDK/src/
FDK_hybrid.cpp
204
FIXP_DBL *const
pLFmemory
, const UINT LFmemorySize,
209
hAnalysisHybFilter->
pLFmemory
=
pLFmemory
;
267
pMem = hAnalysisHybFilter->
pLFmemory
;
429
hAnalysisHybFilter->
pLFmemory
= NULL;
Completed in 752 milliseconds