Searched defs:bFrameKeep (Results 1 - 5 of 5) sorted by relevance

/external/aac/libSACenc/src/
H A Dsacenc_framewindowing.h140 INT bFrameKeep; member in struct:T_FRAMEWINDOW_CONFIG
H A Dsacenc_paramextract.h165 UCHAR bFrameKeep; member in struct:T_TTO_BOX_CONFIG
H A Dsacenc_framewindowing.cpp118 INT bFrameKeep; member in struct:T_FRAMEWINDOW
196 hFrameWindow->bFrameKeep = pFrameWindowConfig->bFrameKeep;
485 if (hFrameWindow->bFrameKeep == 1) {
497 } /* if (hFrameWindow->bFrameKeep==1) */
H A Dsacenc_tree.cpp133 UCHAR bFrameKeep; member in struct:SPACE_TREE
247 UCHAR *pParameterBand2HybridBandOffset, const INT bFrameKeep) {
257 hST->bFrameKeep = bFrameKeep;
295 boxConfig.bFrameKeep = hST->bFrameKeep;
435 if (hST->bFrameKeep == 1) {
245 fdk_sacenc_spaceTree_Init( HANDLE_SPACE_TREE hST, const SPACE_TREE_SETUP *const hSetup, UCHAR *pParameterBand2HybridBandOffset, const INT bFrameKeep) argument
H A Dsacenc_paramextract.cpp130 UCHAR bFrameKeep; member in struct:T_TTO_BOX
368 hTtoBox->bFrameKeep = ttoBoxConfig->bFrameKeep;

Completed in 100 milliseconds