HomeSort by relevance Sort by last modified time
    Searched refs:LFmemorySize (Results 1 - 2 of 2) sorted by null

  /external/aac/libFDK/include/
FDK_hybrid.h 130 UINT LFmemorySize; /*!< Size of LF states buffer. */
156 * \param LFmemorySize Size of pLFmemory in bytes.
165 const UINT LFmemorySize,
  /external/aac/libFDK/src/
FDK_hybrid.cpp 186 const UINT LFmemorySize,
195 hAnalysisHybFilter->LFmemorySize = LFmemorySize;
232 if ( ((2*setup->nrQmfBands*setup->protoLen*sizeof(FIXP_DBL)) > hAnalysisHybFilter->LFmemorySize)
375 hAnalysisHybFilter->LFmemorySize = 0;

Completed in 54 milliseconds