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

/external/aac/libSBRenc/src/
H A Dmh_det.cpp451 INT *pDetectionStartPos,
475 *pDetectionStartPos = noEstPerFrame;
478 *pDetectionStartPos = noEstPerFrame >> 1;
483 *pDetectionStartPos = noEstPerFrame;
489 *pDetectionStartPos = 0;
508 *pDetectionStartPos = 0;
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

Completed in 50 milliseconds