HomeSort by relevance Sort by last modified time
    Searched refs:transientPosOffset (Results 1 - 4 of 4) sorted by null

  /external/aac/libSBRenc/src/
mh_det.h 137 INT transientPosOffset;
ton_corr.h 131 INT transientPosOffset; /*!< An offset value to match the transient pos as calculated by the transient detector
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;
    [all...]
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 -
    [all...]

Completed in 2884 milliseconds