Searched defs:firstSlotOffs (Results 1 - 1 of 1) sorted by relevance

/external/aac/libSBRdec/src/
H A Dlpp_tran.cpp264 const int firstSlotOffs, /*!< Start position in time */
303 startSample = firstSlotOffs * timeStep;
345 /* ovHighBandShift = firstSlotOffs == 0 ? ovLowBandShift:0;*/
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) >>
848 const int firstSlotOffs, /*!< Start position in time */
882 startSample = firstSlotOffs * timeSte
253 lppTransposer( HANDLE_SBR_LPP_TRANS hLppTrans, QMF_SCALE_FACTOR *sbrScaleFactor, FIXP_DBL **qmfBufferReal, FIXP_DBL *degreeAlias, FIXP_DBL **qmfBufferImag, const int useLP, const int fPreWhitening, const int v_k_master0, const int timeStep, const int firstSlotOffs, const int lastSlotOffs, const int nInvfBands, INVF_MODE *sbr_invf_mode, INVF_MODE *sbr_invf_mode_prev ) argument
839 lppTransposerHBE( HANDLE_SBR_LPP_TRANS hLppTrans, HANDLE_HBE_TRANSPOSER hQmfTransposer, QMF_SCALE_FACTOR *sbrScaleFactor, FIXP_DBL **qmfBufferReal, FIXP_DBL **qmfBufferImag, const int timeStep, const int firstSlotOffs, const int lastSlotOffs, const int nInvfBands, INVF_MODE *sbr_invf_mode, INVF_MODE *sbr_invf_mode_prev ) argument
[all...]

Completed in 101 milliseconds