Home
last modified time | relevance | path

Searched refs:avoid_keep (Results 1 – 5 of 5) sorted by relevance

/external/aac/libSACenc/src/
Dsacenc_tree.cpp312 const INT avoid_keep) { in SpaceTree_FrameKeep212() argument
315 if (avoid_keep == 0) { in SpaceTree_FrameKeep212()
341 const INT avoid_keep) { in SpaceTree_FrameKeep() argument
346 SpaceTree_FrameKeep212(hST, hSTOut, avoid_keep); in SpaceTree_FrameKeep()
362 const INT avoid_keep, INT *pEncoderInputChScale) { in fdk_sacenc_spaceTree_Apply() argument
436 if (SACENC_OK != (error = SpaceTree_FrameKeep(hST, hSTOut, avoid_keep))) { in fdk_sacenc_spaceTree_Apply()
Dsacenc_framewindowing.h173 FRAMEWIN_LIST *const pFrameWinList, const INT avoid_keep);
Dsacenc_tree.h157 const INT avoid_keep, INT *pEncoderInputChScale);
Dsacenc_lib.cpp218 INT avoid_keep; member
1221 hMp4SpaceEnc->avoid_keep = NUM_KEEP_WINDOWS; in FDK_sacenc_encode()
1245 hMp4SpaceEnc->avoid_keep))) { in FDK_sacenc_encode()
1294 pFrameData, hMp4SpaceEnc->avoid_keep, encoderInputChScale))) { in FDK_sacenc_encode()
1306 if (hMp4SpaceEnc->avoid_keep > 0) { in FDK_sacenc_encode()
1307 hMp4SpaceEnc->avoid_keep--; in FDK_sacenc_encode()
Dsacenc_framewindowing.cpp319 FRAMEWIN_LIST *const pFrameWinList, const INT avoid_keep) { in fdk_sacenc_frameWindow_GetWindow() argument
491 if (avoid_keep != 0) { in fdk_sacenc_frameWindow_GetWindow()