Searched refs:timeStep (Results 1 - 13 of 13) sorted by relevance

/external/aac/libSBRenc/src/
H A Dtran_det.h122 int timeStep,
147 int timeStep,
H A Dtran_det.cpp237 INT timeStep)
257 for (i=0; i<timeStep; i++) {
301 int timeStep,
310 INT sbrSlots = fMultI(GetInvInt(timeStep),no_cols);
312 FDK_ASSERT( sbrSlots * timeStep == no_cols );
331 timeStep);
558 int timeStep,
568 qmfStartSample = timeStep * frameMiddleBorder;
572 switch (timeStep) {
231 addHighbandEnergies(FIXP_DBL **RESTRICT Energies, INT *scaleEnergies, FIXP_DBL EnergiesM[NUMBER_TIME_SLOTS_2304][MAX_FREQ_COEFFS], UCHAR *RESTRICT freqBandTable, INT nSfb, INT sbrSlots, INT timeStep) argument
293 FDKsbrEnc_frameSplitter(FIXP_DBL **Energies, INT *scaleEnergies, HANDLE_SBR_TRANSIENT_DETECTOR h_sbrTransientDetector, UCHAR *freqBandTable, UCHAR *tran_vector, int YBufferWriteOffset, int YBufferSzShift, int nSfb, int timeStep, int no_cols) argument
552 FDKsbrEnc_transientDetect(HANDLE_SBR_TRANSIENT_DETECTOR h_sbrTran, FIXP_DBL **Energies, INT *scaleEnergies, UCHAR *transient_info, int YBufferWriteOffset, int YBufferSzShift, int timeStep, int frameMiddleBorder) argument
H A Dsbr_encoder.cpp1203 INT timeSlots, timeStep, startIndex; local
1265 timeStep = sbrConfigData->noQmfSlots / timeSlots;
1304 tran_off = LD_PRETRAN_OFF + FRAME_MIDDLE_SLOT_512LD*timeStep;
1310 case NUMBER_TIME_SLOTS_2048: tran_off = 8 + FRAME_MIDDLE_SLOT_2048 * timeStep; break;
1311 case NUMBER_TIME_SLOTS_1920: tran_off = 7 + FRAME_MIDDLE_SLOT_1920 * timeStep; break;
1318 timeSlots, timeStep, tran_off,
H A Denv_est.cpp593 INT timeStep = h_sbr->sbrExtractEnvelope.time_step; local
627 start_pos = timeStep * frame_info->borders[i];
628 stop_pos = timeStep * frame_info->borders[i + 1];
634 stop_pos -= fixMax(2, timeStep); /* consider at least 2 QMF slots less for short envelopes (envelopes just before transients) */
/external/chromium_org/tools/perf/page_sets/tough_canvas_cases/canvas2d_balls_common/
H A Dbouncing_balls.js97 var timeStep = (curTime - previousFrameTime) / 1000;
118 angle += timeStep*angularVelocity;
120 var remainingTime = timeStep;
138 remainingTime = timeStep;
139 var deltaY = alive ? velocityY*timeStep+gravity*timeStep*timeStep/2 : 0;
/external/chromium_org/content/browser/resources/media/
H A Dtimeline_graph_view.js223 var timeStep = 1000 * 60;
226 // timeStep because of how UTC times work.
227 var time = Math.ceil(startTime / timeStep) * timeStep;
245 time += timeStep;
/external/aac/libSBRdec/src/
H A Dlpp_tran.h204 const int timeStep,
H A Denv_extr.cpp160 static int checkFrameInfo (FRAME_INFO *pFrameInfo, int numberOfTimeSlots, int overlap, int timeStep);
214 hHeaderData->timeStep = (flags & SBRDEC_ELD_GRID) ? 1 : 2;
227 hHeaderData->numberTimeSlots = (samplesPerFrame/numAnalysisBands) >> (hHeaderData->timeStep - 1);
510 if ( !checkFrameInfo (&hFrameData->frameInfo, hHeaderData->numberTimeSlots, overlap, hHeaderData->timeStep) )
591 if ( !checkFrameInfo (&hFrameDataLeft->frameInfo, hHeaderData->numberTimeSlots, overlap, hHeaderData->timeStep) )
602 if ( !checkFrameInfo (&hFrameDataRight->frameInfo, hHeaderData->numberTimeSlots, overlap, hHeaderData->timeStep) )
1316 int timeStep) /*!< QMF slots to SBR slots step factor */
1342 if (timeStep < 1 || timeStep > 2) {
1345 maxPos = numberOfTimeSlots + (overlap/timeStep);
1313 checkFrameInfo(FRAME_INFO * pFrameInfo, int numberOfTimeSlots, int overlap, int timeStep) argument
[all...]
H A Dsbr_dec.cpp341 int noCols = hHeaderData->numberTimeSlots * hHeaderData->timeStep;
345 assignTimeSlots( hSbrDec, hHeaderData->numberTimeSlots * hHeaderData->timeStep, flags & SBRDEC_LOW_POWER);
443 hHeaderData->timeStep,
738 int noCols = timeSlots * hHeaderData->timeStep; /* Number of QMF slots per frame */
840 assignTimeSlots( &hSbrChannel->SbrDec, hHeaderData->numberTimeSlots * hHeaderData->timeStep, qmfFlags & QMF_FLAG_LP);
896 assignTimeSlots( hSbrDec, hHeaderData->numberTimeSlots * hHeaderData->timeStep, useLP);
920 startSlot = hHeaderData->timeStep * (hPrevFrameData->stopPos - hHeaderData->numberTimeSlots);
H A Denv_extr.h220 UCHAR timeStep; /*!< Time resolution of SBR in QMF-slots */ member in struct:__anon209
H A Dlpp_tran.cpp225 const int timeStep, /*!< Time step of envelope */
266 startSample = firstSlotOffs * timeStep;
267 stopSample = pSettings->nCols + lastSlotOffs * timeStep;
218 lppTransposer(HANDLE_SBR_LPP_TRANS hLppTrans, QMF_SCALE_FACTOR *sbrScaleFactor, FIXP_DBL **qmfBufferReal, FIXP_DBL *degreeAlias, FIXP_DBL **qmfBufferImag, const int useLP, const int timeStep, const int firstSlotOffs, const int lastSlotOffs, const int nInvfBands, INVF_MODE *sbr_invf_mode, INVF_MODE *sbr_invf_mode_prev ) argument
H A Denv_calc.cpp526 int no_cols = hHeaderData->numberTimeSlots * hHeaderData->timeStep;
527 UCHAR first_start = borders[0] * hHeaderData->timeStep;
612 UCHAR start_pos = hHeaderData->timeStep * borders[i]; /* Start-position in time (subband sample) for current envelope. */
613 UCHAR stop_pos = hHeaderData->timeStep * borders[i+1]; /* Stop-position in time (subband sample) for current envelope. */
/external/chromium_org/chrome/browser/resources/net_internals/
H A Dtimeline_graph_view.js414 var timeStep = null;
417 timeStep = timeStepValues[i];
423 if (!timeStep)
427 // timeStep because of how UTC times work.
428 var time = Math.ceil(startTime / timeStep) * timeStep;
446 time += timeStep;

Completed in 281 milliseconds