Searched defs:windowShape (Results 1 - 5 of 5) sorted by relevance
/external/aac/libAACenc/src/ |
H A D | block_switch.h | 111 INT windowShape; member in struct:__anon268
|
H A D | transform.cpp | 105 const INT windowShape, 140 int offset = (windowShape == LOL_WINDOW) ? ((frameLength * 3)>>2) : 0; 169 pRightWindowPart = FDKgetWindowSlope(fr, windowShape); 260 *prevWindowShape = windowShape; 102 FDKaacEnc_Transform_Real(const INT_PCM * pTimeData, FIXP_DBL *RESTRICT mdctData, const INT blockType, const INT windowShape, INT *prevWindowShape, const INT frameLength, INT *mdctData_e, INT filterType ,FIXP_DBL * RESTRICT overlapAddBuffer ) argument
|
H A D | interface.h | 123 INT windowShape; member in struct:__anon277
|
H A D | bitenc.cpp | 174 INT windowShape, 198 FDKwriteBits(hBitStream, (windowShape == LOL_WINDOW) ? KBD_WINDOW : windowShape,1); 1098 psyOutChannel[ch]->windowShape, 173 FDKaacEnc_encodeIcsInfo(INT blockType, INT windowShape, INT groupingMask, INT maxSfbPerGroup, HANDLE_FDK_BITSTREAM hBitStream, UINT syntaxFlags) argument
|
/external/aac/libAACdec/src/ |
H A D | conceal_types.h | 169 UCHAR windowShape; member in struct:__anon223
|
Completed in 142 milliseconds