Searched refs:transientPosOffset (Results 1 - 4 of 4) sorted by relevance
/external/aac/libSBRenc/src/ |
H A D | mh_det.h | 137 INT transientPosOffset; member in struct:__anon418
|
H A D | ton_corr.h | 131 INT transientPosOffset; /*!< An offset value to match the transient pos as calculated by the transient detector member in struct:__anon438
|
H A D | ton_corr.cpp | 361 if(transientPos + hTonCorr->transientPosOffset >= frameInfo->borders[frameInfo->nEnvelopes]){ 368 if(transientPos + hTonCorr->transientPosOffset < frameInfo->borders[frameInfo->nEnvelopes]){ 695 hTonCorr->transientPosOffset = FRAME_MIDDLE_SLOT_512LD; 703 hTonCorr->transientPosOffset = FRAME_MIDDLE_SLOT_512LD; 714 hTonCorr->transientPosOffset = FRAME_MIDDLE_SLOT_2048; 722 hTonCorr->transientPosOffset = FRAME_MIDDLE_SLOT_1920;
|
H A D | mh_det.cpp | 456 INT transientPosOffset, 471 if(transientPos + transientPosOffset < pFrameInfo->borders[pFrameInfo->nEnvelopes]) 474 if(transientPos + transientPosOffset > h_sbrMissingHarmonicsDetector->timeSlots >> 1){ 505 fixp_abs(pFrameInfo->borders[0] - (prevTransientPos + transientPosOffset - 1099 INT transientPosOffset = h_sbrMHDet->transientPosOffset; local 1142 transientPosOffset, 1272 hs->transientPosOffset = FRAME_MIDDLE_SLOT_512LD; 1277 hs->transientPosOffset = FRAME_MIDDLE_SLOT_512LD; 1288 hs->transientPosOffset 450 isDetectionOfNewToneAllowed(const SBR_FRAME_INFO *pFrameInfo, INT *pDetectionStartPos, INT noEstPerFrame, INT prevTransientFrame, INT prevTransientPos, INT prevTransientFlag, INT transientPosOffset, INT transientFlag, INT transientPos, INT deltaTime, HANDLE_SBR_MISSING_HARMONICS_DETECTOR h_sbrMissingHarmonicsDetector) argument [all...] |
Completed in 83 milliseconds