Home
last modified time | relevance | path

Searched refs:nEnvelopes (Results 1 – 19 of 19) sorted by relevance

/external/aac/libSBRenc/src/
Dps_encode.cpp289 INT nEnvelopes) in envelopeReducible() argument
306 if (nEnvelopes <= 1) { in envelopeReducible()
311 for (e=0; (e < nEnvelopes/2) && (reducible!=0 ) ; e++) { in envelopeReducible()
339 const INT nEnvelopes, in processIidData() argument
360 for(env=0;env<nEnvelopes; env++) { in processIidData()
372 for(env=0;env<nEnvelopes; env++) { in processIidData()
386 for(env=0;env<nEnvelopes; env++) { in processIidData()
414 for(env=1;env<nEnvelopes; env++) { in processIidData()
451 for(env=1;env<nEnvelopes; env++) { in processIidData()
475 const FIXP_DBL minThreshold = (FIXP_DBL)((LONG)0x00019999 * (psBands*nEnvelopes)); in processIidData()
[all …]
Denv_est.cpp699 INT nEnvelopes = frame_info->nEnvelopes; in calculateSbrEnvelope() local
725 for (i = 0; i < nEnvelopes; i++) { in calculateSbrEnvelope()
1198 …_envChan[0]->SbrEnvFrame.SbrFrameInfo.shortEnv = h_envChan[0]->SbrEnvFrame.SbrFrameInfo.nEnvelopes; in FDKsbrEnc_extractSbrEnvelope2()
1215 …_envChan[1]->SbrEnvFrame.SbrFrameInfo.shortEnv = h_envChan[1]->SbrEnvFrame.SbrFrameInfo.nEnvelopes; in FDKsbrEnc_extractSbrEnvelope2()
1219 if (eData[0].frame_info->nEnvelopes != eData[1].frame_info->nEnvelopes) { in FDKsbrEnc_extractSbrEnvelope2()
1222 for (i = 0; i < eData[0].frame_info->nEnvelopes + 1; i++) { in FDKsbrEnc_extractSbrEnvelope2()
1228 for (i = 0; i < eData[0].frame_info->nEnvelopes; i++) { in FDKsbrEnc_extractSbrEnvelope2()
1263 …hEnvChan->encEnvData.noOfEnvelopes = ed->nEnvelopes = ed->frame_info->nEnvelopes; /* number of… in FDKsbrEnc_extractSbrEnvelope2()
1270 && ( ed->nEnvelopes == 1 ) ) in FDKsbrEnc_extractSbrEnvelope2()
1361 for (i = 0; i < eData[ch].nEnvelopes; i++){ in FDKsbrEnc_extractSbrEnvelope2()
[all …]
Dps_bitenc.cpp524 for(env=0; env<psOut->nEnvelopes; env++) { in encodeIpdOpd()
549 static INT getEnvIdx(const INT nEnvelopes, const INT frameClass) in getEnvIdx() argument
553 switch(nEnvelopes) { in getEnvIdx()
651 bitCnt += FDKsbrEnc_WriteBits_ps( hBitBuf, getEnvIdx(psOut->nEnvelopes, psOut->frameClass), 2); in FDKsbrEnc_WritePSBitstream()
654 for(env=0; env<psOut->nEnvelopes; env++) { in FDKsbrEnc_WritePSBitstream()
661 for(env=0; env<psOut->nEnvelopes; env++) { in FDKsbrEnc_WritePSBitstream()
677 for(env=0; env<psOut->nEnvelopes; env++) { in FDKsbrEnc_WritePSBitstream()
Dcode_env.h137 INT *directionVec, INT coupling, INT nEnvelopes, INT channel,
Dps_bitenc.h108 INT nEnvelopes; member
Denv_est.h186 UCHAR nEnvelopes; member
Dps_main.h123 PSENC_NENV_CONFIG nEnvelopes; member
Dfram_gen.h225 INT nEnvelopes; /*!< number of envelopes */ member
Dnf_est.cpp121 INT nEnvelopes, /*!< Number of noise floor envelopes.*/ in smoothingOfNoiseLevels() argument
131 for(env = 0; env < nEnvelopes; env++){ in smoothingOfNoiseLevels()
Dfram_gen.cpp740 hSbrFrameInfo->nEnvelopes = nEnv; in generateFixFixOnly()
1909 frameSplit = (hSbrFrameInfo->nEnvelopes > 1); in ctrlSignal2FrameInfo()
1910 for (i = 0; i < hSbrFrameInfo->nEnvelopes; i++) { in ctrlSignal2FrameInfo()
1920 hSbrFrameInfo->nEnvelopes = nEnv; in ctrlSignal2FrameInfo()
2006 hSbrFrameInfo->nEnvelopes = nEnv; in ctrlSignal2FrameInfo()
Dcode_env.cpp423 INT nEnvelopes, in FDKsbrEnc_codeEnvelope() argument
491 for (i = 0; i < nEnvelopes; i++) in FDKsbrEnc_codeEnvelope()
Dton_corr.cpp361 if(transientPos + hTonCorr->transientPosOffset >= frameInfo->borders[frameInfo->nEnvelopes]){ in FDKsbrEnc_TonCorrParamExtr()
368 if(transientPos + hTonCorr->transientPosOffset < frameInfo->borders[frameInfo->nEnvelopes]){ in FDKsbrEnc_TonCorrParamExtr()
Dmh_det.cpp471 if(transientPos + transientPosOffset < pFrameInfo->borders[pFrameInfo->nEnvelopes]) in isDetectionOfNewToneAllowed()
Dsbr_encoder.cpp2228 psEncConfig.maxEnvelopes = psTuningTable[psTuningTableIdx].nEnvelopes; in sbrEncoder_Init()
/external/aac/libSBRdec/src/
Denv_extr.cpp679 for (i = 0; i < h_frame_data->frameInfo.nEnvelopes; i++) { in sbrGetDirectionControlData()
770 int nEnvelopes = h_frame_data->frameInfo.nEnvelopes; in sbrGetEnvelope() local
777 if ( (h_frame_data->frameInfo.frameClass == 0) && (nEnvelopes == 1) ) { in sbrGetEnvelope()
802 for (i = 0; i < nEnvelopes; i++) { in sbrGetEnvelope()
838 for (j = 0, offset = 0; j < nEnvelopes; j++) { in sbrGetEnvelope()
920 hSbrFrameInfo->nEnvelopes = nEnv; in generateFixFixOnly()
976 for (k = 0; k < pFrameInfo->nEnvelopes; k++) { in extractLowDelayGrid()
1291 pFrameInfo->nEnvelopes = nEnv; in extractFrameInfo()
1327 int nEnvelopes = pFrameInfo->nEnvelopes; in checkFrameInfo() local
1330 if(nEnvelopes < 1 || nEnvelopes > MAX_ENVELOPES) in checkFrameInfo()
[all …]
Denv_extr.h239 UCHAR nEnvelopes; /*!< Number of envelopes */ member
Denv_dec.cpp384 h_sbr_data->frameInfo.nEnvelopes = 1; in leanSbrConcealment()
752 for (i = 0; i < h_sbr_data->frameInfo.nEnvelopes; i++) { in deltaToLinearPcmEnvelopeDecoding()
Dsbr_dec.cpp469 lastSlotOffs = borders[hFrameData->frameInfo.nEnvelopes] - hHeaderData->numberTimeSlots; in sbr_dec()
523 hPrevFrameData->stopPos = borders[hFrameData->frameInfo.nEnvelopes]; in sbr_dec()
Denv_calc.cpp577 for (i = 0; i < hFrameData->frameInfo.nEnvelopes; i++) { in calculateSbrEnvelope()
612 for (i = 0; i < hFrameData->frameInfo.nEnvelopes; i++) { in calculateSbrEnvelope()
1111 if(hFrameData->frameInfo.tranEnv == hFrameData->frameInfo.nEnvelopes) in calculateSbrEnvelope()