OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:FDKgetWindowSlope
(Results
1 - 4
of
4
) sorted by null
/external/aac/libFDK/include/
FDK_tools_rom.h
135
* function
FDKgetWindowSlope
(), this table is only made public for some optimized
147
const FIXP_WTP *
FDKgetWindowSlope
(int length, int shape);
/external/aac/libAACenc/src/
transform.cpp
168
pLeftWindowPart =
FDKgetWindowSlope
(fl, *prevWindowShape);
169
pRightWindowPart =
FDKgetWindowSlope
(fr, windowShape);
/external/aac/libAACdec/src/
block.cpp
728
FDKgetWindowSlope
(fl, GetWindowShape(&pAacDecoderChannelInfo->icsInfo)),
730
FDKgetWindowSlope
(fr, GetWindowShape(&pAacDecoderChannelInfo->icsInfo)),
/external/aac/libFDK/src/
FDK_tools_rom.cpp
[
all
...]
Completed in 169 milliseconds