Searched refs:timeSlots (Results 1 - 14 of 14) sorted by relevance

/external/aac/libSBRenc/src/
H A Dnf_est.h107 INT timeSlots; /*!< Number of timeslots in a frame. */ member in struct:__anon246
135 INT timeSlots, /*!< Number of time slots in a frame. */
H A Dfram_gen.h293 INT timeSlots,
H A Dmh_det.h142 INT timeSlots; member in struct:__anon245
H A Dton_corr.h180 INT timeSlots, /*!< Number of time-slots per frame */
H A Dnf_est.cpp437 INT timeSlots, /*!< Number of time slots in a frame. */
456 h_sbrNoiseFloorEstimate->timeSlots = timeSlots;
431 FDKsbrEnc_InitSbrNoiseFloorEstimate(HANDLE_SBR_NOISE_FLOOR_ESTIMATE h_sbrNoiseFloorEstimate, INT ana_max_level, const UCHAR *freqBandTable, INT nSfb, INT noiseBands, INT noiseFloorOffset, INT timeSlots, UINT useSpeechConfig ) argument
H A Dton_corr.cpp665 INT timeSlots, /*!< Number of time-slots per frame */
690 switch (timeSlots) {
709 switch (timeSlots) {
766 timeSlots,
H A Dsbr_encoder.cpp1133 INT timeSlots, timeStep, startIndex; local
1176 timeSlots = 18;
1180 timeSlots = 16;
1184 timeSlots = 15;
1187 timeSlots = 9;
1193 timeStep = sbrConfigData->noQmfSlots / timeSlots;
1198 timeSlots,
1246 timeSlots, timeStep, tran_off,
1279 timeSlots,
H A Dmh_det.cpp474 if(transientPos + transientPosOffset > h_sbrMissingHarmonicsDetector->timeSlots >> 1){
506 h_sbrMissingHarmonicsDetector->timeSlots)) < deltaTime)
1250 hs->timeSlots = NUMBER_TIME_SLOTS_2048;
1254 hs->timeSlots = NUMBER_TIME_SLOTS_1920;
1258 hs->timeSlots = 16;
1262 hs->timeSlots = 15;
H A Dfram_gen.cpp772 INT timeSlots,
800 hSbrEnvFrame->SbrGrid.numberTimeSlots = timeSlots;
808 switch(timeSlots){
768 FDKsbrEnc_initFrameInfoGenerator(HANDLE_SBR_ENVELOPE_FRAME hSbrEnvFrame, INT allowSpread, INT numEnvStatic, INT staticFraming, INT timeSlots, INT freq_res_fixfix ,int ldGrid ) argument
/external/aac/libSBRdec/src/
H A Dlpp_tran.h220 const int timeSlots,
H A Denv_extr.h281 int timeSlots);
H A Denv_extr.cpp244 int timeSlots) /*!< Framelength in SBR-timeslots */
257 h_prev_data->stopPos = timeSlots;
939 int timeSlots
950 switch (timeSlots){
243 initSbrPrevFrameData(HANDLE_SBR_PREV_FRAME_DATA h_prev_data, int timeSlots) argument
H A Dsbr_dec.cpp735 int timeSlots = hHeaderData->numberTimeSlots; /* Number of SBR slots per frame */ local
736 int noCols = timeSlots * hHeaderData->timeStep; /* Number of QMF slots per frame */
798 initSbrPrevFrameData (&hSbrChannel->prevFrameData, timeSlots);
809 timeSlots,
H A Dlpp_tran.cpp764 const int timeSlots, /*!< Number of time slots */
779 switch (timeSlots) {
758 createLppTransposer(HANDLE_SBR_LPP_TRANS hs, TRANSPOSER_SETTINGS *pSettings, const int highBandStartSb, UCHAR *v_k_master, const int numMaster, const int usb, const int timeSlots, const int nCols, UCHAR *noiseBandTable, const int noNoiseBands, UINT fs, const int chan, const int overlap ) argument

Completed in 85 milliseconds