Home
last modified time | relevance | path

Searched refs:bufferLFpos (Results 1 – 2 of 2) sorted by relevance

/external/aac/libFDK/include/
DFDK_hybrid.h121 …INT bufferLFpos; /*!< Position to write incoming data into ringbuffer. */ member
/external/aac/libFDK/src/
DFDK_hybrid.cpp225 hAnalysisHybFilter->bufferLFpos = setup->protoLen-1; in FDKhybridAnalysisInit()
314 const int writIndex = hAnalysisHybFilter->bufferLFpos; in FDKhybridAnalysisApply()
315 int readIndex = hAnalysisHybFilter->bufferLFpos; in FDKhybridAnalysisApply()
340 hAnalysisHybFilter->bufferLFpos = readIndex; /* Index where to write next input sample. */ in FDKhybridAnalysisApply()