/external/aac/libSBRdec/src/ |
sbr_dec.cpp | 119 /* Number of QMF timeslots in the overlap buffer: */ 125 /* Assign timeslots to Workbuffer1 */ 142 /* Number of QMF timeslots in one half of a frame (size of Workbuffer1 or 2): */ 146 /* Number of QMF timeslots in the overlap buffer: */ 153 /* Assign first half of timeslots to Workbuffer1 */ 160 /* Assign second half of timeslots to Workbuffer2 */ 337 /* Number of QMF timeslots in the overlap buffer: */ 680 /* scale back (6) timeslots look ahead for hybrid filterbank to original value */ 737 int timeSlots = hHeaderData->numberTimeSlots; /* Number of SBR slots per frame */ 738 int noCols = timeSlots * hHeaderData->timeStep; /* Number of QMF slots per frame * [all...] |
env_extr.h | 235 UCHAR borders[MAX_ENVELOPES+1]; /*!< Envelope borders (in SBR-timeslots, e.g. mp3PRO: 0..11) */ 281 int timeSlots);
|
env_extr.cpp | 244 int timeSlots) /*!< Framelength in SBR-timeslots */ 257 h_prev_data->stopPos = timeSlots; 939 int timeSlots 950 switch (timeSlots){ [all...] |
lpp_tran.h | 220 const int timeSlots,
|
env_calc.cpp | 106 An overlap buffer of 6 QMF-timeslots is used to allow a more 110 current frame as well as the last 6 QMF-timeslots of the previous frame. 464 to all timeslots of the current envelope. A short FIR-filter (length 4 465 QMF-timeslots) can be used to smooth the sudden change at the envelope borders. 589 /* This envelope affects timeslots that belong to the output frame */ 593 /* This envelope affects timeslots after the output frame */ [all...] |
lpp_tran.cpp | 764 const int timeSlots, /*!< Number of time slots */ 779 switch (timeSlots) { [all...] |
psdec.cpp | 561 /* scale back 6 timeslots look ahead for hybrid filterbank to original value */ [all...] |
sbr_rom.cpp | 192 /*! Ratio of old gains and noise levels for the first 4 timeslots of an envelope */ [all...] |
/external/aac/libSBRenc/src/ |
nf_est.h | 107 INT timeSlots; /*!< Number of timeslots in a frame. */ 135 INT timeSlots, /*!< Number of time slots in a frame. */
|
fram_gen.h | 193 INT numberTimeSlots; /*!< number of SBR timeslots per frame */ 225 INT borders[MAX_ENVELOPES+1]; /*!< envelope borders in SBR timeslots */ 229 INT bordersNoise[MAX_NOISE_ENVELOPES+1];/*!< noise floor borders in SBR timeslots */ 248 INT frameMiddleSlot; /*!< transient detector offset in SBR timeslots */ 293 INT timeSlots,
|
sbr_encoder.cpp | [all...] |
mh_det.cpp | 474 if(transientPos + transientPosOffset > h_sbrMissingHarmonicsDetector->timeSlots >> 1){ 506 h_sbrMissingHarmonicsDetector->timeSlots)) < deltaTime) [all...] |
mh_det.h | 142 INT timeSlots;
|
ton_corr.cpp | 663 INT timeSlots, /*!< Number of time-slots per frame */ 688 switch (timeSlots) { 707 switch (timeSlots) { 764 timeSlots, [all...] |
nf_est.cpp | 437 INT timeSlots, /*!< Number of time slots in a frame. */ 456 h_sbrNoiseFloorEstimate->timeSlots = timeSlots;
|
tran_det.cpp | 135 /* Sum up energies of all QMF-timeslots for both halfs */ 244 /* Combine QMF-timeslots to SBR-timeslots,
|
env_est.cpp | 156 /* Load band vector addresses of 2 consecutive timeslots */ 166 /* Read QMF values of 2 timeslots */ 169 /* Scale QMF Values and Calc Energy of both timeslots */ 249 /* Load band vector addresses of 2 consecutive timeslots */ 257 /* Read QMF values of 2 timeslots */ 260 /* Scale QMF Values and Calc Energy of both timeslots */ [all...] |
ton_corr.h | 180 INT timeSlots, /*!< Number of time-slots per frame */
|
fram_gen.cpp | 214 int numberTimeSlots /*!< input : number of timeslots */ [all...] |
/external/chromium_org/chrome/browser/history/ |
visit_filter.cc | 293 // Merge all timeslots intersecting with |united_timeslot|.
|
/external/aac/libFDK/src/ |
qmf.cpp | [all...] |