HomeSort by relevance Sort by last modified time
    Searched refs:timeStep (Results 1 - 14 of 14) sorted by null

  /external/aac/libSBRenc/src/
tran_det.h 177 int YBufferSzShift, int timeStep, int frameMiddleBorder);
190 int timeStep, int no_cols, FIXP_DBL *tonality);
tran_det.cpp 326 UCHAR *RESTRICT freqBandTable, INT nSfb, INT sbrSlots, INT timeStep) {
336 /* Note: Below slotIn = slotOut and not slotIn = timeStep*slotOut
338 regardless of the timeStep. */
348 for (i = 0; i < timeStep; i++) {
397 int timeStep, int no_cols, FIXP_DBL *tonality) {
405 INT sbrSlots = fMultI(GetInvInt(timeStep), no_cols);
409 FDK_ASSERT(sbrSlots * timeStep == no_cols);
423 EnergiesM, freqBandTable, nSfb, sbrSlots, timeStep);
652 int YBufferSzShift, int timeStep,
661 qmfStartSample = timeStep * frameMiddleBorder
    [all...]
sbr_encoder.cpp     [all...]
env_est.cpp 751 INT timeStep = h_sbr->sbrExtractEnvelope.time_step;
784 start_pos = timeStep * frame_info->borders[env];
785 stop_pos = timeStep * frame_info->borders[env + 1];
790 j = fMax(2, timeStep); /* consider at least 2 QMF slots less for short
    [all...]
  /external/aac/libSBRdec/src/
lpp_tran.h 241 const int v_k_master0, const int timeStep,
254 const int timeStep, /*!< Time step of envelope */
hbe.h 193 int *scale_hb, int timeStep, int firstSlotOffsset,
lpp_tran.cpp 263 const int timeStep, /*!< Time step of envelope */
303 startSample = firstSlotOffs * timeStep;
304 stopSample = pSettings->nCols + lastSlotOffs * timeStep;
305 FDK_ASSERT((lastSlotOffs * timeStep) <= pSettings->overlap);
372 qmfBufferReal + firstSlotOffs * timeStep /* + pSettings->overlap */;
376 qmfBufferImag + firstSlotOffs * timeStep /* + pSettings->overlap */;
382 i < LPC_ORDER + firstSlotOffs * timeStep /*+pSettings->overlap*/;
394 i < pSettings->nCols + pSettings->overlap - firstSlotOffs * timeStep;
403 firstSlotOffs * timeStep) >>
847 const int timeStep, /*!< Time step of envelope *
    [all...]
env_extr.cpp 199 int overlap, int timeStep);
321 hHeaderData->timeStep = 4;
323 hHeaderData->timeStep = (flags & SBRDEC_ELD_GRID) ? 1 : 2;
331 * of analysis bands, divided by the timestep. */
333 (samplesPerFrame / numAnalysisBands) >> (hHeaderData->timeStep - 1);
724 hHeaderData->timeStep))
731 hHeaderData->timeStep))
746 hHeaderData->timeStep))
    [all...]
sbr_dec.cpp 287 int noCols = hHeaderData->numberTimeSlots * hHeaderData->timeStep;
414 hFrameData->ns, hHeaderData->timeStep,
482 &hSbrDec->qmfDomainInCh->scaling.hb_scale, hHeaderData->timeStep,
501 pLowBandReal, pLowBandImag, hHeaderData->timeStep, borders[0],
532 hHeaderData->freqBandData.v_k_master[0], hHeaderData->timeStep,
    [all...]
env_extr.h 283 UCHAR timeStep; /*!< Time resolution of SBR in QMF-slots */
env_calc.cpp     [all...]
sbrdecoder.cpp 237 result |= (hHdr1->timeStep != hHdr2->timeStep) ? 1 : 0;
366 self->sbrHeader[elementIndex][0].timeStep;
    [all...]
hbe.cpp     [all...]
  /prebuilts/tools/common/m2/repository/com/facebook/rebound/rebound/0.3.8/
rebound-0.3.8.jar 

Completed in 417 milliseconds