Home
last modified time | relevance | path

Searched refs:startTimeSlot (Results 1 – 9 of 9) sorted by relevance

/external/aac/libSACenc/src/
Dsacenc_paramextract.cpp555 HANDLE_TTO_BOX hTtoBox, const INT nTimeSlots, const INT startTimeSlot, in fdk_sacenc_applyTtoBox() argument
595 startTimeSlot, nTimeSlots, nParamBands); in fdk_sacenc_applyTtoBox()
598 startTimeSlot, nTimeSlots, nParamBands); in fdk_sacenc_applyTtoBox()
606 startTimeSlot, nTimeSlots, j, j + 1); in fdk_sacenc_applyTtoBox()
609 startTimeSlot, nTimeSlots, j, j + 1); in fdk_sacenc_applyTtoBox()
624 startTimeSlot, nTimeSlots, j, j + 1); in fdk_sacenc_applyTtoBox()
Dsacenc_vectorfunctions.h401 const INT startTimeSlot);
429 INT *const outScaleFactor, const INT startTimeSlot,
Dsacenc_tree.cpp358 const INT nTimeSlots, const INT startTimeSlot, const INT nHybridBands, in fdk_sacenc_spaceTree_Apply() argument
413 nTimeSlots, startTimeSlot, pFrameWindowAna__FDK, in fdk_sacenc_spaceTree_Apply()
423 hST->ttoBox[pTTO->boxId], nTimeSlots, startTimeSlot, nHybridBands, in fdk_sacenc_spaceTree_Apply()
Dsacenc_vectorfunctions.cpp365 const INT startTimeSlot) { in addWeightedCplxVec() argument
382 for (i = startTimeSlot; i < nTimeSlots; i++) { in addWeightedCplxVec()
396 INT *const outScaleFactor, const INT startTimeSlot, in FDKcalcPbScaleFactor() argument
404 for (i = startTimeSlot; i < nTimeSlots; i++) { in FDKcalcPbScaleFactor()
Dsacenc_framewindowing.h176 const INT nTimeSlots, const INT startTimeSlot,
Dsacenc_tree.h153 const INT nTimeSlots, const INT startTimeSlot, const INT nHybridBands,
Dsacenc_framewindowing.cpp521 const INT nTimeSlots, const INT startTimeSlot, in fdk_sacenc_analysisWindowing() argument
535 for (ts = startTimeSlot; ts < nTimeSlots; ts++) { in fdk_sacenc_analysisWindowing()
550 for (ts = startTimeSlot; ts < nTimeSlots; ts++) { in fdk_sacenc_analysisWindowing()
Dsacenc_paramextract.h181 HANDLE_TTO_BOX hTtoBox, const INT nTimeSlots, const INT startTimeSlot,
Dsacenc_lib.cpp841 int startTimeSlot = 0; in getAnalysisStartTimeSlot() local
848 startTimeSlot = i; in getAnalysisStartTimeSlot()
849 return startTimeSlot; in getAnalysisStartTimeSlot()