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:__anon250
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:__anon249
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.cpp663 INT timeSlots, /*!< Number of time-slots per frame */
688 switch (timeSlots) {
707 switch (timeSlots) {
764 timeSlots,
H A Dsbr_encoder.cpp1203 INT timeSlots, timeStep, startIndex; local
1246 timeSlots = 18;
1251 timeSlots = 16;
1256 timeSlots = 15;
1259 timeSlots = 9;
1265 timeStep = sbrConfigData->noQmfSlots / timeSlots;
1270 timeSlots,
1308 switch (timeSlots) {
1318 timeSlots, timeStep, tran_off,
1351 timeSlots,
[all...]
H A Dmh_det.cpp474 if(transientPos + transientPosOffset > h_sbrMissingHarmonicsDetector->timeSlots >> 1){
506 h_sbrMissingHarmonicsDetector->timeSlots)) < deltaTime)
1253 hs->timeSlots = 16;
1258 hs->timeSlots = 15;
1269 hs->timeSlots = NUMBER_TIME_SLOTS_2048;
1274 hs->timeSlots = NUMBER_TIME_SLOTS_1920;
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.h284 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.cpp737 int timeSlots = hHeaderData->numberTimeSlots; /* Number of SBR slots per frame */ local
738 int noCols = timeSlots * hHeaderData->timeStep; /* Number of QMF slots per frame */
802 initSbrPrevFrameData (&hSbrChannel->prevFrameData, timeSlots);
813 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 242 milliseconds