Searched refs:timeSlots (Results 1 – 14 of 14) sorted by relevance
/external/aac/libSBRenc/src/ |
D | nf_est.h | 107 INT timeSlots; /*!< Number of timeslots in a frame. */ member 135 … INT timeSlots, /*!< Number of time slots in a frame. */
|
D | nf_est.cpp | 437 … INT timeSlots, /*!< Number of time slots in a frame. */ in FDKsbrEnc_InitSbrNoiseFloorEstimate() argument 456 h_sbrNoiseFloorEstimate->timeSlots = timeSlots; in FDKsbrEnc_InitSbrNoiseFloorEstimate()
|
D | sbr_encoder.cpp | 1203 INT timeSlots, timeStep, startIndex; in initEnvChannel() local 1246 timeSlots = 18; in initEnvChannel() 1251 timeSlots = 16; in initEnvChannel() 1256 timeSlots = 15; in initEnvChannel() 1259 timeSlots = 9; in initEnvChannel() 1265 timeStep = sbrConfigData->noQmfSlots / timeSlots; in initEnvChannel() 1270 timeSlots, in initEnvChannel() 1308 switch (timeSlots) { in initEnvChannel() 1318 timeSlots, timeStep, tran_off, in initEnvChannel() 1351 timeSlots, in initEnvChannel()
|
D | ton_corr.cpp | 663 … INT timeSlots, /*!< Number of time-slots per frame */ in FDKsbrEnc_InitTonCorrParamExtr() argument 688 switch (timeSlots) { in FDKsbrEnc_InitTonCorrParamExtr() 707 switch (timeSlots) { in FDKsbrEnc_InitTonCorrParamExtr() 764 timeSlots, in FDKsbrEnc_InitTonCorrParamExtr()
|
D | fram_gen.h | 293 INT timeSlots,
|
D | mh_det.h | 142 INT timeSlots; member
|
D | ton_corr.h | 180 … INT timeSlots, /*!< Number of time-slots per frame */
|
D | mh_det.cpp | 474 if(transientPos + transientPosOffset > h_sbrMissingHarmonicsDetector->timeSlots >> 1){ in isDetectionOfNewToneAllowed() 506 h_sbrMissingHarmonicsDetector->timeSlots)) < deltaTime) in isDetectionOfNewToneAllowed() 1253 hs->timeSlots = 16; in FDKsbrEnc_InitSbrMissingHarmonicsDetector() 1258 hs->timeSlots = 15; in FDKsbrEnc_InitSbrMissingHarmonicsDetector() 1269 hs->timeSlots = NUMBER_TIME_SLOTS_2048; in FDKsbrEnc_InitSbrMissingHarmonicsDetector() 1274 hs->timeSlots = NUMBER_TIME_SLOTS_1920; in FDKsbrEnc_InitSbrMissingHarmonicsDetector()
|
D | fram_gen.cpp | 772 INT timeSlots, in FDKsbrEnc_initFrameInfoGenerator() argument 800 hSbrEnvFrame->SbrGrid.numberTimeSlots = timeSlots; in FDKsbrEnc_initFrameInfoGenerator() 808 switch(timeSlots){ in FDKsbrEnc_initFrameInfoGenerator()
|
/external/aac/libSBRdec/src/ |
D | lpp_tran.h | 220 const int timeSlots,
|
D | sbr_dec.cpp | 737 int timeSlots = hHeaderData->numberTimeSlots; /* Number of SBR slots per frame */ in createSbrDec() local 738 int noCols = timeSlots * hHeaderData->timeStep; /* Number of QMF slots per frame */ in createSbrDec() 802 initSbrPrevFrameData (&hSbrChannel->prevFrameData, timeSlots); in createSbrDec() 813 timeSlots, in createSbrDec()
|
D | env_extr.h | 284 int timeSlots);
|
D | env_extr.cpp | 244 int timeSlots) /*!< Framelength in SBR-timeslots */ in initSbrPrevFrameData() argument 257 h_prev_data->stopPos = timeSlots; in initSbrPrevFrameData() 939 int timeSlots in extractLowDelayGrid() argument 950 switch (timeSlots){ in extractLowDelayGrid()
|
D | lpp_tran.cpp | 764 const int timeSlots, /*!< Number of time slots */ in createLppTransposer() argument 779 switch (timeSlots) { in createLppTransposer()
|