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 | 1133 INT timeSlots, timeStep, startIndex; in initEnvChannel() local 1176 timeSlots = 18; in initEnvChannel() 1180 timeSlots = 16; in initEnvChannel() 1184 timeSlots = 15; in initEnvChannel() 1187 timeSlots = 9; in initEnvChannel() 1193 timeStep = sbrConfigData->noQmfSlots / timeSlots; in initEnvChannel() 1198 timeSlots, in initEnvChannel() 1246 timeSlots, timeStep, tran_off, in initEnvChannel() 1279 timeSlots, in initEnvChannel()
|
D | ton_corr.cpp | 665 … INT timeSlots, /*!< Number of time-slots per frame */ in FDKsbrEnc_InitTonCorrParamExtr() argument 690 switch (timeSlots) { in FDKsbrEnc_InitTonCorrParamExtr() 709 switch (timeSlots) { in FDKsbrEnc_InitTonCorrParamExtr() 766 timeSlots, in FDKsbrEnc_InitTonCorrParamExtr()
|
D | ton_corr.h | 180 … INT timeSlots, /*!< Number of time-slots per frame */
|
D | mh_det.h | 142 INT timeSlots; member
|
D | fram_gen.h | 293 INT timeSlots,
|
D | mh_det.cpp | 474 if(transientPos + transientPosOffset > h_sbrMissingHarmonicsDetector->timeSlots >> 1){ in isDetectionOfNewToneAllowed() 506 h_sbrMissingHarmonicsDetector->timeSlots)) < deltaTime) in isDetectionOfNewToneAllowed() 1250 hs->timeSlots = NUMBER_TIME_SLOTS_2048; in FDKsbrEnc_InitSbrMissingHarmonicsDetector() 1254 hs->timeSlots = NUMBER_TIME_SLOTS_1920; in FDKsbrEnc_InitSbrMissingHarmonicsDetector() 1258 hs->timeSlots = 16; in FDKsbrEnc_InitSbrMissingHarmonicsDetector() 1262 hs->timeSlots = 15; 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() 800 initSbrPrevFrameData (&hSbrChannel->prevFrameData, timeSlots); in createSbrDec() 811 timeSlots, in createSbrDec()
|
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 | env_extr.h | 281 int timeSlots);
|
D | lpp_tran.cpp | 764 const int timeSlots, /*!< Number of time slots */ in createLppTransposer() argument 779 switch (timeSlots) { in createLppTransposer()
|