Home
last modified time | relevance | path

Searched refs:pEncoderInputChScale (Results 1 – 3 of 3) sorted by relevance

/external/aac/libSACenc/src/
Dsacenc_tree.cpp362 const INT avoid_keep, INT *pEncoderInputChScale) { in fdk_sacenc_spaceTree_Apply() argument
429 hSTOut->bUseBBCues, &pEncoderInputChScale[inCh[0]], in fdk_sacenc_spaceTree_Apply()
430 &pEncoderInputChScale[inCh[1]]))) { in fdk_sacenc_spaceTree_Apply()
Dsacenc_tree.h157 const INT avoid_keep, INT *pEncoderInputChScale);
Dsacenc_lib.cpp269 INT *pEncoderInputChScale; member
431 FDK_ALLOCATE_MEMORY_1D(hEnc->pEncoderInputChScale, setup.maxChIn, INT); in mp4SpaceEnc_create()
698 hEnc->pEncoderInputChScale[ch] = 7; in FDK_sacenc_init()
702 hEnc->pEncoderInputChScale[ch] += 1; in FDK_sacenc_init()
705 { hEnc->pEncoderInputChScale[ch] += DC_FILTER_SF; } in FDK_sacenc_init()
776 hEnc->pEncoderInputChScale[ch] += hEnc->staticGainScale; in FDK_sacenc_init()
1013 encoderInputChScale[i] = hMp4SpaceEnc->pEncoderInputChScale[i]; in FDK_sacenc_encode()
1493 if (hEnc->pEncoderInputChScale != NULL) { in FDK_sacenc_close()
1494 FDK_FREE_MEMORY_1D(hEnc->pEncoderInputChScale); in FDK_sacenc_close()