Searched refs:avoid_keep (Results 1 – 5 of 5) sorted by relevance
/external/aac/libSACenc/src/ |
D | sacenc_tree.cpp | 312 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()
|
D | sacenc_framewindowing.h | 173 FRAMEWIN_LIST *const pFrameWinList, const INT avoid_keep);
|
D | sacenc_tree.h | 157 const INT avoid_keep, INT *pEncoderInputChScale);
|
D | sacenc_lib.cpp | 218 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()
|
D | sacenc_framewindowing.cpp | 319 FRAMEWIN_LIST *const pFrameWinList, const INT avoid_keep) { in fdk_sacenc_frameWindow_GetWindow() argument 491 if (avoid_keep != 0) { in fdk_sacenc_frameWindow_GetWindow()
|