/external/aac/libSACenc/src/ |
D | sacenc_framewindowing.cpp | 152 static void calcTaperWin(FIXP_WIN *pTaperWin, INT timeSlots) { in calcTaperWin() argument 156 for (i = 0; i < timeSlots; i++) { in calcTaperWin() 157 x = fDivNormHighPrec((FIXP_DBL)i, (FIXP_DBL)timeSlots, &scale); in calcTaperWin() 165 pTaperWin[timeSlots] = FX_DBL2FX_WIN((FIXP_DBL)MAXVAL_DBL); in calcTaperWin() 200 int timeSlots = pFrameWindowConfig->nTimeSlotsMax; in fdk_sacenc_frameWindow_Init() local 203 hFrameWindow->stopSlope = ((3 * timeSlots) >> 1) - 1; in fdk_sacenc_frameWindow_Init() 204 hFrameWindow->startRect = timeSlots >> 1; in fdk_sacenc_frameWindow_Init() 205 hFrameWindow->stopRect = timeSlots; in fdk_sacenc_frameWindow_Init() 206 calcTaperWin(hFrameWindow->pTaperSyn__FDK, timeSlots >> 1); in fdk_sacenc_frameWindow_Init() 207 hFrameWindow->taperSynLen = timeSlots >> 1; in fdk_sacenc_frameWindow_Init() [all …]
|
D | sacenc_onsetdetect.cpp | 235 const INT timeSlots) { in fdk_sacenc_onsetDetect_Update() argument 241 if (timeSlots > hOnset->maxTimeSlots) { in fdk_sacenc_onsetDetect_Update() 247 hOnset->pEnergyHist__FDK[i] = hOnset->pEnergyHist__FDK[i + timeSlots]; in fdk_sacenc_onsetDetect_Update() 248 hOnset->pEnergyHistScale[i] = hOnset->pEnergyHistScale[i + timeSlots]; in fdk_sacenc_onsetDetect_Update() 253 FL2FXCONST_DBL(SACENC_FLOAT_EPSILON), timeSlots); in fdk_sacenc_onsetDetect_Update()
|
D | sacenc_onsetdetect.h | 147 const INT timeSlots);
|
D | sacenc_framewindowing.h | 171 const INT timeSlots, FRAMINGINFO *const pFramingInfo,
|
/external/aac/libSBRenc/src/ |
D | nf_est.h | 131 INT timeSlots; /*!< Number of timeslots in a frame. */ member 168 INT timeSlots, /*!< Number of time slots in a frame. */
|
D | nf_est.cpp | 469 INT timeSlots, /*!< Number of time slots in a frame. */ in FDKsbrEnc_InitSbrNoiseFloorEstimate() argument 487 h_sbrNoiseFloorEstimate->timeSlots = timeSlots; in FDKsbrEnc_InitSbrNoiseFloorEstimate()
|
D | ton_corr.cpp | 696 INT timeSlots, /*!< Number of time-slots per frame */ in FDKsbrEnc_InitTonCorrParamExtr() argument 721 switch (timeSlots) { in FDKsbrEnc_InitTonCorrParamExtr() 740 switch (timeSlots) { in FDKsbrEnc_InitTonCorrParamExtr() 800 nSfb[LO], noiseBands, noiseFloorOffset, timeSlots, useSpeechConfig)) in FDKsbrEnc_InitTonCorrParamExtr()
|
D | sbr_encoder.cpp | 1320 INT timeSlots, timeStep, startIndex; in initEnvChannel() local 1364 timeSlots = 18; in initEnvChannel() 1369 timeSlots = 16; in initEnvChannel() 1374 timeSlots = 15; in initEnvChannel() 1377 timeSlots = 9; in initEnvChannel() 1383 timeStep = sbrConfigData->noQmfSlots / timeSlots; in initEnvChannel() 1386 params->sbrFrameSize, &hEnv->TonCorr, sbrConfigData, timeSlots, in initEnvChannel() 1425 switch (timeSlots) { in initEnvChannel() 1439 sbrConfigData->noQmfBands, startIndex, timeSlots, timeStep, tran_off, in initEnvChannel() 1461 &hEnv->SbrEnvFrame, params->spread, e, params->stat, timeSlots, in initEnvChannel()
|
D | mh_det.cpp | 475 h_sbrMissingHarmonicsDetector->timeSlots >> 1) { in isDetectionOfNewToneAllowed() 505 h_sbrMissingHarmonicsDetector->timeSlots)) < deltaTime) { in isDetectionOfNewToneAllowed() 1184 hs->timeSlots = 16; in FDKsbrEnc_InitSbrMissingHarmonicsDetector() 1189 hs->timeSlots = 15; in FDKsbrEnc_InitSbrMissingHarmonicsDetector() 1199 hs->timeSlots = NUMBER_TIME_SLOTS_2048; in FDKsbrEnc_InitSbrMissingHarmonicsDetector() 1204 hs->timeSlots = NUMBER_TIME_SLOTS_1920; in FDKsbrEnc_InitSbrMissingHarmonicsDetector()
|
D | mh_det.h | 167 INT timeSlots; member
|
D | ton_corr.h | 228 INT timeSlots, /*!< Number of time-slots per frame */
|
D | fram_gen.h | 333 INT staticFraming, INT timeSlots,
|
D | fram_gen.cpp | 737 INT staticFraming, INT timeSlots, in FDKsbrEnc_initFrameInfoGenerator() argument 764 hSbrEnvFrame->SbrGrid.numberTimeSlots = timeSlots; in FDKsbrEnc_initFrameInfoGenerator() 773 switch (timeSlots) { in FDKsbrEnc_initFrameInfoGenerator()
|
/external/aac/libSBRdec/src/ |
D | lpp_tran.h | 266 const int timeSlots, const int nCols, UCHAR *noiseBandTable,
|
D | env_extr.cpp | 353 int timeSlots) /*!< Framelength in SBR-timeslots */ in initSbrPrevFrameData() argument 365 h_prev_data->stopPos = timeSlots; in initSbrPrevFrameData() 1207 int timeSlots, const UINT flags) { in extractLowDelayGrid() argument 1216 switch (timeSlots) { in extractLowDelayGrid() 1233 if (temp >= timeSlots) { in extractLowDelayGrid()
|
D | env_extr.h | 385 int timeSlots);
|
D | sbr_dec.cpp | 896 int timeSlots = in createSbrDec() local 899 timeSlots * hHeaderData->timeStep; /* Number of QMF slots per frame */ in createSbrDec() 924 initSbrPrevFrameData(&hSbrChannel->prevFrameData, timeSlots); in createSbrDec() 932 hHeaderData->freqBandData.highSubband, timeSlots, noCols, in createSbrDec()
|
D | lpp_tran.cpp | 1250 const int timeSlots, /*!< Number of time slots */ in createLppTransposer() argument 1263 switch (timeSlots) { in createLppTransposer()
|
/external/aac/libSACdec/src/ |
D | sac_bitdec.cpp | 1859 if (frame->paramSlot[frame->numParameterSets - 1] != self->timeSlots - 1) { in SpatialDecDecodeFrame() 1877 frame->paramSlot[frame->numParameterSets - 1] = self->timeSlots - 1; in SpatialDecDecodeFrame() 1880 if (frame->paramSlot[p] > self->timeSlots - 1) { in SpatialDecDecodeFrame() 1881 frame->paramSlot[p] = self->timeSlots - 1; in SpatialDecDecodeFrame() 1912 self->timeSlots = pSpatialSpecificConfig->nTimeSlots; in SpatialDecDecodeHeader() 1913 self->frameLength = self->timeSlots * self->qmfBands; in SpatialDecDecodeHeader()
|
D | sac_dec.cpp | 199 bsFrame->paramSlot[0] = self->timeSlots - 1; in SpatialDecClearFrameData() 1140 self->timeSlots - 1); in SpatialDecApplyParameterSets() 1445 self->timeSlots)) || in SpatialDecApplyFrame() 1454 (self->timeSlots - 1) || in SpatialDecApplyFrame()
|
D | sac_smoothing.cpp | 130 dSlots += self->timeSlots; in calcFilterCoeff__FDK()
|
D | sac_dec.h | 357 int timeSlots; /* length of spatial frame in QMF samples */ member
|
D | sac_dec_lib.cpp | 913 SACDEC_ERROR checkTimeSlots(int frameLength, int qmfBands, int timeSlots) { in checkTimeSlots() argument 979 if (len == timeSlots * qmfBands) { in checkTimeSlots()
|