OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:bufferLFpos
(Results
1 - 2
of
2
) sorted by null
/external/aac/libFDK/include/
FDK_hybrid.h
121
INT
bufferLFpos
; /*!< Position to write incoming data into ringbuffer. */
/external/aac/libFDK/src/
FDK_hybrid.cpp
225
hAnalysisHybFilter->
bufferLFpos
= setup->protoLen-1;
314
const int writIndex = hAnalysisHybFilter->
bufferLFpos
;
315
int readIndex = hAnalysisHybFilter->
bufferLFpos
;
340
hAnalysisHybFilter->
bufferLFpos
= readIndex; /* Index where to write next input sample. */
Completed in 6397 milliseconds